spyne 2.14.0-4 source package in Ubuntu

Changelog

spyne (2.14.0-4) unstable; urgency=medium

  * self.assertEquals => self.assertEqual
  * self.assertNotEquals => self.assertNotEqual

 -- Bastian Germann <email address hidden>  Mon, 11 Dec 2023 14:45:19 +0100

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
spyne_2.14.0-4.dsc 2.0 KiB 97577a4ddd733b536f27172af6a5bfb19aaac369fb6cfc61c80a8130c6caf738
spyne_2.14.0.orig.tar.gz 489.0 KiB 2d6829922e107b3d15477cd0e8747aebf3acfc6c446c80ada959f5c2c08006e5
spyne_2.14.0-4.debian.tar.xz 7.4 KiB 1022b0c977bcabddb96cf9be4d32141a00add31c8b92061ac244bf596e03e3a6

No changes file available.

Binary packages built by this source

python3-spyne: Python library for writing and calling soap web service

 This is a simple, easily extendible rpc library that provides several
 useful tools for creating and publishing web services in Python. This
 package features on-demand wsdl generation for the published servicss
 a wsgi-compliant web application, support for complex class structures,
 binary attachments, and a simple framework for creating additional
 serialization mechanisms.
 .
 This package is the successor of python-rpclib and python-soaplib.