python-udatetime 0.0.16-2 source package in Ubuntu

Changelog

python-udatetime (0.0.16-2) unstable; urgency=medium

  * Team upload.
  * d/control: Remove ancient X-Python-Version field
  * Use debhelper-compat instead of debian/compat.
  * d/control: Remove ancient X-Python3-Version field.
  * Drop Python 2 support (Closes: #938238).
  * Bump debhelper compat level to 12.
  * Bump standards version to 4.4.0.

 -- Ondřej Nový <email address hidden>  Thu, 12 Sep 2019 17:13:50 +0200

Upload details

Uploaded by:
Ilias Tsitsimpis
Uploaded to:
Sid
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-2.dsc 2.1 KiB 7e827b3ee4efee1aca682b25530858bd9c0e553e35b5d3e838a6701439cd0ba1
python-udatetime_0.0.16.orig.tar.gz 13.6 KiB 82d3d7f148f69dd53ba8d913b1c21386263d057dbdf044c799ce76b5a7667427
python-udatetime_0.0.16-2.debian.tar.xz 2.3 KiB b687b172fc937ef227dc970e867c6c186b469da7324e0dc29d0b39edd79fd802

No changes file available.

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