sqlalchemy-utc 0.14.0-2 source package in Ubuntu

Changelog

sqlalchemy-utc (0.14.0-2) unstable; urgency=medium

  * Build-Depends: Add <!nocheck> to python3-pytest.

 -- Edward Betts <edward@4angle.com>  Wed, 10 Aug 2022 12:28:39 +0100

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
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
sqlalchemy-utc_0.14.0-2.dsc 2.1 KiB 41108f1dd7a2786de3f96ce3f9b857de91a84f6f353fc47d61f25cc1fecbc6eb
sqlalchemy-utc_0.14.0.orig.tar.gz 8.1 KiB 2c1ee75fef09c21639b4b7403a50b2ec033231f0c5187c5e94a90ed56703bedc
sqlalchemy-utc_0.14.0-2.debian.tar.xz 2.3 KiB 9c4975361557d15c11a79f762b711079c0cd2fc3bc26b8fc59fd12319a5f422c

Available diffs

No changes file available.

Binary packages built by this source

python3-sqlalchemy-utc: SQLAlchemy type to store timezone aware datetime values

 UtcDateTime type is equivalent to the built-in 'DateTime' with
 'timezone=True' option enabled on vendors that support 'timestamptz'
 e.g. PostgreSQL, but on SQLite or MySQL, it shifts all 'datetime.datetime'
 values to UTC offset before store them, and returns timezone aware
 'datetime.datetime' values through result sets.