From 39f2ef4be314e91aa8dc2f3dda9ab1a3ba34bae21c9329e672e43b36ee8e659d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Wed, 23 May 2018 08:04:12 +0000 Subject: [PATCH 1/2] Accepting request 611419 from home:apersaud:branches:devel:languages:python update to latest version OBS-URL: https://build.opensuse.org/request/show/611419 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pbr?expand=0&rev=82 --- pbr-4.0.2.tar.gz | 3 --- pbr-4.0.3.tar.gz | 3 +++ python-pbr-doc.changes | 7 +++++++ python-pbr-doc.spec | 2 +- python-pbr.changes | 7 +++++++ python-pbr.spec | 2 +- 6 files changed, 19 insertions(+), 5 deletions(-) delete mode 100644 pbr-4.0.2.tar.gz create mode 100644 pbr-4.0.3.tar.gz diff --git a/pbr-4.0.2.tar.gz b/pbr-4.0.2.tar.gz deleted file mode 100644 index db02729..0000000 --- a/pbr-4.0.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dae4aaa78eafcad10ce2581fc34d694faa616727837fd8e55c1a00951ad6744f -size 107720 diff --git a/pbr-4.0.3.tar.gz b/pbr-4.0.3.tar.gz new file mode 100644 index 0000000..ddd9db6 --- /dev/null +++ b/pbr-4.0.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6874feb22334a1e9a515193cba797664e940b763440c88115009ec323a7f2df5 +size 108684 diff --git a/python-pbr-doc.changes b/python-pbr-doc.changes index 2fbfbae..78a1ca1 100644 --- a/python-pbr-doc.changes +++ b/python-pbr-doc.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed May 23 02:48:49 UTC 2018 - arun@gmx.de + +- update to version 4.0.3: + * Don't poke in pip for requests + * Fix builddoc with sphinx <= 1.6 + ------------------------------------------------------------------- Mon Apr 23 15:14:47 UTC 2018 - arun@gmx.de diff --git a/python-pbr-doc.spec b/python-pbr-doc.spec index 08d9d62..c87f66e 100644 --- a/python-pbr-doc.spec +++ b/python-pbr-doc.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-pbr-doc -Version: 4.0.2 +Version: 4.0.3 Release: 0 Summary: Documentation for python-pbr License: Apache-2.0 diff --git a/python-pbr.changes b/python-pbr.changes index e3339d0..932e950 100644 --- a/python-pbr.changes +++ b/python-pbr.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed May 23 02:48:49 UTC 2018 - arun@gmx.de + +- update to version 4.0.3: + * Don't poke in pip for requests + * Fix builddoc with sphinx <= 1.6 + ------------------------------------------------------------------- Mon Apr 23 15:14:47 UTC 2018 - arun@gmx.de diff --git a/python-pbr.spec b/python-pbr.spec index 17e886c..2911bec 100644 --- a/python-pbr.spec +++ b/python-pbr.spec @@ -21,7 +21,7 @@ # enable testing with a build conditional (off by default): %bcond_with test Name: python-pbr -Version: 4.0.2 +Version: 4.0.3 Release: 0 Summary: Python Build Reasonableness License: Apache-2.0 From 79ac976ff3e169b3785a75c7d6bd9a72885e698ee574d1d28744dac003c0861d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Fri, 25 May 2018 10:41:06 +0000 Subject: [PATCH 2/2] Accepting request 612209 from home:mimi_vx:branches:devel:languages:python - for_sphinx.patch - allow warnings for sphinx_build unfortuanetly python3 and python2 Sphinx have diff in docstring parsing - for_sphinx.patch - allow warnings for sphinx_build unfortuanetly python3 and python2 Sphinx have diff in docstring parsing OBS-URL: https://build.opensuse.org/request/show/612209 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pbr?expand=0&rev=83 --- for_sphinx.patch | 12 ++++++++++++ python-pbr-doc.changes | 6 ++++++ python-pbr-doc.spec | 2 ++ python-pbr.changes | 6 ++++++ 4 files changed, 26 insertions(+) create mode 100644 for_sphinx.patch diff --git a/for_sphinx.patch b/for_sphinx.patch new file mode 100644 index 0000000..6f7c304 --- /dev/null +++ b/for_sphinx.patch @@ -0,0 +1,12 @@ +Index: pbr-4.0.3/setup.cfg +=================================================================== +--- pbr-4.0.3.orig/setup.cfg ++++ pbr-4.0.3/setup.cfg +@@ -55,7 +55,6 @@ console_scripts = + all-files = 1 + build-dir = doc/build + source-dir = doc/source +-warning-is-error = 1 + + [wheel] + universal = 1 diff --git a/python-pbr-doc.changes b/python-pbr-doc.changes index 78a1ca1..963b15c 100644 --- a/python-pbr-doc.changes +++ b/python-pbr-doc.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri May 25 09:48:46 UTC 2018 - mimi.vx@gmail.com + +- for_sphinx.patch - allow warnings for sphinx_build + unfortuanetly python3 and python2 Sphinx have diff in docstring parsing + ------------------------------------------------------------------- Wed May 23 02:48:49 UTC 2018 - arun@gmx.de diff --git a/python-pbr-doc.spec b/python-pbr-doc.spec index c87f66e..94e6a32 100644 --- a/python-pbr-doc.spec +++ b/python-pbr-doc.spec @@ -26,6 +26,7 @@ Group: Development/Languages/Python URL: http://pypi.python.org/pypi/pbr Source: https://files.pythonhosted.org/packages/source/p/pbr/pbr-%{version}.tar.gz Source1: python-pbr-rpmlintrc +Patch0: for_sphinx.patch BuildRequires: fdupes # Documentation requirements: BuildRequires: python3-Sphinx >= 1.6.2 @@ -40,6 +41,7 @@ This package contains documentation files for python-pbr %setup -q -n pbr-%{version} # Get rid of ugly build-time deps that require network: sed -i "s/, 'sphinx\.ext\.intersphinx'//" doc/source/conf.py +%patch0 -p1 %build python3 setup.py build_sphinx diff --git a/python-pbr.changes b/python-pbr.changes index 932e950..3d2091b 100644 --- a/python-pbr.changes +++ b/python-pbr.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri May 25 09:48:46 UTC 2018 - mimi.vx@gmail.com + +- for_sphinx.patch - allow warnings for sphinx_build + unfortuanetly python3 and python2 Sphinx have diff in docstring parsing + ------------------------------------------------------------------- Wed May 23 02:48:49 UTC 2018 - arun@gmx.de