pendulum 3.0.0-1 source package in Ubuntu

Changelog

pendulum (3.0.0-1) sid; urgency=medium

  [ Ananthu C V ]
  * New upstream version 3.0.0 (Closes: #1078378, #1058882)
  * Enable build with maturin backend
  * Add patch to relax rust crate dependency versions
  * Clean up thoroughly after build
  * Enable build time tests
  * Update dependencies and build dependencies
  * Make pendulum compatible with pyo3 v0.22
  * Remove dependency on python tzdata library
  * Remove section from binary package
  * Add upstream metadata
  * Export buildflags
  * Adpot the package with python team as maintainer
  * Add vcs-* urls
  * Update d/copyright info
  * Remove pytz dependency
  * Remove irrelevant source readme file
  * Enable autopkgtest
  * Mark more B-D not necessary for build with nocheck

 -- Ananthu C V <email address hidden>  Tue, 13 Aug 2024 03:24:49 +0530

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular proposed universe misc

Downloads

File Size SHA-256 Checksum
pendulum_3.0.0-1.dsc 2.3 KiB 0d44af4f4182cbc9b015247a07e74fb85d603983609a4e6f024ada2fed61134e
pendulum_3.0.0.orig.tar.gz 175.8 KiB 7f45b0d758f6d7b3f050d579327324d49a1cc1e5b166762fa5b83e4dc1f73a62
pendulum_3.0.0-1.debian.tar.xz 5.5 KiB 81e5c470fd2f17c2f6548db6593e660101f3dd92c212b0489b4fec8d8c9ac7f8

Available diffs

No changes file available.

Binary packages built by this source

python3-pendulum: Python datetimes made easy

 Native Python datetime is enough for basic cases, pendulum provides a cleaner
 and more easy to use API while still relying on the standard library. It’s
 still datetime but better.