python-udatetime 0.0.17-1build1 source package in Ubuntu

Changelog

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

  * No-change rebuild with Python 3.12 as supported version

 -- Graham Inggs <email address hidden>  Tue, 31 Oct 2023 17:54:32 +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

Downloads

File Size SHA-256 Checksum
python-udatetime_0.0.17.orig.tar.gz 14.2 KiB b10bc5570699a438a72e2b5a64e76bd8c28ee3befd16f209387a5507fa0b8301
python-udatetime_0.0.17-1build1.debian.tar.xz 3.1 KiB c8979aac309fc41dc0cae02e01d0f5be6df4e0213c78900cb20d1ec3d81b8b8d
python-udatetime_0.0.17-1build1.dsc 2.1 KiB 625189b3ad99d9aad77641428e5297a87907a7dc7b90691563a332c1f82a0e44

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