diff --git a/python-zmq.spec b/python-zmq.spec index 16d32e1..a51c26d 100644 --- a/python-zmq.spec +++ b/python-zmq.spec @@ -1,13 +1,13 @@ Name: python-zmq -Version: 17.0.0 -Release: 6 +Version: 25.0.2 +Release: 1 Summary: Python bindings for zeromq License: LGPLv3+ and ASL 2.0 and BSD URL: http://www.zeromq.org/bindings:python -Source0: https://github.com/zeromq/pyzmq/archive/v%{version}.tar.gz#/pyzmq-%{version}.tar.gz +Source0: https://github.com/zeromq/pyzmq/archive/v%{version}/pyzmq-%{version}.tar.gz BuildRequires: zeromq-devel python3-Cython BuildRequires: python%{python3_pkgversion}-devel python%{python3_pkgversion}-setuptools -BuildRequires: chrpath python3-devel gcc +BuildRequires: chrpath python3-devel gcc python3-packaging %description This package contains the Python bindings for 0MQ.0MQ is a @@ -49,7 +49,7 @@ CFLAGS="%{optflags}" %{__python3} setup.py build_ext --inplace pathfix.py -pn -i %{__python3} %{buildroot}%{python3_sitearch} %files -n python%{python3_pkgversion}-zmq -%doc README.md COPYING.* +%doc README.md %{python3_sitearch}/* %exclude %{python3_sitearch}/zmq/tests @@ -57,6 +57,9 @@ pathfix.py -pn -i %{__python3} %{buildroot}%{python3_sitearch} %{python3_sitearch}/zmq/tests %changelog +* Fri Apr 07 2023 wangkai <13474090681@163.com> - 25.0.2-1 +- Update to 25.0.2 + * Mon May 31 2021 huanghaitao - 17.0.0-6 - Completing build dependencies diff --git a/pyzmq-17.0.0.tar.gz b/pyzmq-17.0.0.tar.gz deleted file mode 100644 index 462b386..0000000 Binary files a/pyzmq-17.0.0.tar.gz and /dev/null differ diff --git a/pyzmq-25.0.2.tar.gz b/pyzmq-25.0.2.tar.gz new file mode 100644 index 0000000..b753574 Binary files /dev/null and b/pyzmq-25.0.2.tar.gz differ