Accepting request 243452 from devel:languages:python

1

OBS-URL: https://build.opensuse.org/request/show/243452
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pbr?expand=0&rev=10
This commit is contained in:
Stephan Kulow 2014-08-05 11:00:14 +00:00 committed by Git OBS Bridge
commit 28de886ab1
5 changed files with 43 additions and 5 deletions

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

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

View File

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

View File

@ -1,3 +1,39 @@
-------------------------------------------------------------------
Thu Jul 31 16:25:10 UTC 2014 - dimstar@opensuse.org
- Rename rpmlintrc to %{name}-rpmlintrc.
Follow the packaging guidelines.
-------------------------------------------------------------------
Sat Jul 26 15:17:14 UTC 2014 - tbechtold@suse.com
- Update BuildRequires according to test-requirements.txt
- Update to version 0.10.0
* Remove all 2.7 filtering
* Stop filtering out argparse
* Remove mirror testing from the integration script
0.9.0
* Allow examining parsing exceptions
* Update integration script for Apache 2.4
* Restore Monkeypatched Distribution Instance
* Register testr as a distutil entry point
* Check for git before querying it for a version
* Allow _run_cmd to run commands in any directory
* Make setUp fail if sdist fails
* Permit pre-release versions with git metadata
* Un-nest some sections of code
0.8.2
* Remove --use-mailmap as it's not needed
* Fix typos in docs
0.8.1
* pbr/testr_command.py: Add logging
* Documentation updates
* Fixed a typo in the documentation
* Make source configurable when using --coverage
* README.rst: tweaks
* Format autoindex.rst file properly
* make pbr use hacking directly
-------------------------------------------------------------------
Fri Mar 28 08:25:25 UTC 2014 - speilicke@suse.com

View File

@ -21,13 +21,14 @@
%bcond_with test
Name: python-pbr
Version: 0.8.0
Version: 0.10.0
Release: 0
Summary: Python Build Reasonableness
License: Apache-2.0
Group: Development/Languages/Python
Url: http://pypi.python.org/pypi/pbr
Source: https://pypi.python.org/packages/source/p/pbr/pbr-%{version}.tar.gz
Source1: python-pbr-rpmlintrc
BuildRequires: python-devel
# Documentation requirements:
BuildRequires: python-Sphinx >= 1.1.2
@ -38,9 +39,10 @@ BuildRequires: python-Sphinx >= 1.1.2
BuildRequires: python-discover
%endif
BuildRequires: python-fixtures >= 0.3.14
BuildRequires: python-hacking >=0.8
BuildRequires: python-mock >= 1.0
BuildRequires: python-python-subunit >= 0.0.18
BuildRequires: python-testrepository >= 0.0.17
BuildRequires: python-testrepository >= 0.0.18
BuildRequires: python-testresources >= 0.2.4
BuildRequires: python-testscenarios >= 0.4
BuildRequires: python-testtools >= 0.9.34