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 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208
|
python-wsme (0.11.0-3) unstable; urgency=medium
* Add py3.11-use-inspect.getfullargspec....patch (Closes: #1026473).
* Fix d/copyright ordering and years.
-- Thomas Goirand <zigo@debian.org> Sat, 24 Dec 2022 16:43:33 +0100
python-wsme (0.11.0-2) unstable; urgency=medium
* Uploading to unstable.
-- Thomas Goirand <zigo@debian.org> Wed, 29 Sep 2021 13:52:21 +0200
python-wsme (0.11.0-1) experimental; urgency=medium
* New upstream release.
* Removed python3-six from (build-)depends.
* Removed py3.9-use-base64.encodebytes-not-base64.encodestring.patch applied
upstream.
-- Thomas Goirand <zigo@debian.org> Wed, 25 Aug 2021 11:54:43 +0200
python-wsme (0.10.0-3) unstable; urgency=medium
* Uploading to unstable.
* Fixed watch file.
* Add a debian/salsa-ci.yml.
* Add py3.9-use-base64.encodebytes-not-base64.encodestring.patch.
-- Thomas Goirand <zigo@debian.org> Wed, 14 Oct 2020 17:03:17 +0200
python-wsme (0.10.0-2) experimental; urgency=medium
* Imposes python3-flask >= 1.1.0 in build-depends.
* Up debhelper-compat to 11.
-- Thomas Goirand <zigo@debian.org> Wed, 09 Sep 2020 09:04:47 +0200
python-wsme (0.10.0-1) experimental; urgency=medium
[ Ondřej Nový ]
* Run wrap-and-sort -bastk.
[ Thomas Goirand ]
* Fixed Homepage URL.
* Fix d/copyright and d/rules uptream URL.
* New upstream release.
* Added python3-flask-restful as build-depends.
* Run tests with all Python 3 versions, do not allow tests to fail.
-- Thomas Goirand <zigo@debian.org> Wed, 09 Sep 2020 08:47:35 +0200
python-wsme (0.9.3-3) unstable; urgency=medium
* Use debhelper-compat instead of debian/compat.
* Removed Python 2 support.
-- Ondřej Nový <onovy@debian.org> Sat, 20 Jul 2019 20:20:17 +0200
python-wsme (0.9.3-2) unstable; urgency=medium
* Uploading to unstable.
-- Thomas Goirand <zigo@debian.org> Mon, 03 Sep 2018 17:17:06 +0200
python-wsme (0.9.3-1) experimental; urgency=medium
[ Ondřej Nový ]
* d/control: Use team+openstack@tracker.debian.org as maintainer
[ Thomas Goirand ]
* New upstream release.
-- Thomas Goirand <zigo@debian.org> Mon, 27 Aug 2018 08:07:48 +0200
python-wsme (0.8.0-3) unstable; urgency=medium
[ Ondřej Nový ]
* d/control: Set Vcs-* to salsa.debian.org
* d/rules: Changed UPSTREAM_GIT to new URL
* d/copyright: Changed source URL to new one
[ Daniel Baumann ]
* Updating copyright format url.
* Updating maintainer field.
* Running wrap-and-sort -bast.
* Removing gbp.conf, not used anymore or should be specified in the
developers dotfiles.
* Updating standards version to 4.1.0.
[ Thomas Goirand ]
* Add python-pkg-resources as runtime depends (Closes: #896247, #896209).
-- Thomas Goirand <zigo@debian.org> Sat, 21 Apr 2018 15:09:03 +0000
python-wsme (0.8.0-2) unstable; urgency=medium
* Uploading to unstable.
* Added missing python-netaddr (build-)depends.
* Added PYTHONPATH=. when running unit tests.
* Standards-Version is now 3.9.6.
-- Thomas Goirand <zigo@debian.org> Fri, 16 Oct 2015 06:56:50 +0000
python-wsme (0.8.0-1) experimental; urgency=medium
* New upstream release.
* debian/rules removes the .pth file.
* Added missing python3-webtest build-depends.
-- Thomas Goirand <zigo@debian.org> Thu, 10 Sep 2015 22:18:18 +0200
python-wsme (0.7.0-1) experimental; urgency=medium
* New upstream release.
* Removed all patches, now obsolete in Jessie.
* Fixed watch file.
* Also runs unit tests in Py3.
-- Thomas Goirand <zigo@debian.org> Sat, 01 Aug 2015 09:39:22 +0200
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
|