From 0cbbbbad93e1631ed808ee140642c08db231c680 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Fri, 5 Jan 2024 16:31:46 +0100 Subject: [PATCH] automatic version update by autodist [release 15.2.0-1mamba;Wed Feb 03 2016] --- python-pyzmq.spec | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/python-pyzmq.spec b/python-pyzmq.spec index 58a8875..68637ea 100644 --- a/python-pyzmq.spec +++ b/python-pyzmq.spec @@ -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 15.2.0-1mamba +- automatic version update by autodist + * Sun Dec 27 2015 Automatic Build System 15.1.0-1mamba - automatic version update by autodist