[packages/python-py] Version: 1.4.28

jajcus jajcus at pld-linux.org
Fri Jun 12 15:26:04 CEST 2015


commit 5d86414d9309f33bbd52782e9aa9ac199109978a
Author: Jacek Konieczny <j.konieczny at eggsoft.pl>
Date:   Fri Jun 12 15:25:27 2015 +0200

    Version: 1.4.28
    
    URL changed to PyPI, the old site doesn't work
    use setuptools instead of distribute

 python-py.spec | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/python-py.spec b/python-py.spec
index c0a23c8..28c0bf3 100644
--- a/python-py.spec
+++ b/python-py.spec
@@ -8,24 +8,24 @@
 Summary:	Library with cross-python path, ini-parsing, io, code, log facilities
 Summary(pl.UTF-8):	Biblioteka wspierająca obsługę ścieżek, ini, we/wy, kodowania i logowania w wielu Pythonach
 Name:		python-%{module}
-Version:	1.4.26
-Release:	2
+Version:	1.4.28
+Release:	1
 License:	MIT
 Group:		Development/Languages/Python
 Source0:	https://pypi.python.org/packages/source/p/py/py-%{version}.tar.gz
-# Source0-md5:	30c3fd92a53f1a5ed6f3591c1fe75c0e
+# Source0-md5:	30b807e1fe1b886578c47337d424a083
 Source1:	http://docs.python.org/objects.inv?/python-objects.inv
 # Source1-md5:	3d3c0b594b2e91d559418c107d973633
 Patch0:		%{name}-offline.patch
-URL:		http://pylib.org/
+URL:		https://pypi.python.org/pypi/py
 %if %{with python2}
 BuildRequires:	python-devel >= 1:2.5
-BuildRequires:	python-distribute
+BuildRequires:	python-setuptools >= 7.0
 %endif
 %if %{with python3}
 BuildRequires:	python3-devel >= 1:3.2
 BuildRequires:	python3-modules >= 1:3.2
-BuildRequires:	python3-distribute
+BuildRequires:	python3-setuptools >= 7.0
 %endif
 BuildRequires:	rpm-pythonprov
 BuildRequires:	rpmbuild(macros) >= 1.219
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/python-py.git/commitdiff/5d86414d9309f33bbd52782e9aa9ac199109978a



More information about the pld-cvs-commit mailing list