python-pint 0.23-1 source package in Ubuntu

Changelog

python-pint (0.23-1) unstable; urgency=medium

  [ Ondřej Nový ]
  * Remove myself from Uploaders.

  [ Antonio Valentino ]
  * New upstream release (Closes: #1067229, #1067318).
  * Standards-Version: 4.6.2 (routine-update).
  * debian/control:
    - Add myself to the list of Uploaders.
    - Update dependencies.
    - Switch to autopkgtest-pkg-pybuild.
    - Add build dependency on python3-lxml-html-clean.
  * Update d/copyright.
  * debian/patches:
    - Refresh all patches.
    - New 0007-Fix-broken-tests.patch (backported from upstream).
  * debian/rules:
    - Skip tests apparently broken (see
      https://github.com/hgrecco/pint/issues/1898).
    - Fix doc build rule.
  * Add manpage for pint-convert.
  * New d/python3-pint.lintian-overrides files.
  * New d/clean file.

 -- Antonio Valentino <email address hidden>  Sun, 31 Mar 2024 09:12:06 +0000

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Oracular proposed main misc

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-pint_0.23-1.dsc 2.7 KiB e5983a3d6d0a9b089dc44b61a3d871a68c1051910724f08a79b783424725edea
python-pint_0.23.orig.tar.gz 335.0 KiB 5368c3e57ae5d8be5e1dfda235f999b0dc09d3b56753df9c9776edfe02a29c61
python-pint_0.23-1.debian.tar.xz 8.4 KiB a8c6651d51053460d415036e51fc7718d4940f93225f13b764866b5d98a4e817

No changes file available.

Binary packages built by this source

python-pint-doc: define, operate and manipulate physical quantities - doc

 Pint is Python module/package to define, operate and manipulate physical
 quantities: the product of a numerical value and a unit of measurement. It
 allows arithmetic operations between them and conversions from and to
 different units.
 .
 It is distributed with a comprehensive list of physical units, prefixes and
 constants. Due to its modular design, you can extend (or even rewrite!) the
 complete list without changing the source code.
 .
 This package contains the documentation.

python3-pint: define, operate and manipulate physical quantities - Python 3.x

 Pint is Python module/package to define, operate and manipulate physical
 quantities: the product of a numerical value and a unit of measurement. It
 allows arithmetic operations between them and conversions from and to
 different units.
 .
 It is distributed with a comprehensive list of physical units, prefixes and
 constants. Due to its modular design, you can extend (or even rewrite!) the
 complete list without changing the source code.
 .
 This package contains the Python 3.x module.