[packages/python-packaging] - updated to 19.2

qboosh qboosh at pld-linux.org
Sun Dec 29 10:37:09 CET 2019


commit 2445b78f74398a5f6786eeb5581699cbf3ddda7a
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Sun Dec 29 10:38:00 2019 +0100

    - updated to 19.2

 python-packaging.spec | 40 +++++++++++++++++++++++-----------------
 1 file changed, 23 insertions(+), 17 deletions(-)
---
diff --git a/python-packaging.spec b/python-packaging.spec
index 428a600..5fd3b03 100644
--- a/python-packaging.spec
+++ b/python-packaging.spec
@@ -1,38 +1,38 @@
 #
 # Conditional build:
-%bcond_without	doc	# don't build doc
-%bcond_without	tests	# py.test tests
-%bcond_without	python2 # CPython 2.x module
-%bcond_without	python3 # CPython 3.x module
-%bcond_without  setuptools # build without setuptools (for bootstraping)
+%bcond_without	doc		# don't build doc
+%bcond_without	tests		# py.test tests
+%bcond_without	python2		# CPython 2.x module
+%bcond_without	python3		# CPython 3.x module
+%bcond_without	setuptools	# build without setuptools (for bootstraping)
 
 Summary:	Core utilities for Python packages
 Summary(pl.UTF-8):	Bazowe funkcje narzędziowe do pakietów Pythona
 Name:		python-packaging
-Version:	18.0
-Release:	2
+Version:	19.2
+Release:	1
 License:	Apache v2.0 or BSD
 Group:		Libraries/Python
 #Source0Download: https://pypi.org/simple/packaging/
 Source0:	https://files.pythonhosted.org/packages/source/p/packaging/packaging-%{version}.tar.gz
-# Source0-md5:	b066f2a33524519cf4e97ab69f462479
+# Source0-md5:	867ce70984dc7b89bbbc3cac2a72b171
 URL:		https://github.com/pypa/packaging
 %if %{with python2}
-BuildRequires:	python-modules >= 1:2.6
-%{?with_setuptools:BuildRequires:      python-setuptools}
+BuildRequires:	python-modules >= 1:2.7
+%{?with_setuptools:BuildRequires:	python-setuptools}
 %if %{with tests}
 BuildRequires:	python-pretend
-BuildRequires:	python-pyparsing
+BuildRequires:	python-pyparsing >= 2.0.2
 BuildRequires:	python-pytest
 BuildRequires:	python-six
 %endif
 %endif
 %if %{with python3}
-BuildRequires:	python3-modules >= 1:3.2
-%{?with_setuptools:BuildRequires:      python3-setuptools}
+BuildRequires:	python3-modules >= 1:3.4
+%{?with_setuptools:BuildRequires:	python3-setuptools}
 %if %{with tests}
 BuildRequires:	python3-pretend
-BuildRequires:	python3-pyparsing
+BuildRequires:	python3-pyparsing >= 2.0.2
 BuildRequires:	python3-pytest
 BuildRequires:	python3-six
 %endif
@@ -43,9 +43,12 @@ BuildRequires:	rpmbuild(macros) >= 1.714
 BuildRequires:	python3-sphinx_rtd_theme
 BuildRequires:	sphinx-pdg-3
 %endif
-Requires:	python-modules >= 1:2.6
-Requires:	python-six
+Requires:	python-modules >= 1:2.7
+%if %{without setuptools}
+# with setuptools these are autogenerated
 Requires:	python-pyparsing >= 2.0.2
+Requires:	python-six
+%endif
 BuildArch:	noarch
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -59,9 +62,12 @@ Bazowe funkcje narzędziowe do pakietów Pythona.
 Summary:	Core utilities for Python packages
 Summary(pl.UTF-8):	Bazowe funkcje narzędziowe do pakietów Pythona
 Group:		Libraries/Python
-Requires:	python3-modules >= 1:3.2
+Requires:	python3-modules >= 1:3.4
+%if %{without setuptools}
+# with setuptools these are autogenerated
 Requires:	python3-pyparsing >= 2.0.2
 Requires:	python3-six
+%endif
 
 %description -n python3-packaging
 Core utilities for Python packages.
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/python-packaging.git/commitdiff/2445b78f74398a5f6786eeb5581699cbf3ddda7a



More information about the pld-cvs-commit mailing list