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
|
python-django-channels (3.0.3-1) unstable; urgency=low
* New upstream release to fix CVE-2020-35681 (Closes: #979376).
* Add python3-pytest-asyncio to Build-Depends, required by tests.
* Enable upstream testsuite for autopkgtests.
-- Michael Fladischer <fladi@debian.org> Tue, 05 Jan 2021 23:58:27 +0100
python-django-channels (3.0.2-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.
[ Debian Janitor ]
* Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
Repository-Browse.
* Update standards version to 4.5.0, no changes needed.
* Apply multi-arch hints.
+ python-django-channels-doc: Add Multi-Arch: foreign.
[ Michael Fladischer ]
* New upstream release.
* Bump debhelper version to 13.
* Bump Standards-Version to 4.5.1.
* Use uscan version 4.
* Bump versioned build dependencies on python3-asgiref, python3-daphne
and python3-django.
-- Michael Fladischer <fladi@debian.org> Tue, 01 Dec 2020 11:27:12 +0100
python-django-channels (2.4.0-1) unstable; urgency=low
* New upstream release.
* Set Rules-Requires-Root: no.
-- Michael Fladischer <fladi@debian.org> Tue, 14 Jan 2020 11:09:09 +0100
python-django-channels (2.3.1-1) unstable; urgency=low
* New upstream release.
-- Michael Fladischer <fladi@debian.org> Tue, 12 Nov 2019 10:15:03 +0100
python-django-channels (2.3.0-1) unstable; urgency=low
* New upstream release.
* Bump Standards-Version to 4.4.1.
* Add python3-async-timeout to B-D as required by tests.
* Clean up pytest artifacts to allow two builds in a row.
-- Michael Fladischer <fladi@debian.org> Mon, 14 Oct 2019 21:24:30 +0200
python-django-channels (2.2.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.
* Bump debhelper version to 12.
-- Michael Fladischer <fladi@debian.org> Thu, 01 Aug 2019 08:01:40 +0200
python-django-channels (2.1.7-1) unstable; urgency=low
* New upstream release.
-- Michael Fladischer <fladi@debian.org> Thu, 07 Feb 2019 09:48:27 +0100
python-django-channels (2.1.6-1) unstable; urgency=low
* New upstream release.
* Bump Standards-Version to 4.3.0.
-- Michael Fladischer <fladi@debian.org> Fri, 28 Dec 2018 13:09:02 +0100
python-django-channels (2.1.5-1) unstable; urgency=medium
* Upload to unstable.
* Clean up files in .pytest_cache/ to allow two builds in a row.
-- Michael Fladischer <fladi@debian.org> Sun, 23 Dec 2018 17:58:04 +0100
python-django-channels (2.1.5-1~exp1) experimental; urgency=low
* New upstream release.
* Upstream no longer ships a client-side JS library, so we can remove
node-browserify-lite from Build-Depends and debian/rules.
* Remove unused linitan overrides.
-- Michael Fladischer <fladi@debian.org> Fri, 26 Oct 2018 22:43:08 +0200
python-django-channels (2.1.3-1~exp1) experimental; urgency=low
[ Ondřej Nový ]
* d/control: Set Vcs-* to salsa.debian.org
* d/control: Remove ancient X-Python3-Version field
* Use 'python3 -m sphinx' instead of sphinx-build for building docs
[ Michael Fladischer ]
* New upstream release.
* Bump minimum asgiref and daphne version to 2.
* Bump Standards-Version to 4.2.1.
* Add python3-pytest and python3-pytest-django to Build-Depends to run
tests.
* Add python3-async-generator, to Build-Depends to satisfy test
requirements.
* Remove custom pybuild test configuration and let the built-in pytest
handler run the tests.
* Clean up test artifacts to allow two builds in a row.
* Adapt doc-base registration to new doucmentation directory
structure.
-- Michael Fladischer <fladi@debian.org> Thu, 30 Aug 2018 09:14:16 +0200
python-django-channels (1.1.8.1-1) unstable; urgency=low
* Add debian/gbp.conf.
* New upstream release.
* Bump debhelper compatibility and version to 11.
* Bump Standards-Version to 4.1.3.
-- Michael Fladischer <fladi@debian.org> Mon, 08 Jan 2018 17:56:43 +0100
python-django-channels (1.1.8-2) unstable; urgency=low
* Update d/copyright for documentation.
-- Michael Fladischer <fladi@debian.org> Mon, 18 Dec 2017 17:21:27 +0100
python-django-channels (1.1.8-1) unstable; urgency=low
* Initial release (Closes: #882612).
-- Michael Fladischer <fladi@debian.org> Mon, 20 Nov 2017 19:39:34 +0100
|