python-param 1.12.3-1 source package in Ubuntu

Changelog

python-param (1.12.3-1) unstable; urgency=medium

  * Team upload.

  [ Debian Janitor ]
  * Trim trailing whitespace.
  * Update watch file format version to 4.
  * Bump debhelper from old 12 to 13.
  * Set debhelper-compat version in Build-Depends.
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.

  [ Andreas Tille ]
  * New upstream version
  * Standards-Version: 4.6.2 (routine-update)
  * Testsuite: autopkgtest-pkg-python (routine-update)
  * Rules-Requires-Root: no (routine-update)
  * s/python3-nose/python3-pytest/
    Closes: #1018549
  * Fix setup.py
    Closes: #1026514
  * nocheck profile

 -- Andreas Tille <email address hidden>  Sat, 04 Feb 2023 09:54:36 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-param_1.12.3-1.dsc 2.1 KiB 305a9ddcb74db4957a0cc305d5785c9c088fa82e51bb1b273f707cbc751d66ce
python-param_1.12.3.orig.tar.gz 449.8 KiB b8dcf9bc86d7bc7c5b809778d014d27b7ffe4a245e01964ae251eae55902e1ae
python-param_1.12.3-1.debian.tar.xz 3.0 KiB 543064a82c8d2a365305ff9a5e80b8e2541f3a3002802bec8d631747729cb6e3

Available diffs

No changes file available.

Binary packages built by this source

python3-param: Make your Python code clearer and more reliable by declaring Parameters

 Param is a library providing Parameters: Python attributes extended to
 have features such as type and range checking, dynamically generated
 values, documentation strings, default values, etc., each of which is
 inherited from parent classes if not specified in a subclass.