From 256bc0428f21b1899e85ebe27f58c5ae481e29d6ad5ed214819807fd7b68a406 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 31 Jul 2014 15:51:52 +0000 Subject: [PATCH 1/2] Accepting request 242514 from home:toabctl:branches:devel:languages:python OBS-URL: https://build.opensuse.org/request/show/242514 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pbr?expand=0&rev=17 --- pbr-0.10.0.tar.gz | 3 +++ pbr-0.8.0.tar.gz | 3 --- python-pbr.changes | 30 ++++++++++++++++++++++++++++++ python-pbr.spec | 5 +++-- 4 files changed, 36 insertions(+), 5 deletions(-) create mode 100644 pbr-0.10.0.tar.gz delete mode 100644 pbr-0.8.0.tar.gz 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/python-pbr.changes b/python-pbr.changes index 301ff1d..3c24006 100644 --- a/python-pbr.changes +++ b/python-pbr.changes @@ -1,3 +1,33 @@ +------------------------------------------------------------------- +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..2426ce4 100644 --- a/python-pbr.spec +++ b/python-pbr.spec @@ -21,7 +21,7 @@ %bcond_with test Name: python-pbr -Version: 0.8.0 +Version: 0.10.0 Release: 0 Summary: Python Build Reasonableness License: Apache-2.0 @@ -38,9 +38,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 From 90cdb17e9a38db6c82236f94a55578eadcf63fec78e13c1dddec46f46d04bd68 Mon Sep 17 00:00:00 2001 From: Denisart Benjamin Date: Sat, 2 Aug 2014 11:02:38 +0000 Subject: [PATCH 2/2] Accepting request 243257 from home:dimstar:rpmlintrc Rename rpmlintrc as per pkg guideline to %{name}-rpmlintrc (and execute pre_checkin.sh to sync-up) OBS-URL: https://build.opensuse.org/request/show/243257 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pbr?expand=0&rev=18 --- rpmlintrc => python-pbr-rpmlintrc | 0 python-pbr.changes | 6 ++++++ python-pbr.spec | 1 + 3 files changed, 7 insertions(+) rename rpmlintrc => python-pbr-rpmlintrc (100%) 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 3c24006..922bfa4 100644 --- a/python-pbr.changes +++ b/python-pbr.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +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 diff --git a/python-pbr.spec b/python-pbr.spec index 2426ce4..4fc57d2 100644 --- a/python-pbr.spec +++ b/python-pbr.spec @@ -28,6 +28,7 @@ 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