python-param 2.1.1-1 source package in Ubuntu

Changelog

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

  * Team upload.
  * New upstream version (Closes: #971286)
  * Standards-Version: 4.7.0 (routine-update)
  * Build-Depends: s/dh-python/dh-sequence-python3/ (routine-update)
  * Update build-depencencies:
    - python3-distutils (Closes: #1065932)
    + pybuild-plugin-pyproject
    + python3-setuptools-scm
    + python3-hatchling
    + python3-hatchl-vc
    + python3-pytest-asyncio

 -- Alexandre Detiste <email address hidden>  Sat, 29 Jun 2024 20:53:54 +0200

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

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-param_2.1.1-1.dsc 2.2 KiB f0fc9a41c176c3828e82e018cdd2007b6bb3edeb3732be2455d8c5a666a67cc5
python-param_2.1.1.orig.tar.gz 535.8 KiB 4d1c5a358df80a2e326069b137df248d8afdc37c0cf72419fccfe60af089f775
python-param_2.1.1-1.debian.tar.xz 2.7 KiB 3e5676136b293dd6a5ec247f77871482d828362a98589078a7577fd91946b382

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.