python-deprecation 2.1.0-1 source package in Ubuntu

Changelog

python-deprecation (2.1.0-1) unstable; urgency=medium

  [ Ondřej Nový ]
  * Bump Standards-Version to 4.4.1.

  [ Ondřej Kobližek ]
  * New upstream release
  * d/control:
    - Bump debhelper compat level to 13
    - Update mailing-list address in Maintainer
    - Add Rules-Requires-Root
    - Bump standards version to 4.5.0 (no changes)
  * d/upstream/metadata: Add Bug-Database field
  * Change my email address

 -- Ondřej Kobližek <email address hidden>  Fri, 15 May 2020 06:27:18 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Groovy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-deprecation_2.1.0-1.dsc 2.2 KiB 9ef8eea1436bddad1ece91ed33e34357d28567984f52d337dc54302fbfc03013
python-deprecation_2.1.0.orig.tar.gz 16.3 KiB 604d0feea21b26c934fdf45e53f8de34c70bd9cc88e1345fab5db54c5fab8188
python-deprecation_2.1.0-1.debian.tar.xz 7.7 KiB b9d5162132185590fd6e750a3ed5e301458436c1e540871f6282bfa427ed596f

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.