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
|
python-django-storages (1.13.2-1) unstable; urgency=low
* New upstream release.
* Refresh patches.
* Update d/copyright with new years.
* Bump Standards-Version to 4.6.1.0.
-- Michael Fladischer <fladi@debian.org> Thu, 05 Jan 2023 20:17:34 +0000
python-django-storages (1.13.1-1) unstable; urgency=low
* New upstream release.
* Refresh patches.
* Update year in d/copyright.
-- Michael Fladischer <fladi@debian.org> Tue, 13 Sep 2022 13:14:58 +0000
python-django-storages (1.12.3-1) unstable; urgency=low
* New upstream release.
* Use github tags instead of releases for d/watch.
* Refresh patches.
* Update year in d/copyright.
* Depend on python3-all for autopkgtests.
-- Michael Fladischer <fladi@debian.org> Mon, 20 Dec 2021 13:14:43 +0000
python-django-storages (1.12.2-1) unstable; urgency=low
[ Diego M. Rodriguez ]
* d/tests: specify import name
[ Michael Fladischer ]
* New upstream release.
* Update d/watch to work with github again.
* Refresh patches.
* Bump Standards-Version to 4.6.0.1.
* Remove unnecessary autopkgtest-pkg-python testsuite.
-- Michael Fladischer <fladi@debian.org> Wed, 20 Oct 2021 15:17:43 +0000
python-django-storages (1.11-1) unstable; urgency=low
[ Debian Janitor ]
* Apply multi-arch hints.
+ python-django-storages-doc: Add Multi-Arch: foreign.
[ Michael Fladischer ]
* New upstream release.
* Refresh patches.
* Bump Standards-Version to 4.5.1.
* Use uscan version 4.
* Enable upstream testsuite for autopkgtests.
-- Michael Fladischer <fladi@debian.org> Fri, 18 Dec 2020 19:05:31 +0100
python-django-storages (1.10.1-1) unstable; urgency=low
[ Debian Janitor ]
* Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
Repository-Browse.
[ 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.
* Refresh patches.
* Add python3-rsa to Build-Depends, required by tests.
* d/not-installed: Match all Python3 versions.
-- Michael Fladischer <fladi@debian.org> Wed, 14 Oct 2020 22:58:03 +0200
python-django-storages (1.9.1-2) unstable; urgency=medium
* Drop python3-django-storages-azure as upstream does not yet support
Azure SDK 12, will be re-introduced once support has been merged
(Closes: #959547).
* Bump debhelper version to 13.
* List unsupported backends in debian/not-installed to avoid
dh_missing complaining about them.
-- Michael Fladischer <fladi@debian.org> Sat, 16 May 2020 19:53:53 +0200
python-django-storages (1.9.1-1) unstable; urgency=low
* New upstream release.
* Refresh patches.
* Bump Standards-Version to 4.5.0.
* Drop python3-django-storages-boto binary package, no longer provided
by upstream and superseded by python3-django-storages-boto3.
-- Michael Fladischer <fladi@debian.org> Thu, 06 Feb 2020 19:16:38 +0100
python-django-storages (1.8-1) unstable; urgency=low
[ Ondřej Nový ]
* Bump Standards-Version to 4.4.1.
[ Michael Fladischer ]
* New upstream release.
* Refresh patches.
* Set Rules-Requires-Root: no.
* Run wrap-and-sort -bast to reduce diff size of future changes.
-- Michael Fladischer <fladi@debian.org> Wed, 27 Nov 2019 21:16:42 +0100
python-django-storages (1.7.2-1) unstable; urgency=low
[ Ondřej Nový ]
* Bump Standards-Version to 4.4.0.
[ Michael Fladischer ]
* New upstream release.
* Add debian/gbp.conf.
* Refresh patches.
* Clean up pytest artifacts to allow two builds in a row.
-- Michael Fladischer <fladi@debian.org> Sat, 14 Sep 2019 10:41:54 +0200
python-django-storages (1.7.1-1) unstable; urgency=low
* Initial release (Closes: #929620).
-- Michael Fladischer <fladi@debian.org> Sun, 26 May 2019 18:24:46 +0200
|