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
|
python-wsme (0.6-3) unstable; urgency=medium
* Drop depends on the removed python3-ipaddr if not building in Wheezy, and
rely on ipaddress included in python3.3 and later (Closes: #748472). Thanks
to Scott Kitterman <debian@kitterman.com> for his report and help.
-- Thomas Goirand <zigo@debian.org> Wed, 21 May 2014 18:55:35 +0800
python-wsme (0.6-2) unstable; urgency=medium
* Uploading to unstable.
-- Thomas Goirand <zigo@debian.org> Fri, 18 Apr 2014 10:05:42 +0800
python-wsme (0.6-1) experimental; urgency=medium
* New upstream release.
* Removed debian/patches/Fix_SyntaxWarning_under_Python_3.patch now applied
upstream.
* Adds a patch to fix a unicode string not compatible with Python 3.2.
-- Thomas Goirand <zigo@debian.org> Mon, 10 Mar 2014 17:58:30 +0800
python-wsme (0.5b6-1) unstable; urgency=low
* New upstream release (Closes: #725652).
* Removes now useless MANIFEST.in patch (that file is gone upstream...).
* Switched back to pristine-tar type of Git repo:
- Adds extend-diff-ignore = "^[^/]*[.]egg-info/" in debian/source/option,
since the upstream tarballs now includes an egg-info which is modified at
build time.
- Changes debian/gbp.conf
* Cleans cleanly.
* Adds upstream patch (not released): Fix_SyntaxWarning_under_Python_3.patch.
-- Thomas Goirand <zigo@debian.org> Thu, 17 Oct 2013 00:04:46 +0800
python-wsme (0.5b5-4) unstable; urgency=low
* Patches MANIFEST.in to include stuff in wsme/rest.
-- Thomas Goirand <zigo@debian.org> Mon, 07 Oct 2013 18:29:09 +0000
python-wsme (0.5b5-3) unstable; urgency=low
* Adds support for Python 3.
* Adds multiple new (build-)depends.
-- Thomas Goirand <zigo@debian.org> Sat, 05 Oct 2013 00:55:03 +0800
python-wsme (0.5b5-2) unstable; urgency=low
* Added missing build-depends: python3-pbr.
-- Thomas Goirand <zigo@debian.org> Sat, 05 Oct 2013 00:40:33 +0800
python-wsme (0.5b5-1) unstable; urgency=low
* New upstream release.
* Switched to git upstream tags instead of tarballs, and now using
openstack-pkg-tools.
* Added support for Python3.
* Fixed debian/copyright (new authors, s/MIT/Expat/).
* Added export OSLO_PACKAGE_VERSION=$(VERSION) in debian/rules.
* Added new and missing (build-)depends.
* Now calling nosetests on build.
* Added lots of build-depends for the nosetests.
-- Thomas Goirand <zigo@debian.org> Thu, 03 Oct 2013 14:11:18 +0800
python-wsme (0.5b2-2) unstable; urgency=low
* Uploading to unstable.
-- Thomas Goirand <zigo@debian.org> Sun, 12 May 2013 12:15:15 +0000
python-wsme (0.5b2-1) experimental; urgency=low
* New upstream release (Closes: #706238).
-- Thomas Goirand <zigo@debian.org> Sat, 27 Apr 2013 13:06:20 +0800
python-wsme (0.5b1-1) experimental; urgency=low
* Initial release (Closes: #701521).
-- Thomas Goirand <zigo@debian.org> Tue, 09 Oct 2012 11:55:15 +0000
|