python-tinyrpc 0.6-2 source package in Ubuntu

Changelog

python-tinyrpc (0.6-2) unstable; urgency=medium

  [ Ben Finney ]

  * Declare conformance to “Standards-Version: 4.4.1”.
  * Remove ‘get-orig-source’ and ‘get-packaged-orig-source’ targets.
    These are no longer mentioned in Debian Policy 4.1.4 and later.
  * Specify VCS URLs for current Debian package VCS hosting.
  * Remove obsolete control field for Python 2 version.
  * Remove declaration for minimum Python 3 version.
    Python >= 3.4 is now in all supported Debian releases.
  * Declare Debhelper compatibility level 12.
  * debian/compat:
    * Remove obsolescent configuration file.
  * Record upstream metadata in DEP-12 document.
  * Use a null command for ‘clean’ during ‘Git-BuildPackage’.

  [ Sandro Tosi ]

  * Remove support for Python 2.
    Closes: bug#938218.

 -- Ben Finney <email address hidden>  Sat, 26 Oct 2019 10:33:45 +1100

Upload details

Uploaded by:
Ben Finney
Uploaded to:
Sid
Original maintainer:
Ben Finney
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-tinyrpc_0.6-2.dsc 2.2 KiB 1cc66b13b7f2bcc001a8aef7392bf0bbb44396d67279dd583446456072b411a7
python-tinyrpc_0.6.orig.tar.gz 32.5 KiB c8a9b51ec7b388a2fb30a996d4c1634ede4e78c19455d249571c2f4e881194e8
python-tinyrpc_0.6-2.debian.tar.xz 5.6 KiB c650b7eb6926271fbd454d265fea17554f9643d59bfbaabba808e59f3a6dcc21

Available diffs

No changes file available.

Binary packages built by this source

python-tinyrpc-doc: small, modular RPC library — documentation

 ‘tinyrpc’ is a library for making and handling RPC calls in Python.
 .
 Its initial scope is handling JSON-RPC, although it aims to be very
 well-documented and modular to make it easy to add support for
 further protocols.
 .
 This package installs the library documentation.

python3-tinyrpc: small, modular RPC library — Python 3

 ‘tinyrpc’ is a library for making and handling RPC calls in Python.
 .
 Its initial scope is handling JSON-RPC, although it aims to be very
 well-documented and modular to make it easy to add support for
 further protocols.
 .
 A feature is support of multiple transports (or none at all) and
 providing clever syntactic sugar for writing dispatchers.
 .
 This package installs the library for Python 3.