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
|
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
|