python-udatetime 0.0.16-4build2 source package in Ubuntu

Changelog

python-udatetime (0.0.16-4build2) jammy; urgency=medium

  * No-change rebuild to add python3.10.

 -- Matthias Klose <email address hidden>  Sat, 16 Oct 2021 06:59:23 +0000

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Jammy
Original maintainer:
Ilias Tsitsimpis
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
python-udatetime_0.0.16.orig.tar.gz 13.6 KiB 82d3d7f148f69dd53ba8d913b1c21386263d057dbdf044c799ce76b5a7667427
python-udatetime_0.0.16-4build2.debian.tar.xz 3.5 KiB c5bcfb7a16161bd910ec4a1ad8930f2e63f2754928446a8602abe9dc37fa1ffc
python-udatetime_0.0.16-4build2.dsc 2.1 KiB 5ca1fe73f4f246a7dc3b9245eacd98b54d691d8e882ed6d6ee1feb156ea759f4

Available diffs

View changes file

Binary packages built by this source

python3-udatetime: fast RFC3339 compliant date-time library (Python 3)

 This module offers faster datetime object instantiation, serialization and
 deserialization of RFC3339 date-time strings, than Python's datetime module.
 It uses Python's datetime class under the hood so, code already using datetime
 should be able to easily switch to udatetime. All datetime objects created
 by udatetime are timezone aware.
 .
 This package installs the library for Python 3.

python3-udatetime-dbgsym: debug symbols for python3-udatetime