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
|
python-channels-redis (4.0.0-1+deb12u1) bookworm; urgency=medium
* Team upload.
* Cherry-pick from upstream:
- Ensure pools are closed on loop close in core (closes: #1027387).
-- Colin Watson <cjwatson@debian.org> Wed, 21 Feb 2024 10:42:10 +0000
python-channels-redis (4.0.0-1) unstable; urgency=medium
* New upstream release.
* Use github tags instead of releases for d/watch.
* Drop patch that removes dependency on ascync-generator.
* Provide setup.cfg to pytest during autopkgtests to set the correct
asyncio mode (Closes: #1019223).
* Bump Standards-Version to 4.6.1.0.
-- Michael Fladischer <fladi@debian.org> Mon, 10 Oct 2022 20:13:47 +0000
python-channels-redis (3.3.0-1) unstable; urgency=low
* New upstream release.
* Update d/watch to work with github again.
* Bump Standards-Version to 4.6.0.1.
* Add patch to remove async_generator dependency.
* Disable build-time tests.
* Remove build-time test dependencies from Build-Depends.
* Update year in d/copyright.
* Enable upstream testsuite for autopkgtests.
-- Michael Fladischer <fladi@debian.org> Sun, 20 Feb 2022 16:35:54 +0000
python-channels-redis (3.2.0-1) unstable; urgency=low
* New upstream release.
* Bump Standards-Version to 4.5.1.
* Use uscan version 4.
* Bump versioned build dependencies on python3-asgiref and python3-
django-channels.
-- Michael Fladischer <fladi@debian.org> Wed, 02 Dec 2020 16:42:35 +0100
python-channels-redis (3.1.0-1) unstable; urgency=low
[ 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.
[ Michael Fladischer ]
* New upstream release.
* Bump debhelper version to 13.
-- Michael Fladischer <fladi@debian.org> Wed, 14 Oct 2020 20:58:11 +0200
python-channels-redis (2.4.2-1) unstable; urgency=low
[ Debian Janitor ]
* Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
Repository-Browse.
[ Michael Fladischer ]
* New upstream release.
* Bump Standards-Version to 4.5.0.
* Set Rules-Requires-Root: no.
-- Michael Fladischer <fladi@debian.org> Mon, 24 Feb 2020 10:43:24 +0100
python-channels-redis (2.4.1-1) unstable; urgency=low
[ Ondřej Nový ]
* Bump Standards-Version to 4.4.1.
[ Michael Fladischer ]
* New upstream release.
* Clean up .pytest_cache/CACHEDIR.TAG to allow two builds in a row.
-- Michael Fladischer <fladi@debian.org> Tue, 12 Nov 2019 09:11:57 +0100
python-channels-redis (2.4.0-1) unstable; urgency=low
[ Ondřej Nový ]
* Use debhelper-compat instead of debian/compat.
* Bump Standards-Version to 4.4.0.
[ Michael Fladischer ]
* New upstream release.
-- Michael Fladischer <fladi@debian.org> Thu, 01 Aug 2019 08:09:42 +0200
python-channels-redis (2.3.3-1) unstable; urgency=low
* New upstream release.
* Bump debhelper compatibility and version to 12.
* Bump Standards-Version to 4.3.0.
-- Michael Fladischer <fladi@debian.org> Tue, 15 Jan 2019 10:45:48 +0100
python-channels-redis (2.3.2-1) unstable; urgency=medium
* Upload to unstable.
-- Michael Fladischer <fladi@debian.org> Sun, 23 Dec 2018 18:06:24 +0100
python-channels-redis (2.3.2-1~exp1) experimental; urgency=low
* New upstream release.
* Clean up files in .pytest_cache/ to allow two builds in a row.
-- Michael Fladischer <fladi@debian.org> Sat, 01 Dec 2018 21:33:45 +0100
python-channels-redis (2.3.1-1~exp1) experimental; urgency=low
* New upstream release.
* Add debian/gbp.conf.
-- Michael Fladischer <fladi@debian.org> Fri, 26 Oct 2018 16:32:02 +0200
python-channels-redis (2.3.0-1~exp1) experimental; urgency=low
* Initial release (Closes: #907630).
-- Michael Fladischer <fladi@debian.org> Thu, 30 Aug 2018 13:15:21 +0200
|