]> git.pld-linux.org Git - packages/python-path.git/commitdiff
- updated to 11.0.1 auto/th/python-path-11.0.1-1
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 22 Jul 2018 15:14:25 +0000 (17:14 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Sun, 22 Jul 2018 15:14:25 +0000 (17:14 +0200)
python-path.spec

index 59d1e0d72ab7a521ac3fe933b7b746f58abcbcad..c169c94a8acfd6561929f1b686330b77dc37ba5d 100644 (file)
@@ -8,16 +8,16 @@
 Summary:       Python 2 module wrapper for os.path
 Summary(pl.UTF-8):     Moduł Pythona 2 obudowujący os.path
 Name:          python-path
-Version:       10.1
-Release:       2
+Version:       11.0.1
+Release:       1
 License:       MIT
 Group:         Libraries/Python
-#Source0Download: https://pypi.python.org/simple/path.py
-Source0:       https://pypi.python.org/packages/5d/54/4b2301e48a5889de9d121f6232e1833f19513fb24a93c0cbdb919eeec1dd/path.py-%{version}.tar.gz
-# Source0-md5: f9d31317ceeb798f6b5eac8d3b8e5988
+#Source0Download: https://pypi.python.org/simple/path-py/
+Source0:       https://files.pythonhosted.org/packages/source/p/path.py/path.py-%{version}.tar.gz
+# Source0-md5: de65181c0efc12efc34d1ff1a0b1edfe
 Patch0:                %{name}-sphinx.patch
 URL:           https://github.com/jaraco/path.py
-%if %{with tests} && %(locale -a | grep -q '^C\.UTF-8$'; echo $?)
+%if %{with tests} && %(locale -a | grep -q '^C\.utf8$'; echo $?)
 BuildRequires: glibc-localedb-all
 %endif
 %if %{with python2}
@@ -28,23 +28,26 @@ BuildRequires:      python-setuptools_scm >= 1.15.0
 %if %{with tests}
 BuildRequires: python-appdirs
 BuildRequires: python-pytest >= 2.8
+BuildRequires: python-pytest-flake8
 %endif
 %endif
 %if %{with python3}
-BuildRequires: python3 >= 1:3.3
-BuildRequires: python3-modules >= 1:3.3
+BuildRequires: python3 >= 1:3.4
+BuildRequires: python3-modules >= 1:3.4
 BuildRequires: python3-setuptools
 BuildRequires: python3-setuptools_scm >= 1.15.0
 %if %{with tests}
 BuildRequires: python3-appdirs
 BuildRequires: python3-pytest >= 2.8
+BuildRequires: python3-pytest-flake8
 %endif
 %endif
 BuildRequires: rpm-pythonprov
 BuildRequires: rpmbuild(macros) >= 1.714
 %if %{with doc}
-BuildRequires: sphinx-pdg
-BuildRequires: python3-rst.linker
+BuildRequires: sphinx-pdg-3
+BuildRequires: python3-jaraco.packaging >= 3.2
+BuildRequires: python3-rst.linker >= 1.9
 %endif
 Requires:      python-modules >= 1:2.7
 BuildArch:     noarch
@@ -64,7 +67,7 @@ na tych ścieżkach.
 Summary:       Python 3 module wrapper for os.path
 Summary(pl.UTF-8):     Moduł Pythona 3 obudowujący os.path
 Group:         Libraries/Python
-Requires:      python3-modules >= 1:3.3
+Requires:      python3-modules >= 1:3.4
 
 %description -n python3-path
 path.py implements a path objects as first-class entities, allowing
@@ -96,7 +99,8 @@ Dokumentacja modułu Pythona path.py.
 %py_build
 
 %if %{with tests}
-LC_ALL=C.UTF-8 %{__python} -m pytest test_path.py
+LC_ALL=C.UTF-8 \
+%{__python} -m pytest test_path.py
 %endif
 %endif
 
@@ -104,14 +108,15 @@ LC_ALL=C.UTF-8 %{__python} -m pytest test_path.py
 %py3_build
 
 %if %{with tests}
-LC_ALL=C.UTF-8 %{__python3} -m pytest test_path.py
+LC_ALL=C.UTF-8 \
+%{__python3} -m pytest test_path.py
 %endif
 %endif
 
 %if %{with doc}
-install -d docs/_static
 # disable warnings (-W in SPHINXOPTS) to ignore objects.inv fetching error on builders
 %{__make} -C docs html \
+       SPHINXBUILD=sphinx-build-3 \
        SPHINXOPTS=
 %endif
 
This page took 0.07174 seconds and 4 git commands to generate.