update to 21.0.1 [release 21.0.1-1mamba;Wed Jan 20 2021]
This commit is contained in:
parent
0cbbbbad93
commit
146987932e
@ -1,5 +1,5 @@
|
||||
Name: python-pyzmq
|
||||
Version: 15.2.0
|
||||
Version: 21.0.1
|
||||
Release: 1mamba
|
||||
Summary: Python bindings for zeromq
|
||||
Group: System/Libraries
|
||||
@ -7,7 +7,8 @@ Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Davide Madrisan <davide.madrisan@gmail.com>
|
||||
URL: https://github.com/zeromq/pyzmq
|
||||
Source: https://github.com/zeromq/pyzmq/archive/v%{version}.tar.gz
|
||||
Source: https://pypi.debian.net/pyzmq/pyzmq-%{version}.tar.gz
|
||||
#Source: https://github.com/zeromq/pyzmq/archive/v%{version}.tar.gz
|
||||
License: LGPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
@ -23,6 +24,10 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
This package contains Python bindings for zeromq.
|
||||
zeromq is a lightweight and fast messaging implementation.
|
||||
|
||||
%if 0%{?with_pyver}
|
||||
%pyver_package
|
||||
%endif
|
||||
|
||||
%prep
|
||||
%setup -q -n pyzmq-%{version}
|
||||
|
||||
@ -38,23 +43,16 @@ CFLAGS="%{optflags}" %{__python} setup.py build
|
||||
--install-lib=%{python_sitearch} \
|
||||
--record=%{name}.filelist
|
||||
|
||||
sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
||||
sed -i "s,.*/man/.*,&.gz," %{name}.filelist
|
||||
|
||||
# workaround
|
||||
sed -i "/asyncio/d" %{name}.filelist
|
||||
|
||||
%files -f %{name}.filelist
|
||||
%files %{?pyappend} -f %{name}.filelist
|
||||
%defattr(-,root,root)
|
||||
%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 Jan 20 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 21.0.1-1mamba
|
||||
- update to 21.0.1
|
||||
|
||||
* Wed Feb 03 2016 Automatic Build System <autodist@mambasoft.it> 15.2.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user