commit c6f69e0a66876a3aa5d2140f8c2ff076c76136b2
Author: Jakub Bogusz <[email protected]>
Date:   Fri May 13 22:39:34 2016 +0200

    - updated to 1.1.5

 python-enum34.spec | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/python-enum34.spec b/python-enum34.spec
index 2aaedb4..815e5d6 100644
--- a/python-enum34.spec
+++ b/python-enum34.spec
@@ -7,13 +7,13 @@
 Summary:       Backport of Python 3.4 Enum
 Summary(pl.UTF-8):     Backport klasy Enum z Pythona 3.4
 Name:          python-enum34
-Version:       1.1.2
+Version:       1.1.5
 Release:       1
 License:       BSD
 Group:         Libraries/Python
 #Source0Download: https://pypi.python.org/simple/enum34/
-Source0:       
https://pypi.python.org/packages/source/e/enum34/enum34-%{version}.tar.gz
-# Source0-md5: 025bb71b3f9d2fad15d0ee53e48dc873
+Source0:       
https://pypi.python.org/packages/66/18/bbdbe6a09b2dd4517913a8cd7aed246dc78ae11a9ed108b88e6695819ee4/enum34-%{version}.tar.gz
+# Source0-md5: 4c4ee33a974d5fa97e4f6e7bd56dddb7
 URL:           https://pypi.python.org/pypi/enum34
 BuildRequires: rpm-pythonprov
 BuildRequires: rpmbuild(macros) >= 1.714
@@ -98,14 +98,14 @@ wyłącznie unikatowych nazw elementów w typie wyliczeniowym.
 %if %{with python2}
 %py_build
 cd build-2
-%{?with_tests:PYTHONPATH=lib %{__python} lib/enum/test_enum.py}
+%{?with_tests:PYTHONPATH=lib %{__python} lib/enum/test.py}
 cd ..
 %endif
 
 %if %{with python3}
 %py3_build
 cd build-3
-%{?with_tests:PYTHONPATH=lib %{__python3} lib/enum/test_enum.py}
+%{?with_tests:PYTHONPATH=lib %{__python3} lib/enum/test.py}
 cd ..
 %endif
 
@@ -115,7 +115,7 @@ rm -rf $RPM_BUILD_ROOT
 %py_install
 
 %{__rm} -r $RPM_BUILD_ROOT%{py_sitescriptdir}/enum/{LICENSE,README,doc}
-%{__rm} -r $RPM_BUILD_ROOT%{py_sitescriptdir}/enum/test_*.py*
+%{__rm} $RPM_BUILD_ROOT%{py_sitescriptdir}/enum/test.py*
 
 %py_postclean
 %endif
@@ -124,7 +124,7 @@ rm -rf $RPM_BUILD_ROOT
 %py3_install
 
 %{__rm} -r $RPM_BUILD_ROOT%{py3_sitescriptdir}/enum/{LICENSE,README,doc}
-%{__rm} $RPM_BUILD_ROOT%{py3_sitescriptdir}/enum/test_enum.py
+%{__rm} $RPM_BUILD_ROOT%{py3_sitescriptdir}/enum/test.py
 %endif
 
 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/python-enum34.git/commitdiff/c6f69e0a66876a3aa5d2140f8c2ff076c76136b2

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to