Accepting request 612215 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/612215 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pbr?expand=0&rev=35
This commit is contained in:
commit
1a21a6508d
12
for_sphinx.patch
Normal file
12
for_sphinx.patch
Normal file
@ -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
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:dae4aaa78eafcad10ce2581fc34d694faa616727837fd8e55c1a00951ad6744f
|
|
||||||
size 107720
|
|
3
pbr-4.0.3.tar.gz
Normal file
3
pbr-4.0.3.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:6874feb22334a1e9a515193cba797664e940b763440c88115009ec323a7f2df5
|
||||||
|
size 108684
|
@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
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
|
||||||
|
|
||||||
|
- 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
|
Mon Apr 23 15:14:47 UTC 2018 - arun@gmx.de
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-pbr-doc
|
Name: python-pbr-doc
|
||||||
Version: 4.0.2
|
Version: 4.0.3
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Documentation for python-pbr
|
Summary: Documentation for python-pbr
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
@ -26,6 +26,7 @@ Group: Development/Languages/Python
|
|||||||
URL: http://pypi.python.org/pypi/pbr
|
URL: http://pypi.python.org/pypi/pbr
|
||||||
Source: https://files.pythonhosted.org/packages/source/p/pbr/pbr-%{version}.tar.gz
|
Source: https://files.pythonhosted.org/packages/source/p/pbr/pbr-%{version}.tar.gz
|
||||||
Source1: python-pbr-rpmlintrc
|
Source1: python-pbr-rpmlintrc
|
||||||
|
Patch0: for_sphinx.patch
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
# Documentation requirements:
|
# Documentation requirements:
|
||||||
BuildRequires: python3-Sphinx >= 1.6.2
|
BuildRequires: python3-Sphinx >= 1.6.2
|
||||||
@ -40,6 +41,7 @@ This package contains documentation files for python-pbr
|
|||||||
%setup -q -n pbr-%{version}
|
%setup -q -n pbr-%{version}
|
||||||
# Get rid of ugly build-time deps that require network:
|
# Get rid of ugly build-time deps that require network:
|
||||||
sed -i "s/, 'sphinx\.ext\.intersphinx'//" doc/source/conf.py
|
sed -i "s/, 'sphinx\.ext\.intersphinx'//" doc/source/conf.py
|
||||||
|
%patch0 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
python3 setup.py build_sphinx
|
python3 setup.py build_sphinx
|
||||||
|
@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
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
|
||||||
|
|
||||||
|
- 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
|
Mon Apr 23 15:14:47 UTC 2018 - arun@gmx.de
|
||||||
|
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
# enable testing with a build conditional (off by default):
|
# enable testing with a build conditional (off by default):
|
||||||
%bcond_with test
|
%bcond_with test
|
||||||
Name: python-pbr
|
Name: python-pbr
|
||||||
Version: 4.0.2
|
Version: 4.0.3
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Python Build Reasonableness
|
Summary: Python Build Reasonableness
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
|
Loading…
Reference in New Issue
Block a user