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
|
python-os-testr (1.0.0-4) unstable; urgency=medium
* Remove test_trace() broken test (Closes: #892745).
-- Thomas Goirand <zigo@debian.org> Sat, 21 Apr 2018 19:49:35 +0000
python-os-testr (1.0.0-3) unstable; urgency=medium
[ Ondřej Nový ]
* d/control: Set Vcs-* to salsa.debian.org
* d/watch: Use https protocol
* d/control: Remove XS-Testsuite field, not needed anymore
[ Thomas Goirand ]
* Standards-Version is now 4.1.3.
* A bit of clean-up in debian/rules.
* Run python setup.py egg_info before running tests.
* Fix Python path of ostestr bin in debian/bin (Closes: #892745).
-- Thomas Goirand <zigo@debian.org> Sun, 18 Mar 2018 11:45:04 +0000
python-os-testr (1.0.0-2) unstable; urgency=medium
* Uploading to unstable.
* Fixed debian/watch.
* Standards-Version is now 4.1.1.
* Add remove-privacy-breanch-in-docs.patch
-- Thomas Goirand <zigo@debian.org> Wed, 01 Nov 2017 22:45:24 +0000
python-os-testr (1.0.0-1) experimental; urgency=medium
[ Ondřej Nový ]
* Standards-Version is 3.9.8 now (no change)
* d/rules: Changed UPSTREAM_GIT protocol to https
* d/copyright: Changed source URL to https protocol
[ Daniel Baumann ]
* Updating vcs fields.
* Updating copyright format url.
* Running wrap-and-sort -bast.
* Updating maintainer field.
* Updating standards version to 4.0.0.
* Removing gbp.conf, not used anymore or should be specified in the
developers dotfiles.
* Correcting permissions in debian packaging files.
* Updating standards version to 4.0.1.
* Updating standards version to 4.1.0.
[ Thomas Goirand ]
* New upstream release.
* Fixed (build-)depends for this release.
* Using pkgos-dh_auto_install.
* Switched to using stestr, just like upstream did.
-- Thomas Goirand <zigo@debian.org> Thu, 21 Sep 2017 21:25:49 +0200
python-os-testr (0.6.0-1) unstable; urgency=medium
[ Ondřej Nový ]
* Fixed homepage (https).
* Fixed VCS URLs (https).
[ Thomas Goirand ]
* New upstream release.
* Uploading to unstable.
* Standards-Version: 3.9.7 (no change).
* Fixed debian/copyright ordering.
* Added generate-subunit to the pool of update-alternatives managed command
line programs.
-- Thomas Goirand <zigo@debian.org> Mon, 04 Apr 2016 09:00:23 +0000
python-os-testr (0.4.2-1) experimental; urgency=medium
[ Thomas Goirand ]
* New upstream release.
* Fixed (build-)depends for this release.
[ Corey Bryant ]
* d/control: Update uploaders.
-- Thomas Goirand <zigo@debian.org> Wed, 02 Dec 2015 15:07:37 +0100
python-os-testr (0.2.0-4) unstable; urgency=medium
* Fixed tweak of $PATH when running tests (Closes: #806489).
-- Thomas Goirand <zigo@debian.org> Wed, 02 Dec 2015 09:48:32 +0100
python-os-testr (0.2.0-3) unstable; urgency=medium
* override_dh_python3 to fix Py3 shebang.
-- Thomas Goirand <zigo@debian.org> Fri, 23 Oct 2015 23:20:44 +0000
python-os-testr (0.2.0-2) unstable; urgency=medium
* Uploading to unstable.
-- Thomas Goirand <zigo@debian.org> Fri, 16 Oct 2015 10:14:34 +0000
python-os-testr (0.2.0-1) experimental; urgency=medium
* New upstream release.
* Added myself as uploader.
* Added python{3,}-ddt as build-depends.
* Using git tag based workflow as the package is from OpenStack:
- Dropped upstream tarball artifacts (ChangeLog, AUTHORS, PKG-INFO).
- Fixed debian/gbp.conf
- Added export OSLO_PACKAGE_VERSION=$(VERSION) in debian/rules.
* Added unit tests:
- Added it in debian/rules.
- Added in debian/bin a ostestr thing which is normally generated by pbr.
* Dropped Py3 compat patch applied upstream.
-- Thomas Goirand <zigo@debian.org> Tue, 07 Jul 2015 21:40:51 +0200
python-os-testr (0.1.0-1) unstable; urgency=medium
* Initial release (Closes: #789613).
-- James Page <james.page@ubuntu.com> Tue, 23 Jun 2015 11:12:25 +0100
|