diff --git a/pbr-0.10.0.tar.gz b/pbr-0.10.0.tar.gz new file mode 100644 index 0000000..f747e36 --- /dev/null +++ b/pbr-0.10.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52a61a863566fafa45507a9aa40e6c88edc1e09d96cde5f5a6aa3b4d26c913ce +size 77690 diff --git a/pbr-0.8.0.tar.gz b/pbr-0.8.0.tar.gz deleted file mode 100644 index 964a584..0000000 --- a/pbr-0.8.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:799cbdd896806ffa736bca0021aa61619fee5813148f8418366c690af80ee94a -size 75217 diff --git a/rpmlintrc b/python-pbr-rpmlintrc similarity index 100% rename from rpmlintrc rename to python-pbr-rpmlintrc diff --git a/python-pbr.changes b/python-pbr.changes index 301ff1d..922bfa4 100644 --- a/python-pbr.changes +++ b/python-pbr.changes @@ -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 diff --git a/python-pbr.spec b/python-pbr.spec index 744a616..4fc57d2 100644 --- a/python-pbr.spec +++ b/python-pbr.spec @@ -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