forked from pool/python-eventlet
- 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
This commit is contained in:
@@ -29,3 +29,14 @@
|
|||||||
resolver.nameservers = [dnsaddr[0]]
|
resolver.nameservers = [dnsaddr[0]]
|
||||||
resolver.nameserver_ports[dnsaddr[0]] = dnsaddr[1]
|
resolver.nameserver_ports[dnsaddr[0]] = dnsaddr[1]
|
||||||
response = resolver.query('host.example.com', 'a', tcp=True)
|
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',
|
||||||
|
@@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 17 07:49:25 UTC 2020 - Matej Cepl <mcepl@suse.com>
|
||||||
|
|
||||||
|
- Don't limit the upper version of dnspython.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Aug 14 21:30:16 UTC 2020 - Matej Cepl <mcepl@suse.com>
|
Fri Aug 14 21:30:16 UTC 2020 - Matej Cepl <mcepl@suse.com>
|
||||||
|
|
||||||
|
@@ -46,10 +46,10 @@ BuildRequires: python-rpm-macros
|
|||||||
BuildRequires: %{python_module pytest}
|
BuildRequires: %{python_module pytest}
|
||||||
BuildRequires: sysconfig-netconfig
|
BuildRequires: sysconfig-netconfig
|
||||||
Requires: netcfg
|
Requires: netcfg
|
||||||
|
Requires: python-dnspython >= 1.15.0
|
||||||
Requires: python-greenlet >= 0.3
|
Requires: python-greenlet >= 0.3
|
||||||
Requires: python-monotonic >= 1.4
|
Requires: python-monotonic >= 1.4
|
||||||
Requires: python-six >= 1.10.0
|
Requires: python-six >= 1.10.0
|
||||||
Requires: (python-dnspython >= 1.15.0 and python-dnspython < 2.0)
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user