1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132
|
pendulum (3.1.0-3) unstable; urgency=medium
* Team upload.
* Allow building against PyO3 0.27.
-- Jelmer Vernooij <jelmer@debian.org> Wed, 12 Nov 2025 11:35:52 +0000
pendulum (3.1.0-2) unstable; urgency=medium
* Team upload.
* Accept pyo3 0.26.
-- Colin Watson <cjwatson@debian.org> Mon, 13 Oct 2025 09:33:46 +0100
pendulum (3.1.0-1) unstable; urgency=medium
[ Ananthu C V ]
* update d/watch to version 5
* new upstream version 3.1.0
* simpify includes in d/rules
* drop unnecessary steps from build process
* update patches
* update build-deps
* add pyo3 0.25 compatibility patch
* bump Standards-Version to 4.7.2 (no changes needed)
* use my debian address for uploaders
* add pyo3 to Testsuite-Triggers to trigger autopkgtests on pyo3 updates
[ Fabian Grünbichler ]
* add Static-Built-Using
-- Ananthu C V <weepingclown@debian.org> Thu, 21 Aug 2025 03:02:08 +0530
pendulum (3.0.0-3) unstable; urgency=medium
* Team upload.
* Make empty durations an error in pure-Python parser (fixes
pydantic-extra-types autopkgtests on 32-bit architectures).
-- Colin Watson <cjwatson@debian.org> Mon, 16 Jun 2025 11:07:08 +0100
pendulum (3.0.0-2) unstable; urgency=medium
* Team upload
* rust: Use i64 for internal unix timestamps (LP: #2079029)
-- Benjamin Drung <bdrung@debian.org> Thu, 05 Sep 2024 14:09:56 +0200
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 <weepingclown@disroot.org> Tue, 13 Aug 2024 03:24:49 +0530
pendulum (3.0.0~a1-3) sid; urgency=medium
* Uploading to sid.
* Updating copyright for 2024.
* Updating to standards-version 4.7.0.
* Orphaning package, all other packages that I maintain moved away from
pendulum.
-- Daniel Baumann <daniel.baumann@progress-linux.org> Tue, 30 Jul 2024 20:16:31 +0200
pendulum (3.0.0~a1-2) experimental; urgency=medium
* Uploading to experimental.
* Manually removing some files that pybuild doesn't clean up during
build (Closes: #1047889).
* Avoid overwriting symlinks to avoid fakeroot troubles.
-- Daniel Baumann <daniel.baumann@progress-linux.org> Mon, 14 Aug 2023 11:55:38 +0200
pendulum (3.0.0~a1-1) experimental; urgency=medium
* Uploading to experimental.
* Merging upstream version 3.0.0~a1.
* Updating to standards version 4.6.2.
* Adding handling for alpha/beta version numbers in watch file.
* Adding symlink to zoneinfo during build to fix FTBFS.
-- Daniel Baumann <daniel.baumann@progress-linux.org> Thu, 05 Jan 2023 11:44:20 +0100
pendulum (2.1.2-4) sid; urgency=medium
* Uploading to sid.
* Updating packaging copyright for 2022.
* Updating to standards version 4.6.1.
* Fixing watch file by switching from releases to tags.
-- Daniel Baumann <daniel.baumann@progress-linux.org> Thu, 22 Sep 2022 22:21:33 +0200
pendulum (2.1.2-3) sid; urgency=medium
* Uploading to sid.
* Updating python debhelper sequence.
* Updating to standards version 4.6.0.
-- Daniel Baumann <daniel.baumann@progress-linux.org> Sat, 09 Oct 2021 10:51:39 +0200
pendulum (2.1.2-2) sid; urgency=medium
* Uploading to sid.
* Adding README.source.
* Adding depends to python3-pytzdata.
-- Daniel Baumann <daniel.baumann@progress-linux.org> Sun, 07 Feb 2021 08:26:00 +0100
pendulum (2.1.2-1) sid; urgency=medium
* Initial upload to sid (Closes: #892283),
required for pgcli (#972598) which moved from humanize to pendulum.
-- Daniel Baumann <daniel.baumann@progress-linux.org> Sat, 30 Jan 2021 08:58:08 +0100
|