[packages/python-async] - updated to 0.6.2

adamg adamg at pld-linux.org
Sat Mar 2 11:11:47 CET 2019


commit ae4a7578eb4e921379c55d5b64a629f9d37ce536
Author: Adam Gołębiowski <adamg at pld-linux.org>
Date:   Sat Mar 2 11:11:40 2019 +0100

    - updated to 0.6.2

 python-async.spec | 23 +++++++++--------------
 1 file changed, 9 insertions(+), 14 deletions(-)
---
diff --git a/python-async.spec b/python-async.spec
index 821e71b..20f513b 100644
--- a/python-async.spec
+++ b/python-async.spec
@@ -2,18 +2,19 @@
 Summary:	Async Framework
 # Name must match the python module/package name (as in 'import' statement)
 Name:		python-%{module}
-Version:	0.6.1
-Release:	5
+Version:	0.6.2
+Release:	1
 License:	BSD
 Group:		Development/Languages/Python
 Source0:	http://pypi.python.org/packages/source/a/async/%{module}-%{version}.tar.gz
-# Source0-md5:	6f0e2ced1fe85f8410b9bde11be08587
+# Source0-md5:	9b06b5997de2154f3bc0273f80bcef6b
 URL:		https://github.com/gitpython-developers/async
 BuildRequires:	python-devel
 BuildRequires:	python-distribute
 BuildRequires:	rpm-pythonprov
 BuildRequires:	rpmbuild(macros) >= 1.710
 Requires:	python-modules
+BuildArch:	noarch
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -30,10 +31,6 @@ workers.
 rm -rf $RPM_BUILD_ROOT
 %py_install
 
-%{__rm} -r $RPM_BUILD_ROOT%{py_sitedir}/async/{AUTHORS,README,test}
-
-%py_ocomp $RPM_BUILD_ROOT%{py_sitedir}
-%py_comp $RPM_BUILD_ROOT%{py_sitedir}
 %py_postclean
 
 %clean
@@ -41,10 +38,8 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc AUTHORS README
-%dir %{py_sitedir}/async
-%dir %{py_sitedir}/async/mod
-%{py_sitedir}/async/*.py[co]
-%{py_sitedir}/async/mod/*.py[co]
-%attr(755,root,root) %{py_sitedir}/async/mod/*.so
-%{py_sitedir}/async-*.egg-info
+%doc AUTHORS
+%dir %{py_sitescriptdir}/async
+%{py_sitescriptdir}/async/*.py[co]
+%{py_sitescriptdir}/async-*.egg-info
+%{py_sitescriptdir}/async/test
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/python-async.git/commitdiff/ae4a7578eb4e921379c55d5b64a629f9d37ce536



More information about the pld-cvs-commit mailing list