Accepting request 305433 from home:benoit_monin:branches:devel:languages:python
- update to version 0.11.0 - increase required version of python-hacking for the tests OBS-URL: https://build.opensuse.org/request/show/305433 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pbr?expand=0&rev=27
This commit is contained in:
parent
ab76ed0960
commit
396ab5776b
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a741650c697abe9dd3da00039a57a45a15a6eed017a16f6b7e4c0161fae2b4b2
|
||||
size 82952
|
3
pbr-0.11.0.tar.gz
Normal file
3
pbr-0.11.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d7f0d69aef367a764d69a4728afd966025ce9394d6029a924ef838ecdf592f6d
|
||||
size 94347
|
@ -1,3 +1,32 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue May 5 10:57:35 UTC 2015 - benoit.monin@gmx.fr
|
||||
|
||||
- update to version 0.11.0:
|
||||
* Issue #1450210: Preversioning rc tag handling
|
||||
* Stop testing setup.py easy_install behaviour
|
||||
* Test pip install -e of projects
|
||||
* Build all the wheels in one pass rather than many
|
||||
* Improve integration.sh
|
||||
* Honour new test variable PIPVERSION
|
||||
* Be safe, don't let friends use RawConfigParser
|
||||
* Revert "Support platform-specific requirements files"
|
||||
* Reinstate pure-git-hashes-are-illegal test
|
||||
* Ignore non-release related tags
|
||||
* Test that MANIFEST.in excludes work
|
||||
* Fixup semver
|
||||
* Better diagnostics on test failure
|
||||
* Don't avoid egg-info quite so often
|
||||
* Add truncated lincense text
|
||||
* "packages" might list multiple directories
|
||||
* Support script text override for newer develop
|
||||
* Fixes Windows generated scripts headers
|
||||
* Update README format to match release notes tool
|
||||
* Be more aggressive about building wheels
|
||||
* Use a wheelhouse in the integration test
|
||||
* Build a wheel when integration testing PBR changes
|
||||
* Use unsafe OpenPGP keys for testing
|
||||
- increase required version of python-hacking for the tests
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 16 08:53:20 UTC 2015 - hpj@urpla.net
|
||||
|
||||
|
@ -21,7 +21,7 @@
|
||||
%bcond_with test
|
||||
|
||||
Name: python-pbr
|
||||
Version: 0.10.8
|
||||
Version: 0.11.0
|
||||
Release: 0
|
||||
Summary: Python Build Reasonableness
|
||||
License: Apache-2.0
|
||||
@ -42,7 +42,7 @@ BuildRequires: python-Sphinx >= 1.1.2
|
||||
BuildRequires: python-discover
|
||||
%endif
|
||||
BuildRequires: python-fixtures >= 0.3.14
|
||||
BuildRequires: python-hacking >=0.8
|
||||
BuildRequires: python-hacking >= 0.9.2
|
||||
BuildRequires: python-mock >= 1.0
|
||||
BuildRequires: python-python-subunit >= 0.0.18
|
||||
BuildRequires: python-testrepository >= 0.0.18
|
||||
|
Loading…
Reference in New Issue
Block a user