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
|
python-pyscss (1.3.5-2) unstable; urgency=low
* Remove new less2scss alternatives (Closes: #832343)
* Fix binary/manpage name in postinst (Closes: #832341)
(thanks to Andreas Beckmann for both reports)
* Add authoring date to manpages
-- W. Martin Borgert <debacle@debian.org> Sun, 24 Jul 2016 21:54:19 +0000
python-pyscss (1.3.5-1) unstable; urgency=low
[ Ondřej Nový <novy@ondrej.org> ]
* Fixed VCS URL (https)
[ W. Martin Borgert <debacle@debian.org> ]
* Add deps on python{,3}-pkg-resources (Closes: #830289).
Thanks to Tincho!
* New upstream release
-- W. Martin Borgert <debacle@debian.org> Sat, 23 Jul 2016 10:52:36 +0000
python-pyscss (1.3.4-5) unstable; urgency=medium
* Team upload.
* Don't hard-code the python versions used in build to prevent FTBFS once
python3.4 is dropped from supported versions (Closes: #811493)
- Thanks to Matthias Klose for the patch
* Adjust debian/rules not to depend on pytest entry points for all supported
python/python3 versions
-- Scott Kitterman <scott@kitterman.com> Tue, 19 Jan 2016 08:56:08 -0500
python-pyscss (1.3.4-4) unstable; urgency=low
* use pybuild instead of python_distutils
-- W. Martin Borgert <debacle@debian.org> Tue, 18 Aug 2015 17:11:33 +0000
python-pyscss (1.3.4-3) unstable; urgency=low
* Added alternative for man page.
-- W. Martin Borgert <debacle@debian.org> Tue, 18 Aug 2015 11:12:27 +0000
python-pyscss (1.3.4-2) unstable; urgency=medium
* Add python-enum34 build-dep (Closes: #795521). Thanks Chris Lamb!
* Re-add missing manual page.
-- W. Martin Borgert <debacle@debian.org> Fri, 14 Aug 2015 23:02:06 +0000
python-pyscss (1.3.4-1) unstable; urgency=medium
* New upstream version.
* Add missing build-deps python-pathlib and dh-python.
* Run unittests for Python 2.7 and 3.4.
* Removed obsolete patches python3-fixup and python-3.2-six.u.
* Lintian: Removed *.postrm.
* New standards version 3.9.6, no changes.
-- W. Martin Borgert <debacle@debian.org> Fri, 31 Jul 2015 23:33:35 +0000
python-pyscss (1.2.1-4) unstable; urgency=medium
* Add python{3,}-{pytest,pil} to Build-Depends.
* Run unit tests (only in Python 2.7).
-- Thomas Goirand <zigo@debian.org> Mon, 29 Sep 2014 06:20:43 +0000
python-pyscss (1.2.1-3) unstable; urgency=medium
* Updated the Python3 fixup patch, using upstream commit (Closes: #761198).
-- Thomas Goirand <zigo@debian.org> Mon, 29 Sep 2014 14:14:54 +0800
python-pyscss (1.2.1-2) unstable; urgency=medium
* Fix the python 3.2 patch.
-- Thomas Goirand <zigo@debian.org> Sun, 28 Sep 2014 07:39:21 +0000
python-pyscss (1.2.1-1) unstable; urgency=medium
* New upstream release.
* Added myself as uploader.
* Document upstream git repository in debian/rules, and add optional
include of /usr/share/openstack-pkg-tools/pkgos.make, to be able to
maintain/use it.
* Added extend-diff-ignore = "^[^/]*[.]egg-info/" in d/source/options.
-- Thomas Goirand <zigo@debian.org> Sun, 28 Sep 2014 00:06:12 +0800
python-pyscss (1.2.0.post3-2) unstable; urgency=medium
* Fixed non ascii char in README.rst which produced an FTBFS.
* Added python-six / python3-six as build-depends (needed by setup.py).
-- Thomas Goirand <zigo@debian.org> Sat, 28 Jun 2014 06:51:52 +0000
python-pyscss (1.2.0.post3-1) unstable; urgency=medium
* Team upload.
* New upstream release (Closes: #738776).
* Added a debian/gbp.conf.
* Added missing ${python:Depends}
* Added Python 3 support.
* Removed duplicate debhelper build-depends.
* Cannonical VCS URLs.
* Standards-Version: is now 3.9.5.
* Added a watch file.
* override dh helpers which the package doesn't use.
-- Thomas Goirand <zigo@debian.org> Thu, 26 Jun 2014 12:10:36 +0000
python-pyscss (1.1.5-1) unstable; urgency=low
* initial release (Closes: #705735)
-- W. Martin Borgert <debacle@debian.org> Sun, 21 Apr 2013 17:40:59 +0000
|