From 30464199c21cf47fcb157f9d03fcb0217e3bc7854a3a8dfdeac89ab97f40c3a0 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Mon, 17 Aug 2020 07:50:02 +0000 Subject: [PATCH] - Don't limit the upper version of dnspython. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-eventlet?expand=0&rev=72 --- newdnspython.patch | 11 +++++++++++ python-eventlet.changes | 5 +++++ python-eventlet.spec | 2 +- 3 files changed, 17 insertions(+), 1 deletion(-) diff --git a/newdnspython.patch b/newdnspython.patch index 7043a18..176aa09 100644 --- a/newdnspython.patch +++ b/newdnspython.patch @@ -29,3 +29,14 @@ resolver.nameservers = [dnsaddr[0]] resolver.nameserver_ports[dnsaddr[0]] = dnsaddr[1] response = resolver.query('host.example.com', 'a', tcp=True) +--- a/setup.py ++++ b/setup.py +@@ -15,7 +15,7 @@ setuptools.setup( + url='http://eventlet.net', + packages=setuptools.find_packages(exclude=['benchmarks', 'tests', 'tests.*']), + install_requires=( +- 'dnspython >= 1.15.0, < 2.0.0', ++ 'dnspython >= 1.15.0', + 'greenlet >= 0.3', + 'monotonic >= 1.4', + 'six >= 1.10.0', diff --git a/python-eventlet.changes b/python-eventlet.changes index 791a3d0..e6b47f0 100644 --- a/python-eventlet.changes +++ b/python-eventlet.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Aug 17 07:49:25 UTC 2020 - Matej Cepl + +- Don't limit the upper version of dnspython. + ------------------------------------------------------------------- Fri Aug 14 21:30:16 UTC 2020 - Matej Cepl diff --git a/python-eventlet.spec b/python-eventlet.spec index 8bfd15a..806e2fd 100644 --- a/python-eventlet.spec +++ b/python-eventlet.spec @@ -46,10 +46,10 @@ BuildRequires: python-rpm-macros BuildRequires: %{python_module pytest} BuildRequires: sysconfig-netconfig Requires: netcfg +Requires: python-dnspython >= 1.15.0 Requires: python-greenlet >= 0.3 Requires: python-monotonic >= 1.4 Requires: python-six >= 1.10.0 -Requires: (python-dnspython >= 1.15.0 and python-dnspython < 2.0) BuildArch: noarch %python_subpackages