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
|
python-pbr (1.10.0-1) unstable; urgency=medium
[ Ondřej Nový ]
* Fixed homepage (https).
* Fixed VCS URLs (https).
* d/rules: Changed UPSTREAM_GIT protocol to https
* d/copyright: Changed source URL to https protocol
[ Thomas Goirand ]
* New upstream release.
* Using OpenStack's Gerrit as VCS URLs.
* Remove non-relevant anymore Python 3.2 patch.
* Added python{3,}-wheel as build-depends-indep (used in tests).
* Black list 3 unit tests:
- test_packaging.TestRequirementParsing.test_requirement_parsing (failing)
- test_wsgi.TestWsgiScripts.test_with_argument (doing network access)
- test_wsgi.TestWsgiScripts.test_wsgi_script_run (doing network access)
* Fixed debian/copyright ordering.
* Add debian/source.lintian-overrides to suppress warning:
build-depends-on-python-dev-with-no-arch-any (python-dev needed for tests).
* Standards-Version: 3.9.8 (no change).
* Updated long desc.
* Using pkgos-dh_auto_install.
* Add gnupg as build-depends (Closes: #834684).
-- Thomas Goirand <zigo@debian.org> Wed, 21 Sep 2016 16:14:27 +0200
python-pbr (1.8.0-4.1) unstable; urgency=medium
* Non-maintainer upload.
* Depend on python{3,}-pkg-resources (Closes: #823071)
-- Stefano Rivera <stefanor@debian.org> Fri, 06 May 2016 23:41:16 +0200
python-pbr (1.8.0-4) unstable; urgency=medium
* override_dh_python3 to fix Py3 shebang.
-- Thomas Goirand <zigo@debian.org> Fri, 23 Oct 2015 23:36:27 +0000
python-pbr (1.8.0-3) unstable; urgency=medium
* Uploading to unstable.
-- Thomas Goirand <zigo@debian.org> Thu, 15 Oct 2015 17:56:49 +0000
python-pbr (1.8.0-2) experimental; urgency=medium
* Re-added python{3,}-all-dev, the package really needs them!
-- Thomas Goirand <zigo@debian.org> Wed, 23 Sep 2015 13:51:37 +0000
python-pbr (1.8.0-1) experimental; urgency=medium
* New upstream release.
* Do not build-depends on python{3,}-all-dev, but just -all (Closes: #799679)
-- Thomas Goirand <zigo@debian.org> Wed, 23 Sep 2015 14:49:54 +0200
python-pbr (1.6.0-1) experimental; urgency=medium
* New upstream release.
* Removed runtime depends on pip, fixed a bit the build-depends.
-- Thomas Goirand <zigo@debian.org> Fri, 04 Sep 2015 08:02:20 +0000
python-pbr (1.3.0-2) experimental; urgency=medium
* Added missing python3-sphinx build-depends.
-- Thomas Goirand <zigo@debian.org> Fri, 17 Jul 2015 08:51:26 +0000
python-pbr (1.3.0-1) experimental; urgency=medium
* New upstream release.
* Fixed (build-)depends for this release.
* Removed Build-Depends: python{3,}-pbr.
-- Thomas Goirand <zigo@debian.org> Fri, 17 Jul 2015 09:36:44 +0200
python-pbr (1.2.0-1) experimental; urgency=medium
* Team upload.
* New upstream release.
* Add autopkgtest from Ubuntu:
- d/tests/*: Enable and execute unit tests for autopkgtest.
- d/rules: Skip unit tests during package build if Ubuntu or
derivative.
- d/control: Add XS-Testsuite: autopkgtest.
* Update watch file to use Debian pypi redirector.
-- James Page <james.page@ubuntu.com> Mon, 06 Jul 2015 11:29:04 +0100
python-pbr (1.0.1-1) experimental; urgency=medium
* Team upload.
* New upstream release:
- d/control: Align version requirements with upstream.
- d/p/no-intersphinx.patch: Dropped, now upstream.
- d/control: Add BD on virtualenv.
* d/*: wrap-and-sort.
* d/control: Bumped Standards-Version to 3.9.6, no changes.
* d/control: Add dh-python to BD's.
-- James Page <james.page@ubuntu.com> Tue, 02 Jun 2015 11:01:15 +0100
python-pbr (0.10.0-1) experimental; urgency=medium
* New upstream release.
-- Thomas Goirand <zigo@debian.org> Tue, 14 Oct 2014 18:08:40 +0800
python-pbr (0.8.2-1) unstable; urgency=medium
* New upstream release (Closes: #750684).
* Do not run unit tests which are downloading stuff from the net.
* Added export http{s,}_proxy=127.0.0.1:9 to make sure there's no net access.
* Also build-depends on python3-pip (>= 1.4).
-- Thomas Goirand <zigo@debian.org> Fri, 06 Jun 2014 10:37:57 +0800
python-pbr (0.8.0-2) unstable; urgency=medium
* Fixup long description typo (Closes: #750543).
-- Thomas Goirand <zigo@debian.org> Thu, 05 Jun 2014 14:26:24 +0800
python-pbr (0.8.0-1) unstable; urgency=low
* New upstream release.
* Uploading to unstable.
* Running the unit tests with Python 2.7 and all available Python3 versions.
* Fixed missing BSD license for some files (Closes: #742123).
* Review patch for using six to fix unicode in Python 3.2.
* The package now build-conflicts on itself (otherwise, there's some unit
tests failures).
-- Thomas Goirand <zigo@debian.org> Fri, 18 Apr 2014 00:02:20 +0800
python-pbr (0.6-1) experimental; urgency=medium
* New upstream release.
* Uploading to experimental.
* Standards-Version: is now 3.9.5.
* Patch upstream code to removes unicode strings which are incompatible with
Python 3.2.
* Reviewed build-depends for new upstream release.
* Runs unit tests on build.
* Better unit test output (using subunit).
* Added extend-diff-ignore = "^[^/]*[.]egg-info/" in debian/source/options.
* Added a sphinx doc package.
* Added python-dev as build-depends.
-- Thomas Goirand <zigo@debian.org> Tue, 18 Mar 2014 06:22:40 +0000
python-pbr (0.5.21-1) unstable; urgency=low
* New upstream release.
-- Prach Pongpanich <prachpub@gmail.com> Thu, 08 Aug 2013 22:35:26 +0700
python-pbr (0.5.19-1) unstable; urgency=low
* New upstream release.
* Added missing build-depends: python-testscenarios.
-- Thomas Goirand <zigo@debian.org> Mon, 22 Jul 2013 14:23:33 +0800
python-pbr (0.5.16-4) unstable; urgency=low
* Build-Depends: on python3-d2to1 (Closes: #714552).
-- Thomas Goirand <zigo@debian.org> Tue, 02 Jul 2013 01:00:52 +0800
python-pbr (0.5.16-3) unstable; urgency=low
* Reviewed short and long description.
* Fixed python3 dependencies (there was none).
-- Thomas Goirand <zigo@debian.org> Sat, 15 Jun 2013 01:57:23 +0800
python-pbr (0.5.16-2) unstable; urgency=low
* Fixed a bit debian/copyright.
* Added many missing build-dependencies.
* Added support for python3.
-- Thomas Goirand <zigo@debian.org> Fri, 14 Jun 2013 14:56:22 +0800
python-pbr (0.5.16-1) unstable; urgency=low
* Initial release. (Closes: #712173)
-- Thomas Goirand <zigo@debian.org> Fri, 14 Jun 2013 02:59:11 +0800
|