python-deprecation 2.1.0-2 source package in Ubuntu

Changelog

python-deprecation (2.1.0-2) unstable; urgency=low

  [ Debian Janitor ]
  * Set field Upstream-Contact in debian/copyright.
  * Set upstream metadata fields: Bug-Submit.
  * Remove obsolete fields Contact, Name from debian/upstream/metadata (already
    present in machine-readable debian/copyright).

  [ Ondřej Nový ]
  * d/control: Update Vcs-* fields with new Debian Python Team Salsa
    layout.

  [ Sandro Tosi ]
  * debian/control
    - use proper team name and email address

 -- Sandro Tosi <email address hidden>  Tue, 31 Aug 2021 00:37:49 -0400

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release main python
Lunar release main python
Jammy release main python

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-deprecation_2.1.0-2.dsc 2.2 KiB 1124e6723d131efdb3213bfd5844a0833b4aa906f2fc3c1d0eb2c3947b15bf04
python-deprecation_2.1.0.orig.tar.gz 16.3 KiB 604d0feea21b26c934fdf45e53f8de34c70bd9cc88e1345fab5db54c5fab8188
python-deprecation_2.1.0-2.debian.tar.xz 7.8 KiB 3a59c249a8d842dd1499f7ea714b405a8c601463e6e9650fef791e303c21d05f

Available diffs

No changes file available.

Binary packages built by this source

python3-deprecation: Library to handle automated deprecations

 Deprecation is a library that enables automated deprecations.
 .
 It offers the deprecated() decorator to wrap functions, providing proper
 warnings both in documentation and via Python’s warnings system, as well as
 the deprecation.fail_if_not_removed() decorator for test methods to ensure
 that deprecated code is eventually removed.