python-udatetime 0.0.17-1build2 source package in Ubuntu

Changelog

python-udatetime (0.0.17-1build2) noble; urgency=medium

  * No-change rebuild with Python 3.12 only

 -- Graham Inggs <email address hidden>  Thu, 11 Apr 2024 10:50:28 +0000

Upload details

Uploaded by:
Graham Inggs
Uploaded to:
Noble
Original maintainer:
Ilias Tsitsimpis
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

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

Downloads

File Size SHA-256 Checksum
python-udatetime_0.0.17.orig.tar.gz 14.2 KiB b10bc5570699a438a72e2b5a64e76bd8c28ee3befd16f209387a5507fa0b8301
python-udatetime_0.0.17-1build2.debian.tar.xz 3.1 KiB e9cfb1711ab040862431895d69dbdbad3cb9d980c72658fa77acb4bf7f91f815
python-udatetime_0.0.17-1build2.dsc 2.1 KiB 11974f2e43ffb630c2def2d6525a8a08a77b47a164ac2f4a44d81127099e341f

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