From 8711d72ab69f0d3a18083c58eb3cd890543542bb5ac48586e4f4256ad635d3fa Mon Sep 17 00:00:00 2001 From: Todd R Date: Sun, 25 Nov 2012 11:13:40 +0000 Subject: [PATCH] Accepting request 142786 from devel:languages:python3 Removed openSUSE 11.4 spec file workarounds (forwarded request 142755 from TheBlackCat) OBS-URL: https://build.opensuse.org/request/show/142786 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyzmq?expand=0&rev=19 --- python3-pyzmq.changes | 5 +++++ python3-pyzmq.spec | 7 +------ 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/python3-pyzmq.changes b/python3-pyzmq.changes index cb1a996..f5f0ac7 100644 --- a/python3-pyzmq.changes +++ b/python3-pyzmq.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Nov 22 14:18:55 UTC 2012 - toddrme2178@gmail.com + +- Removed openSUSE 11.4 spec file workarounds + ------------------------------------------------------------------- Fri May 18 09:07:39 UTC 2012 - toddrme2178@gmail.com diff --git a/python3-pyzmq.spec b/python3-pyzmq.spec index 0732872..226f9a2 100644 --- a/python3-pyzmq.spec +++ b/python3-pyzmq.spec @@ -25,16 +25,11 @@ License: LGPL-3.0+ Group: Development/Languages/Python Url: http://github.com/zeromq/pyzmq Source: http://pypi.python.org/packages/source/p/%{modname}/%{modname}-%{version}.tar.gz -BuildRequires: python3 BuildRequires: python3-2to3 BuildRequires: python3-devel BuildRequires: zeromq-devel BuildRoot: %{_tmppath}/%{name}-%{version}-build -%if 0%{?suse_version} <= 1140 -%{!?python3_sitearch: %global python3_sitearch %(python3 -c "from distutils.sysconfig import get_python_lib; print(get_python_lib(1))")} -%{!?py3_ver: %global py3_ver %(python3 -c "import sys; version=str(sys.version_info[0]) + '.' + str(sys.version_info[1]); print(version)" 2>/dev/null || echo PYTHON-NOT-FOUND)} -%endif -Requires: python3 >= %{py3_ver} +Requires: python(abi) = %{py3_ver} %description PyZMQ is a lightweight and super-fast messaging library built on top of