Accepting request 321796 from home:seife:OpenStack:Master

update to version 1.4.0

OBS-URL: https://build.opensuse.org/request/show/321796
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pbr?expand=0&rev=38
This commit is contained in:
Thomas Bechtold 2015-08-11 08:09:57 +00:00 committed by Git OBS Bridge
parent 82db965da4
commit 3049f2e7b9
6 changed files with 29 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1a6f8d514fc11d2571c75c207d932c106f024f199b5f12d25f8ca022b026c59d
size 99701

3
pbr-1.4.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f080232fb6b208615b4c1854bf4277bb097d19c9ef89f94f203c1436fe600e92
size 102181

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Tue Aug 11 07:34:34 UTC 2015 - seife+obs@b1-systems.com
- update to version 1.4.0
* Fix docs for environment markers in extras
* Export ChangeLog and AUTHORS in install
* Show how long the git querying takes
* Add wsgi_scripts support to PBR
* Updated from global requirements
- requires python-mock >= 1.2
-------------------------------------------------------------------
Mon Aug 3 09:46:34 UTC 2015 - toddrme2178@gmail.com

View File

@ -17,7 +17,7 @@
Name: python-pbr-doc
Version: 1.3.0
Version: 1.4.0
Release: 0
Summary: Documentation for python-pbr
License: Apache-2.0

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Tue Aug 11 07:34:34 UTC 2015 - seife+obs@b1-systems.com
- update to version 1.4.0
* Fix docs for environment markers in extras
* Export ChangeLog and AUTHORS in install
* Show how long the git querying takes
* Add wsgi_scripts support to PBR
* Updated from global requirements
- requires python-mock >= 1.2
-------------------------------------------------------------------
Mon Aug 3 10:04:09 UTC 2015 - toddrme2178@gmail.com

View File

@ -21,7 +21,7 @@
%bcond_with test
Name: python-pbr
Version: 1.3.0
Version: 1.4.0
Release: 0
Summary: Python Build Reasonableness
License: Apache-2.0
@ -33,6 +33,7 @@ Source1: python-pbr-rpmlintrc
# needed to be abe to use pbr with newer Sphinx versions
Patch0: 0001-Remove-sphinx_config.init_values-manual-call.patch
BuildRequires: fdupes
BuildRequires: git
BuildRequires: python-devel
BuildRequires: python-pip >= 1.4
# Test requirements:
@ -43,7 +44,7 @@ BuildRequires: python-discover
%endif
BuildRequires: python-fixtures >= 0.3.14
BuildRequires: python-hacking >= 0.9.2
BuildRequires: python-mock >= 1.0
BuildRequires: python-mock >= 1.2
BuildRequires: python-python-subunit >= 0.0.18
BuildRequires: python-testrepository >= 0.0.18
BuildRequires: python-testresources >= 0.2.4