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 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218
|
python-limits (4.4.1-3) unstable; urgency=medium
* Team upload.
* Drop build-dep on python3-importlib-resources
-- Alexandre Detiste <tchet@debian.org> Sun, 04 May 2025 16:09:11 +0200
python-limits (4.4.1-2) unstable; urgency=medium
* Team upload.
* d/control: Add missing build-dep python3-deprecated (Closes: #1102771).
-- Sergio de Almeida Cipriano Junior <sergiosacj@riseup.net> Sat, 12 Apr 2025 17:52:48 -0300
python-limits (4.4.1-1) unstable; urgency=medium
* Team upload.
* New upstream release.
-- Colin Watson <cjwatson@debian.org> Sun, 23 Mar 2025 16:39:30 +0000
python-limits (4.2-1) unstable; urgency=medium
* Team upload.
* New upstream release.
-- Colin Watson <cjwatson@debian.org> Wed, 12 Mar 2025 16:52:07 +0000
python-limits (4.0.1-1) unstable; urgency=medium
* Team upload.
* New upstream release.
-- Colin Watson <cjwatson@debian.org> Sun, 19 Jan 2025 19:56:27 +0000
python-limits (4.0.0-1) unstable; urgency=medium
* Team upload.
* New upstream release.
-- Colin Watson <cjwatson@debian.org> Wed, 15 Jan 2025 15:14:48 +0000
python-limits (3.14.1-1) unstable; urgency=medium
* Team upload.
* New upstream release.
-- Colin Watson <cjwatson@debian.org> Mon, 02 Dec 2024 16:59:05 +0000
python-limits (3.13.0-1) unstable; urgency=medium
* Team upload.
* New upstream release.
* Use pybuild-plugin-pyproject.
-- Colin Watson <cjwatson@debian.org> Mon, 09 Sep 2024 12:04:47 +0100
python-limits (3.12.0-1) unstable; urgency=medium
* Team upload.
* remove extraneous build dependencies:
* python3-mock
* python3-six
* use new dh-sequence-python3
[ Ileana Dumitrescu ]
* New upstream version 3.12.0
* d/control: Bump Standards-Version from 4.6.2 to 4.7.0
* d/control: Remove unnecessary Build-Depends python3-pytest-lazy-fixture
* d/rules: Do not run docker specific testing with test/conftest.py
-- Alexandre Detiste <tchet@debian.org> Tue, 28 May 2024 22:00:19 +0200
python-limits (3.6.0-1) unstable; urgency=medium
* Team upload.
* New upstream release.
* d/gbp.conf:
- Pull and commit to pristine-tar branch.
* d/watch:
- Remove debian uupdate.
* d/copyright:
- Update copyright year to 2023 for debian/* files.
- Add myself to copyright for debian/* files.
* d/patches:
- Refresh patches.
* d/control:
- Bump standards version from 4.6.1 to 4.6.2.
- Add to Build-Depends (python3-importlib-resources, python3-etcd3,
and python3-pytest-asyncio).
-- Ileana Dumitrescu <ileanadumitrescu95@gmail.com> Thu, 19 Oct 2023 07:56:35 +0000
python-limits (2.8.0-1) unstable; urgency=medium
* Team upload.
* New upstream release.
* Refresh patches.
* Build-Depend on python3-typing-extensions.
* Echo the python version being tested in python3-tests.
* Flush memcached storage between Python versions in python3-tests.
(Closes: #1025107)
* Update copyright.
* Declare Rules-Requires-Root: no.
-- Stefano Rivera <stefanor@debian.org> Sun, 25 Dec 2022 12:28:08 -0400
python-limits (2.7.0-3) unstable; urgency=medium
[ Debian Janitor ]
* Apply multi-arch hints. + python-limits-doc: Add Multi-Arch: foreign.
-- Jelmer Vernooij <jelmer@debian.org> Fri, 28 Oct 2022 18:52:45 +0100
python-limits (2.7.0-2) unstable; urgency=medium
[ Debian Janitor ]
* Bump debhelper from old 12 to 13.
-- Jelmer Vernooij <jelmer@debian.org> Mon, 17 Oct 2022 02:08:08 +0100
python-limits (2.7.0-1) unstable; urgency=medium
* Team upload.
* New upstream version. (Closes: #1015120)
* Use pytest instead of nose for tests. (Closes: #1018524)
* Build-depend on python3-pymongo.
* Restrict unit tests to test_limits.py, test_limit_granularities.py, and
test_ratelimit_parser.py. All other tests require a local docker and
docker-compose installation.
* Run autopkgtests against memcached, add debian/tests/memcached_storage.py.
* Drop patch 0001-Mark-tests-using-remote-entities-as-such.patch, upstream
has moved away from nose to pytest.
* Drop build dependency on python3-sphinx-rtd-theme.
* Add build dependency on python3-sphinxext-opengraph,
python3-sphinx-copybutton, python3-sphinx-paramlinks, and
python3-sphinxcontrib.programoutput.
* Add patch 0001-no-sphinx-inline-tabs.patch, the sphinx extension
inline_tabs is not packaged in Debian.
* Add patch 0002-no-unpackaged-theme.patch, the furo theme is not packaged
in Debian either.
* Add patch 0003-no-pytest-K.patch, pytest 7.1.2 does not support the -K
option.
* Add patch 0004-no-test-coverage.patch to avoid an unnecessary dependency
on python3-pytest-cov.
* Remove entries for limits/backports/counter.py and
limits/backports/total_ordering.py from d/copyright. The files aren't
shipped with python-limits any more.
* Update Standards Version to 4.6.1, no change needed.
* Add 0005-no-fonts-from-googleapis.patch and 0006-no-shields-io-img.patch
to fix Lintian warning privacy-breach-generic.
-- Emanuele Rocca <ema@debian.org> Tue, 06 Sep 2022 13:26:24 +0200
python-limits (1.5.1-1) unstable; urgency=medium
* Team upload.
[ Ondřej Nový ]
* Bump Standards-Version to 4.4.1.
* d/control: Update Maintainer field with new Debian Python Team
contact address.
* d/control: Update Vcs-* fields with new Debian Python Team Salsa
layout.
[ Debian Janitor ]
* Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
Repository-Browse.
* Update standards version to 4.5.0, no changes needed.
[ Stefano Rivera ]
* New upstream release.
* Refresh patches.
* autopkgtest: Use redis-cli instead of redis-trib.rb. (Closes: #949276)
* autopkgtest: Add more test redis instances, expected by tests.
* autopkgtest: Run memcached for tests.
-- Stefano Rivera <stefanor@debian.org> Tue, 02 Feb 2021 12:54:37 -0700
python-limits (1.3-2) unstable; urgency=medium
* Team upload.
[ Ondřej Nový ]
* Use 'python3 -m sphinx' instead of sphinx-build for building docs
* Use debhelper-compat instead of debian/compat.
* Drop Python 2 support (Closes: #937893).
* Enable autopkgtest-pkg-python testsuite instead of manual one.
* Bump debhelper compat level to 12.
* Bump standards version to 4.4.0 (no changes).
[ Andrey Rahmatullin ]
* Set the python3-rediscluster B-D version to the version supporting modern
python3-redis to make sure tests succeed.
-- Andrey Rahmatullin <wrar@debian.org> Sat, 21 Sep 2019 14:26:30 +0500
python-limits (1.3-1) unstable; urgency=medium
[ Ondřej Nový ]
* d/control: Set Vcs-* to salsa.debian.org
* d/copyright: Use https protocol in Format field
* Refresh patches after git-dpm to gbp pq conversion
[ Nicolas Dandrimont ]
* New upstream release 1.3
- Update remote tests patch
* Update Standards-Version to 4.1.4 (no changes)
* Bump debhelper compat to 11
* Add autopkgtests
-- Nicolas Dandrimont <olasd@debian.org> Mon, 30 Apr 2018 18:03:15 +0200
python-limits (1.2.1-1) unstable; urgency=medium
* Initial release. (Closes: #851272)
-- Nicolas Dandrimont <olasd@debian.org> Fri, 13 Jan 2017 17:41:55 +0100
|