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 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196
|
python-tzlocal (5.3.1-1) unstable; urgency=medium
* New upstream release.
* Update Standards-Version.
* Update copyright year.
* Move packages required for tests to Build-Depends-Indep.
* Simplify debian/watch.
-- Edward Betts <edward@4angle.com> Sun, 09 Mar 2025 05:41:41 +0000
python-tzlocal (5.3-1) unstable; urgency=medium
* Team upload.
* New upstream release.
* Run tests using pytest (closes: #1063372).
* Switch to autopkgtest-pkg-pybuild.
* Simplify a debhelper override.
-- Colin Watson <cjwatson@debian.org> Tue, 25 Feb 2025 10:38:24 +0000
python-tzlocal (5.2-1.1) unstable; urgency=medium
* Non-maintainer upload.
* Don't fail the autopkg tests when no tests are run. Closes: #1061829.
* Run the autopkg tests for all supported Python versions.
-- Matthias Klose <doko@debian.org> Wed, 07 Feb 2024 02:16:00 +0100
python-tzlocal (5.2-1) unstable; urgency=medium
* New upstream release.
-- Edward Betts <edward@4angle.com> Tue, 24 Oct 2023 13:11:53 +0100
python-tzlocal (5.1-1) unstable; urgency=medium
* New upstream release.
-- Edward Betts <edward@4angle.com> Wed, 11 Oct 2023 05:10:09 +0100
python-tzlocal (5.0.1-1) unstable; urgency=medium
* New upstream release.
* Update copyright year.
* Update Standards-Version.
* No longer depends on python3-pytz-deprecation-shim.
-- Edward Betts <edward@4angle.com> Wed, 17 May 2023 12:07:08 +0100
python-tzlocal (4.2-1) unstable; urgency=medium
* New upstream release.
-- Edward Betts <edward@4angle.com> Wed, 20 Apr 2022 08:43:55 +0100
python-tzlocal (4.1-1) unstable; urgency=medium
[ Ondřej Nový ]
* d/control: Update Maintainer field with new Debian Python Team
contact address.
* d/control: Update Vcs-* fields with new Debian Python Team Salsa
layout.
[ Edward Betts ]
* New upstream release.
* Add python3-pytz-deprecation-shim as new Build-Depends.
* Update Standards-Version.
* Update copyright year.
* Remove tzlocal.egg-info during clean target.
-- Edward Betts <edward@4angle.com> Sun, 13 Mar 2022 07:46:51 +0000
python-tzlocal (2.1-1) unstable; urgency=medium
* New upstream release
* Update debhelper-compat to 13
* Switch from dh --with python in debian/rules to a dh-sequence-python3
Build-Depends
* Add debian/upstream/metadata
-- Edward Betts <edward@4angle.com> Mon, 31 Aug 2020 15:39:23 +0100
python-tzlocal (2.1~b1-2) unstable; urgency=medium
* Adjust debian/watch to use uversionmangle, so upstream beta versions
are handled correctly.
-- Edward Betts <edward@4angle.com> Wed, 12 Feb 2020 09:33:42 +0000
python-tzlocal (2.1~b1-1) unstable; urgency=medium
* New upstream release.
* Update Standards-Version.
* Set Rules-Requires-Root to no.
* Update copyright year.
* Update package description.
-- Edward Betts <edward@4angle.com> Tue, 11 Feb 2020 07:34:06 +0000
python-tzlocal (2.0.0b2-4) unstable; urgency=medium
[ Ondřej Nový ]
* Bump Standards-Version to 4.4.1.
[ Sandro Tosi ]
* Drop python2 support; Closes: #938235
-- Sandro Tosi <morph@debian.org> Thu, 12 Dec 2019 22:16:51 -0500
python-tzlocal (2.0.0b2-3) unstable; urgency=medium
* Restore python2 support, still needed by two other packages.
-- Edward Betts <edward@4angle.com> Sun, 01 Sep 2019 13:57:46 +0100
python-tzlocal (2.0.0b2-2) unstable; urgency=medium
[ Ondřej Nový ]
* Use debhelper-compat instead of debian/compat.
* Bump Standards-Version to 4.4.0.
[ Edward Betts ]
* Drop python2 support. (Closes: #938235)
* Update Standards-Version (no changes).
* Update debhelper-compat to 12.
-- Edward Betts <edward@4angle.com> Fri, 30 Aug 2019 12:34:34 +0100
python-tzlocal (2.0.0b2-1) unstable; urgency=medium
* New upstream release.
-- Edward Betts <edward@4angle.com> Tue, 18 Jun 2019 12:05:55 +0100
python-tzlocal (2.0.0b1-1) unstable; urgency=medium
* New upstream release.
* Update Standards-Version (no changes).
* Update copyright year.
* Add autopkgtest test suite.
-- Edward Betts <edward@4angle.com> Sat, 16 Mar 2019 10:56:52 +0000
python-tzlocal (1.5.1-1) unstable; urgency=medium
[ Edward Betts ]
* New upstream release.
* Refresh patches after git-dpm to gbp pq conversion
* Upstream changed the license from CC0 to MIT.
* The tests in the pypi release fail, but they work with the github
release. This is because there is a symlink in the testsuite, sdist
does not preserve symlinks when generating a pypi release. This
package now uses the github release as upstream, so the tests pass.
* Update debian/watch to check github instead of pypi.
* Update debian/compat.
* Update Standards-Version (no changes).
* Add new Build-Depends: python-mock and python3-mock.
* Instead of patching MANIFEST.in use pyremove to avoid installing
test_data.
[ Ondřej Nový ]
* d/control: Set Vcs-* to salsa.debian.org
-- Edward Betts <edward@4angle.com> Tue, 13 Feb 2018 06:40:25 +0000
python-tzlocal (1.4-1) unstable; urgency=medium
* New upstream release.
-- Edward Betts <edward@4angle.com> Fri, 21 Apr 2017 07:45:42 +0100
python-tzlocal (1.3-1) unstable; urgency=medium
* New upstream release.
* Update Standards-Version.
-- Edward Betts <edward@4angle.com> Fri, 18 Nov 2016 12:44:29 +0000
python-tzlocal (1.2.2-1) unstable; urgency=medium
* New upstream release.
-- Edward Betts <edward@4angle.com> Tue, 22 Mar 2016 10:06:00 +0000
python-tzlocal (1.2-2) unstable; urgency=medium
* Update Vcs-* control headers.
* debian/rules: unset TZ, so tests don't fail (Closes: #802122)
-- Edward Betts <edward@4angle.com> Sun, 25 Oct 2015 08:45:30 +0000
python-tzlocal (1.2-1) unstable; urgency=low
* Initial release. (Closes: #797503)
-- Edward Betts <edward@4angle.com> Thu, 03 Sep 2015 21:19:42 +0100
|