From 778d896f5ee73f9d306221301956aff2c2fbef9e7e1bfb0d4b799f9d3d31472c Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 24 May 2016 05:08:45 +0000 Subject: [PATCH 1/2] Accepting request 397608 from home:tbechtold:branches:devel:languages:python - update to 1.10.0: * File is wrongly marked as executable * Fix wsgiref script use with oslo.config * Update Preversioning explanation to avoid double that * Handle IndexError during version string parsing * Correct server test * Updated from global requirements * Fix soabi tests with pypy * package: fix wrong catch in email parsing * Do not convert git tags when searching history * Include wsgi_scripts in generated wheels * Correct the indentation in the classifiers example * Do not silently drop markers that fail to evaluate * Clarifications around tags and version numbers * Correct typo - s/enabeld/enabled/ * Use apt-cache generated packages to provide build deps * fix some variable names * Don't attempt to test with 0.6c11 with Py3 * Support entry point patching on setuptools < 12 * Updated from global requirements * Split changelog on nulls instead of ( * Add libjpeg and liberasurecode for tests * Handle markers to support sdist on pip < 6 * Deprecated tox -downloadcache option removed * passenv integration environment variables re-enabling integration tests * Enable pep8 H405 tests * Add patch to properly get all commands from dist * doc: Remove 'MANIFEST.in' * doc: Trivial cleanup of 'index.rst' * doc: Add deprecation note for 'requirements-pyN' OBS-URL: https://build.opensuse.org/request/show/397608 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pbr?expand=0&rev=51 --- pbr-1.10.0.tar.gz | 3 +++ pbr-1.8.1.tar.gz | 3 --- python-pbr-doc.changes | 43 +++++++++++++++++++++++++++++++++++++++++ python-pbr-doc.spec | 2 +- python-pbr.changes | 44 ++++++++++++++++++++++++++++++++++++++++++ python-pbr.spec | 7 ++++--- 6 files changed, 95 insertions(+), 7 deletions(-) create mode 100644 pbr-1.10.0.tar.gz delete mode 100644 pbr-1.8.1.tar.gz diff --git a/pbr-1.10.0.tar.gz b/pbr-1.10.0.tar.gz new file mode 100644 index 0000000..f4dde5b --- /dev/null +++ b/pbr-1.10.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:186428c270309e6fdfe2d5ab0949ab21ae5f7dea831eab96701b86bd666af39c +size 111425 diff --git a/pbr-1.8.1.tar.gz b/pbr-1.8.1.tar.gz deleted file mode 100644 index 5b16148..0000000 --- a/pbr-1.8.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e2127626a91e6c885db89668976db31020f0af2da728924b56480fc7ccf09649 -size 104584 diff --git a/python-pbr-doc.changes b/python-pbr-doc.changes index bebd2d9..c1eedde 100644 --- a/python-pbr-doc.changes +++ b/python-pbr-doc.changes @@ -1,3 +1,46 @@ +------------------------------------------------------------------- +Tue May 24 04:50:22 UTC 2016 - tbechtold@suse.com + +- update to 1.10.0: + * File is wrongly marked as executable + * Fix wsgiref script use with oslo.config + * Update Preversioning explanation to avoid double that + * Handle IndexError during version string parsing + * Correct server test + * Updated from global requirements + * Fix soabi tests with pypy + * package: fix wrong catch in email parsing + * Do not convert git tags when searching history + * Include wsgi_scripts in generated wheels + * Correct the indentation in the classifiers example + * Do not silently drop markers that fail to evaluate + * Clarifications around tags and version numbers + * Correct typo - s/enabeld/enabled/ + * Use apt-cache generated packages to provide build deps + * fix some variable names + * Don't attempt to test with 0.6c11 with Py3 + * Support entry point patching on setuptools < 12 + * Updated from global requirements + * Split changelog on nulls instead of ( + * Add libjpeg and liberasurecode for tests + * Handle markers to support sdist on pip < 6 + * Deprecated tox -downloadcache option removed + * passenv integration environment variables re-enabling integration tests + * Enable pep8 H405 tests + * Add patch to properly get all commands from dist + * doc: Remove 'MANIFEST.in' + * doc: Trivial cleanup of 'index.rst' + * doc: Add deprecation note for 'requirements-pyN' + * doc: Restructure 'Requirements' section + * doc: Restructure 'Usage' section + * doc: Add details of manifest generation + * Support git://, git+ssh://, git+https:// without -e flag + * More support Sphinx >=1.3b1 and <1.3.1 + * Fix docs for markers + * Do not error when running pep8 with py3 + * Ensure changelog log output is written if it already exists + * Cleanup jeepyb and pypi-mirror special casing + ------------------------------------------------------------------- Fri Apr 1 15:20:52 UTC 2016 - tbechtold@suse.com diff --git a/python-pbr-doc.spec b/python-pbr-doc.spec index 573cfda..474e784 100644 --- a/python-pbr-doc.spec +++ b/python-pbr-doc.spec @@ -17,7 +17,7 @@ Name: python-pbr-doc -Version: 1.8.1 +Version: 1.10.0 Release: 0 Summary: Documentation for python-pbr License: Apache-2.0 diff --git a/python-pbr.changes b/python-pbr.changes index 58eb709..6e018b4 100644 --- a/python-pbr.changes +++ b/python-pbr.changes @@ -1,3 +1,47 @@ +------------------------------------------------------------------- +Tue May 24 04:46:16 UTC 2016 - tbechtold@suse.com + +- update to 1.10.0: + * File is wrongly marked as executable + * Fix wsgiref script use with oslo.config + * Update Preversioning explanation to avoid double that + * Handle IndexError during version string parsing + * Correct server test + * Updated from global requirements + * Fix soabi tests with pypy + * package: fix wrong catch in email parsing + * Do not convert git tags when searching history + * Include wsgi_scripts in generated wheels + * Correct the indentation in the classifiers example + * Do not silently drop markers that fail to evaluate + * Clarifications around tags and version numbers + * Correct typo - s/enabeld/enabled/ + * Use apt-cache generated packages to provide build deps + * fix some variable names + * Don't attempt to test with 0.6c11 with Py3 + * Support entry point patching on setuptools < 12 + * Updated from global requirements + * Split changelog on nulls instead of ( + * Add libjpeg and liberasurecode for tests + * Handle markers to support sdist on pip < 6 + * Deprecated tox -downloadcache option removed + * passenv integration environment variables re-enabling integration tests + * Enable pep8 H405 tests + * Add patch to properly get all commands from dist + * doc: Remove 'MANIFEST.in' + * doc: Trivial cleanup of 'index.rst' + * doc: Add deprecation note for 'requirements-pyN' + * doc: Restructure 'Requirements' section + * doc: Restructure 'Usage' section + * doc: Add details of manifest generation + * Support git://, git+ssh://, git+https:// without -e flag + * More support Sphinx >=1.3b1 and <1.3.1 + * Fix docs for markers + * Do not error when running pep8 with py3 + * Ensure changelog log output is written if it already exists + * Cleanup jeepyb and pypi-mirror special casing +- Adjust BuildRequires + ------------------------------------------------------------------- Fri Apr 1 15:20:52 UTC 2016 - tbechtold@suse.com diff --git a/python-pbr.spec b/python-pbr.spec index 3eb5e8a..bc2326b 100644 --- a/python-pbr.spec +++ b/python-pbr.spec @@ -21,7 +21,7 @@ %bcond_with test Name: python-pbr -Version: 1.8.1 +Version: 1.10.0 Release: 0 Summary: Python Build Reasonableness License: Apache-2.0 @@ -38,14 +38,15 @@ BuildRequires: python-pip >= 1.4 %if 0%{?suse_version} <= 1110 BuildRequires: python-discover %endif -BuildRequires: python-fixtures >= 0.3.14 +BuildRequires: python-fixtures >= 1.3.1 BuildRequires: python-hacking >= 0.9.2 BuildRequires: python-mock >= 1.2 BuildRequires: python-python-subunit >= 0.0.18 +BuildRequires: python-six >= 1.9.0 BuildRequires: python-testrepository >= 0.0.18 BuildRequires: python-testresources >= 0.2.4 BuildRequires: python-testscenarios >= 0.4 -BuildRequires: python-testtools >= 0.9.34 +BuildRequires: python-testtools >= 1.4.0 %endif Requires: python-pip >= 1.4 Requires(post): update-alternatives From bced30067e5ab84428770be776f9be6c48e01a04aa2158436c7ca2bffac64645 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 24 May 2016 05:18:12 +0000 Subject: [PATCH 2/2] Accepting request 397612 from home:tbechtold:branches:devel:languages:python - Fix pypi source - Fix pypi source OBS-URL: https://build.opensuse.org/request/show/397612 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pbr?expand=0&rev=52 --- python-pbr-doc.changes | 5 +++++ python-pbr-doc.spec | 2 +- python-pbr.changes | 5 +++++ python-pbr.spec | 2 +- 4 files changed, 12 insertions(+), 2 deletions(-) diff --git a/python-pbr-doc.changes b/python-pbr-doc.changes index c1eedde..5a48744 100644 --- a/python-pbr-doc.changes +++ b/python-pbr-doc.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue May 24 05:15:23 UTC 2016 - tbechtold@suse.com + +- Fix pypi source + ------------------------------------------------------------------- Tue May 24 04:50:22 UTC 2016 - tbechtold@suse.com diff --git a/python-pbr-doc.spec b/python-pbr-doc.spec index 474e784..71f04bf 100644 --- a/python-pbr-doc.spec +++ b/python-pbr-doc.spec @@ -23,7 +23,7 @@ Summary: Documentation for python-pbr 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 +Source: https://pypi.python.org/packages/c3/2c/63275fab26a0fd8cadafca71a3623e4d0f0ee8ed7124a5bb128853d178a7/pbr-%{version}.tar.gz Source1: python-pbr-rpmlintrc BuildRequires: fdupes BuildRequires: python-devel diff --git a/python-pbr.changes b/python-pbr.changes index 6e018b4..ff8286e 100644 --- a/python-pbr.changes +++ b/python-pbr.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue May 24 05:15:09 UTC 2016 - tbechtold@suse.com + +- Fix pypi source + ------------------------------------------------------------------- Tue May 24 04:46:16 UTC 2016 - tbechtold@suse.com diff --git a/python-pbr.spec b/python-pbr.spec index bc2326b..3a9a886 100644 --- a/python-pbr.spec +++ b/python-pbr.spec @@ -27,7 +27,7 @@ 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 +Source: https://pypi.python.org/packages/c3/2c/63275fab26a0fd8cadafca71a3623e4d0f0ee8ed7124a5bb128853d178a7/pbr-%{version}.tar.gz Source1: python-pbr-rpmlintrc BuildRequires: fdupes BuildRequires: python-devel