Compare commits

...

5 Commits

Author SHA1 Message Date
Kevin Fenzi c4ea547a89 Fix provides for python-pyzmq 2020-02-18 15:48:25 -08:00
Kevin Fenzi e7084b7a47 add missing release bump
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-02-07 15:11:31 -08:00
Jochen Breuer f9674b3a0d Adding python-pyzqm in provides
Providing python-pyzmq, since some packages are still relying on that.

See: https://bugzilla.redhat.com/show_bug.cgi?id=1789889
2020-01-28 14:06:45 +00:00
Sérgio M. Basto 128f7b95ea Explicit Requires zeromq 2019-06-02 08:15:35 +01:00
FeRD (Frank Dana) c4e0f2a79f Rebuild for python 3.6 2019-04-28 17:38:54 -04:00
1 changed files with 19 additions and 1 deletions

View File

@ -12,7 +12,7 @@
Name: python-zmq
Version: 14.7.0
Release: 7%{?dist}
Release: 11%{?dist}
Summary: Software library for fast, message-based applications
Group: Development/Libraries
@ -45,6 +45,9 @@ BuildRequires: python-tools
BuildRequires: python%{python3_pkgversion}-nose
%endif
# Explicit Requires zeromq
# to not install sclo-cassandra3-zeromq instead zeromq
Requires: zeromq
%description
The 0MQ lightweight messaging kernel is a library which extends the
@ -57,6 +60,7 @@ multiple transport protocols and more.
This package contains the python bindings.
%package -n python2-zmq
Provides: python-pyzmq = %{version}
Summary: Software library for fast, message-based applications
%{?python_provide:%python_provide python2-%{modname}}
%description -n python2-zmq
@ -89,6 +93,7 @@ This package contains the testsuite for the python bindings.
%if 0%{?with_python3}
%package -n python%{python3_pkgversion}-zmq
Provides: python%{python3_pkgversion}-pyzmq = %{version}
Summary: Software library for fast, message-based applications
Group: Development/Libraries
License: LGPLv3+
@ -215,6 +220,19 @@ chrpath --delete %{buildroot}%{python_sitearch}%{RPATH}/*.so
%changelog
* Tue Feb 18 2020 Kevin Fenzi <kevin@scrye.com> - 14.7.0-11
- Fix provides for python-pyzmq
* Tue Jan 28 2020 Jochen Breuer <jbreuer@suse.de> - 14.7.0-10
- Providing python-pyzmq, since some packages are still relying on that.
See: https://bugzilla.redhat.com/show_bug.cgi?id=1789889
* Sun Jun 02 2019 Sérgio Basto <sergio@serjux.com> - 14.7.0-9
- Explicit Requires zeromq
* Sun Apr 28 2019 FeRD (Frank Dana) <ferdnyc@gmail.com> - 14.7.0-8
- Rebuild for Python 3.6
* Tue Jul 12 2016 Orion Poplawski <orion@cora.nwra.com> - 14.7.0-7
- Use modern provides filtering