automatic version update by autodist [release 15.2.0-1mamba;Wed Feb 03 2016]

This commit is contained in:
Automatic Build System 2024-01-05 16:31:46 +01:00
parent 02f7426832
commit 0cbbbbad93

View File

@ -1,5 +1,5 @@
Name: python-pyzmq
Version: 15.1.0
Version: 15.2.0
Release: 1mamba
Summary: Python bindings for zeromq
Group: System/Libraries
@ -41,14 +41,23 @@ CFLAGS="%{optflags}" %{__python} setup.py build
sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
# workaround
sed -i "/_test_asyncio/d" %{name}.filelist
sed -i "/asyncio/d" %{name}.filelist
%files -f %{name}.filelist
%defattr(-,root,root)
%doc COPYING.LESSER README.md
%dir %{python_sitearch}/zmq
%{python_sitearch}/zmq/asyncio.py
%dir %{python_sitearch}/zmq/auth
%{python_sitearch}/zmq/auth/asyncio.py
%dir %{python_sitearch}/zmq/tests
%{python_sitearch}/zmq/tests/_test_asyncio.py
%{python_sitearch}/zmq/tests/test_asyncio.py*
%doc COPYING.LESSER README.md
%changelog
* Wed Feb 03 2016 Automatic Build System <autodist@mambasoft.it> 15.2.0-1mamba
- automatic version update by autodist
* Sun Dec 27 2015 Automatic Build System <autodist@mambasoft.it> 15.1.0-1mamba
- automatic version update by autodist