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 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325
|
python-fakeredis (2.29.0-5) unstable; urgency=medium
* Team upload.
* test: Replace deprecated `event_loop` fixture.
* chore: Update test dependency on pytest-asyncio to v1.1.0.
* Remove unneeded test.
-- Colin Watson <cjwatson@debian.org> Tue, 16 Sep 2025 12:39:21 +0100
python-fakeredis (2.29.0-4) unstable; urgency=medium
* Update the list of flaky tests that are not run during autopkgtest
execution; some of these had been renamed/reorganised since they were
originally added. (Closes: #1105992)
-- Chris Lamb <lamby@debian.org> Thu, 22 May 2025 10:43:32 -0700
python-fakeredis (2.29.0-3) unstable; urgency=medium
* Address autopkgtest regression issues:
- Require Redis >= 8.x and python3-mock to run the latest autopkgtests.
- Disable the "test_time" test due to an incompatibility with the new
version of Mock and mock_use_standalone_module.
<https://github.com/pytest-dev/pytest-mock/issues/70>
(Closes: #1105992)
-- Chris Lamb <lamby@debian.org> Wed, 21 May 2025 13:01:22 -0700
python-fakeredis (2.29.0-2) unstable; urgency=medium
* Additionally allow the test_hsetex_expiration_ex_and_keepttl autopkgtest to
fail, following other failed tests.
-- Chris Lamb <lamby@debian.org> Thu, 15 May 2025 10:00:40 -0700
python-fakeredis (2.29.0-1) unstable; urgency=medium
* New upstream release.
- Prevents autopkgtest regressions in src:python-redis which is, in turn,
affecting the migration of src:redis.
* Bump Standards-Version to 4.7.2.
* Add myself to Uploaders.
* Use py3versions -s ("supported") over -i ("installed") in autopkgtests in
order to avoid issues during Python transitions.
-- Chris Lamb <lamby@debian.org> Thu, 15 May 2025 09:08:06 -0700
python-fakeredis (2.26.1-1) unstable; urgency=medium
* Team upload
* New upstream version 2.26.1
* Depends on new python3-lupa 2.x
* Run tests in autpkgtest with a running Redis
[ Ondřej Nový ]
* Remove myself from Uploaders.
-- Alexandre Detiste <tchet@debian.org> Fri, 29 Nov 2024 23:01:32 +0100
python-fakeredis (1.9.0-1) unstable; urgency=medium
* Team upload
* Drop build/test dependencies on python3-future
-- Graham Inggs <ginggs@debian.org> Wed, 03 Jan 2024 20:43:57 +0000
python-fakeredis (1.9.0-0.1) unstable; urgency=medium
[ Paul Gevers ]
* Non-maintainer upload
* New upstream version 1.9.0 (Closes: #1017612)
- upstream moved
- add new Build-Depends
* autopkgtest: don't fail after the first error but show all failures
-- Chris Lamb <lamby@debian.org> Thu, 18 Aug 2022 11:45:21 -0700
python-fakeredis (1.7.1-1) unstable; urgency=medium
* Team upload.
* New upstream release. (Closes: #1014101)
* Drop 0002-SINTER-STORE-requires-keys-to-be-sets.patch; patch appears to be
merged upstream.
* Bump Standards-Version to 4.6.1.
-- Chris Lamb <lamby@debian.org> Thu, 07 Jul 2022 12:57:09 +0100
python-fakeredis (1.6.1-1) unstable; urgency=medium
[ Stefano Rivera ]
* Team upload.
* New upstream release. (Closes: #985639)
* Remove Build-Dep restriction on pytest-cov >= 3. (Closes: #997335)
* Build-Depend on python3-pytest-asyncio, now required by tests.
* Bump Standards-Version to 4.6.0, no changes needed.
[ Debian Janitor ]
* Set upstream metadata fields: Contact.
* Remove obsolete field Name from debian/upstream/metadata (already present in
machine-readable debian/copyright).
* Set field Upstream-Contact in debian/copyright.
* Remove obsolete field Contact from debian/upstream/metadata (already present
in machine-readable debian/copyright).
-- Stefano Rivera <stefanor@debian.org> Wed, 10 Nov 2021 01:31:44 -0800
python-fakeredis (1.4.5-4) unstable; urgency=medium
* Team upload.
* Bump tests dependency for new Redis behaviour
-- Jochen Sprickerhof <jspricke@debian.org> Fri, 30 Jul 2021 22:40:47 +0200
python-fakeredis (1.4.5-3) unstable; urgency=medium
* Team upload.
* Add patch for new Redis 6.0.15 SINTER behaviour (Closes: #991451)
-- Jochen Sprickerhof <jspricke@debian.org> Fri, 30 Jul 2021 14:32:28 +0200
python-fakeredis (1.4.5-2) unstable; urgency=medium
* Lift pytest version cap.
* Bump standards version to 4.5.1.
-- Ondřej Nový <onovy@debian.org> Mon, 04 Jan 2021 10:59:47 +0100
python-fakeredis (1.4.5-1) unstable; urgency=medium
* New upstream release.
* d/tests/control: Remove python3-asynctest from the Depends
(Closes: #975722).
* Skip flaky test (Closes: #976068).
-- Ondřej Nový <onovy@debian.org> Mon, 30 Nov 2020 11:36:08 +0100
python-fakeredis (1.4.4-1) unstable; urgency=medium
* New upstream release.
* d/control: Update Maintainer field with new Debian Python Team
contact address.
* d/control: Update Vcs-* fields with new Debian Python Team Salsa
layout.
* Add python3-pytest-mock to autopkgtests requirement (Closes: #972153).
-- Ondřej Nový <onovy@debian.org> Tue, 27 Oct 2020 09:29:34 +0100
python-fakeredis (1.4.3-1) unstable; urgency=medium
* New upstream release.
* Add python3-pytest-mock to B-D.
-- Ondřej Nový <onovy@debian.org> Thu, 20 Aug 2020 09:30:29 +0200
python-fakeredis (1.4.1-2) unstable; urgency=medium
* Disable test_aioredis.py and remove python3-asynctest from B-D.
-- Ondřej Nový <onovy@debian.org> Tue, 16 Jun 2020 08:38:07 +0200
python-fakeredis (1.4.1-1) unstable; urgency=medium
* New upstream release.
* Add python3-aioredis, python3-asynctest and python3-hypothesis to B-D.
* Bump debhelper compat level to 13.
* debian/pybuild.testfiles: Remove, not needed anymore.
* Install README instead of own d/CHANGELOG.
* Run all tests.
-- Ondřej Nový <onovy@debian.org> Fri, 12 Jun 2020 13:28:00 +0200
python-fakeredis (1.2.1-1) unstable; urgency=medium
* New upstream release
-- Ondřej Kobližek <kobla@debian.org> Tue, 18 Feb 2020 08:12:24 +0100
python-fakeredis (1.2.0-1) unstable; urgency=medium
* Bump Standards-Version to 4.5.0 (no changes)
* New upstream release
-- Ondřej Kobližek <kobla@debian.org> Thu, 06 Feb 2020 07:58:33 +0100
python-fakeredis (1.1.0-2) unstable; urgency=medium
* d/control: Add lower B-D constraints for pytest and pytest-cov
-- Ondřej Kobližek <kobla@debian.org> Tue, 10 Dec 2019 13:03:53 +0100
python-fakeredis (1.1.0-1) unstable; urgency=medium
[ Ondřej Nový ]
* Bump Standards-Version to 4.4.1.
[ Ondřej Kobližek ]
* Change my email address
* New upstream release
* Change test suite from nose to pytest
* d/control: Add Rules-Requires-Root
-- Ondřej Kobližek <kobla@debian.org> Mon, 02 Dec 2019 14:18:43 +0100
python-fakeredis (1.0.5-1) unstable; urgency=medium
* New upstream release.
* update d/CHANGELOG
-- Ondřej Kobližek <koblizeko@gmail.com> Fri, 13 Sep 2019 07:38:51 +0200
python-fakeredis (1.0.4-1) unstable; urgency=medium
* New upstream release.
* update d/CHANGELOG
-- Ondřej Kobližek <koblizeko@gmail.com> Fri, 16 Aug 2019 08:55:27 +0200
python-fakeredis (1.0.3-2) unstable; urgency=medium
[ Ondřej Nový ]
* Use debhelper-compat instead of debian/compat.
* Bump Standards-Version to 4.4.0.
[ Ondřej Kobližek ]
* Drop Python 2 module
* Bump compat version to 12
* Add module test
* Bump watchfile version to 4
* Wrap and sort
* d/control: Remove dh-python version constraint
-- Ondřej Kobližek <koblizeko@gmail.com> Tue, 23 Jul 2019 17:58:01 +0200
python-fakeredis (1.0.3-1) unstable; urgency=medium
* New upstream release (Closes: #924851)
* update d/CHANGELOG
-- Ondřej Kobližek <koblizeko@gmail.com> Mon, 01 Apr 2019 08:57:11 +0200
python-fakeredis (1.0~rc1-1) unstable; urgency=medium
* New upstream release (Closes: #915774)
* Use d/pybuild.testfiles instead of manual cp+rm
* Run only tests which doesn't requires running Redis
* Add python{,3}-six and python{,3}-sortedcontainers into B-D
* Bump Standards-Version to 4.3.0 (no changes)
-- Ondřej Nový <onovy@debian.org> Tue, 22 Jan 2019 16:31:15 +0100
python-fakeredis (0.14.0-1) unstable; urgency=medium
* New upstream release
* Drop Peter Lisák from uploaders
* d/copyright: Add copyright holders and Expat license from new upstream
release
-- Ondřej Nový <onovy@debian.org> Sat, 29 Sep 2018 14:02:30 +0200
python-fakeredis (0.13.1-1) unstable; urgency=medium
* New upstream release
* d/copyright: Add new copyright holder of new upstream release
* Bump standards version to 4.2.1 (no changes)
* Add upstream metadata
-- Ondřej Nový <onovy@debian.org> Wed, 19 Sep 2018 15:24:51 +0200
python-fakeredis (0.13.0.1-2) unstable; urgency=medium
* New upstream release
* Convert git repository from git-dpm to gbp layout
* Add python{,3}-future to B-D
* Bump standards version to 4.2.0 (no changes)
-- Ondřej Nový <onovy@debian.org> Tue, 21 Aug 2018 14:53:09 +0200
python-fakeredis (0.11.0-1) unstable; urgency=medium
[ Ondřej Nový ]
* d/control: Set Vcs-* to salsa.debian.org
* d/control: Remove ancient X-Python-Version field
* d/control: Remove ancient X-Python3-Version field
[ Ondřej Kobližek ]
* New upstream release
* d/control: Add dependency for python-lupa
* d/control: Standards version is 4.1.5 now (no changes needed)
* d/control: Update debhelper compat level to 11
-- Ondřej Kobližek <koblizeko@gmail.com> Tue, 31 Jul 2018 16:22:30 +0800
python-fakeredis (0.9.0-1) unstable; urgency=medium
* New upstream release
* d/copyright:
- Add myself for Debian part
- Https form of the copyright-format URL
* d/control:
- Added myself as uploader
- Standards version is 4.1.1 now
* d/rules: Add upstream changelog
-- Ondřej Kobližek <koblizeko@gmail.com> Thu, 09 Nov 2017 14:06:52 +0100
python-fakeredis (0.8.2-2) unstable; urgency=medium
* New upstream release
* Bumped debhelper version to 10
-- Ondřej Nový <onovy@debian.org> Sun, 11 Dec 2016 15:39:46 +0100
python-fakeredis (0.8.1-1) unstable; urgency=medium
* New upstream release 0.8.1
* set dh-python version (older one failed in test suite detection,
nose needed instead of unittest)
-- Peter Lisák <peter.lisak@gmail.com> Mon, 22 Aug 2016 10:22:06 +0200
python-fakeredis (0.7.0-1) unstable; urgency=medium
* Initial release. (Closes: #827934)
-- Peter Lisák <peter.lisak@gmail.com> Wed, 22 Jun 2016 10:11:50 +0200
|