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
|
django-pipeline (1.6.8-3) unstable; urgency=medium
* Work around for random build failures. Closes: #851722.
-- Brian May <bam@debian.org> Fri, 10 Mar 2017 18:54:37 +1100
django-pipeline (1.6.8-2) unstable; urgency=medium
* Team upload.
* Wrote patch to fix tests, which FTBFS with Django 1.10 (Closes: #828653).
- 0003-Define-kwarg_name-in-pipeline_settings-class.patch
* Standards-Version: 3.9.8 (no change).
-- Thomas Goirand <zigo@debian.org> Fri, 05 Aug 2016 11:32:23 +0000
django-pipeline (1.6.8-1) unstable; urgency=medium
* New upstream version.
-- Brian May <bam@debian.org> Wed, 06 Apr 2016 12:50:39 +1000
django-pipeline (1.6.7-1) unstable; urgency=medium
* New upstream version.
* Fixes FTBFS. Closes: #818730.
* Remove slimit test. slimit is not Python 3 compatible, use jsmin instead.
* Change default compressors to ones available in Debian main.
* Recommend the default compressors.
* Remove make_jsmin_optional patch, it isn't needed and was bad solution to
fix failing tests.
-- Brian May <bam@debian.org> Thu, 24 Mar 2016 09:55:00 +1100
django-pipeline (1.6.4-1) unstable; urgency=medium
* New upstream version.
* Has new configuration settings; old settings won't work anymore.
-- Brian May <bam@debian.org> Sun, 03 Jan 2016 13:39:36 +1100
django-pipeline (1.5.4-1) unstable; urgency=low
* Team upload.
* New upstream release.
-- Michael Fladischer <fladi@debian.org> Mon, 14 Sep 2015 21:10:07 +0200
django-pipeline (1.5.3-1) unstable; urgency=low
* Team upload.
* New upstream release.
* Run tests using custom pybuild configuration.
* Add python(3)-jinja2 and python(3)-mock to Build-Depends as they are
required to run the tests.
* Clean up static files created by tests.
* Bump debhelper compatibility level to 9.
* Add python(3)-jinja2 to Depends in order to support is as a
templating engine.
-- Michael Fladischer <fladi@debian.org> Wed, 12 Aug 2015 10:11:01 +0200
django-pipeline (1.5.1-1) unstable; urgency=low
* Team upload.
* New upstream release.
* Remove unversioned dependencies:
- python-all
- python-setuptools
- python3-django
- python3-setuptools
- python3-sphinx
* Reformat packaging files with cme for better readability.
* Make description of the Python3 package unique.
* Set X-Python3-Version to >= 3.2.
* Install upstream changelog.
* Call sphinx directly from pybuild to build the documentation.
* Use python-django-pipeline-doc.docs instead of overriding
dh_installdocs.
* Clean up built documentation so package can be built two times in a
row.
* Provide symlink to point to documentation source.
* Use pypi.debian.net service for uscan.
-- Michael Fladischer <fladi@debian.org> Mon, 06 Jul 2015 21:41:02 +0200
django-pipeline (1.4.7-1) unstable; urgency=medium
* New upstream release.
-- Brian May <bam@debian.org> Fri, 10 Apr 2015 11:26:16 +1000
django-pipeline (1.4.4.1-1) unstable; urgency=medium
* New upstream version, closes: #776621.
* Update package to be maintained by Debian python modules team.
-- Brian May <bam@debian.org> Tue, 03 Feb 2015 15:43:37 +1100
django-pipeline (1.3.24-0.2) unstable; urgency=low
* Non-maintainer upload.
* Python3 package.
-- Brian May <bam@debian.org> Thu, 03 Jul 2014 15:00:04 +1000
django-pipeline (1.3.24-0.1) unstable; urgency=low
* Non-maintainer upload.
* New upstream release, closes: #749829.
* Update standard version to 3.9.5.
* Override lintian warning license-problem-json-evil, this is a false
positive due to debian/patches/make_jsmin_optional. We do not include
jsmin.
-- Brian May <bam@debian.org> Wed, 18 Jun 2014 15:42:27 +1000
django-pipeline (1.2.2.1-1) unstable; urgency=low
* Initial release (Closes: #670508)
-- Dmitry Nezhevenko <dion@dion.org.ua> Thu, 26 Apr 2012 12:18:18 +0300
|