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
|
django-assets (2.0-1) unstable; urgency=low
* New upstream release.
* Add debian/gbp.conf.
* Refresh patches.
* Bump debhelper version to 12.
* Bump Standards-Version to 4.4.1.
* Set Rules-Requires-Root: no.
* Enable autopkgtest-pkg-python testsuite.
-- Michael Fladischer <fladi@debian.org> Sun, 29 Dec 2019 20:16:52 +0100
django-assets (0.12-3) 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
* Convert git repository from git-dpm to gbp layout
* Use 'python3 -m sphinx' instead of sphinx-build for building docs
* Use debhelper-compat instead of debian/compat.
[ Thomas Goirand ]
* Team upload.
* Removed Python 2 support.
-- Thomas Goirand <zigo@debian.org> Mon, 22 Jul 2019 03:47:50 +0200
django-assets (0.12-2) unstable; urgency=medium
* Patch pytest plugin to check whether we are running in a Django context,
otherwise we can break unrelated testsuites. (Closes: #859916)
* Add myself to uploaders.
-- Chris Lamb <lamby@debian.org> Sat, 15 Apr 2017 17:25:04 +0100
django-assets (0.12-1) unstable; urgency=low
[ Ondřej Nový ]
* Fixed VCS URL (https)
[ Michael Fladischer ]
* New upstream release.
* Refresh patches.
* Clean files in django_assets.egg-info/ to allow two builds in a row.
* Bump Standards-Version to 3.9.8.
* Use https:// for copyright-format 1.0 URL.
* Use python3-sphinx to build documentation.
-- Michael Fladischer <fladi@debian.org> Mon, 29 Aug 2016 12:12:46 +0200
django-assets (0.11-1) unstable; urgency=low
* New upstream release.
* Drop 02-do_not_install_tests.patch and 03-
python3_pytest_plugin.patch as they were both integrated by
upstream.
-- Michael Fladischer <fladi@debian.org> Thu, 27 Aug 2015 19:22:29 +0200
django-assets (0.10-3) unstable; urgency=medium
* Add 03-python3_pytest_plugin.patch to fix Python3 compatibility
(Closes: #767826).
* Add 04-intersphinx.patch to use local Python objects.inv for
documentation.
* Add python-doc, python-webassets-doc and python3-doc to Build-
Depends so their objects.inv files can be used by sphinx.
* Change my email address to fladi@debian.org.
-- Michael Fladischer <fladi@debian.org> Wed, 24 Jun 2015 08:43:41 +0200
django-assets (0.10-2) unstable; urgency=medium
* Start enumerating patchs, starting with 01-webassets_version.patch.
* Add 02-do_not_install_tests.patch to exclude upstream tests from
getting installed (Closes: #767394).
-- Michael Fladischer <FladischerMichael@fladi.at> Sun, 02 Nov 2014 11:10:47 +0100
django-assets (0.10-1) unstable; urgency=low
* Initial release (Closes: #764931).
-- Michael Fladischer <FladischerMichael@fladi.at> Sun, 12 Oct 2014 15:38:45 +0200
|