From b85bed06a090264a8df46108f972613824794e812559f3b3fae678f4d8857c0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Tue, 4 Jun 2019 14:48:01 +0000 Subject: [PATCH 1/7] - Add python-typing_extension >= 3.6.5 to requires OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-aiohttp?expand=0&rev=35 --- python-aiohttp.changes | 5 +++++ python-aiohttp.spec | 1 + 2 files changed, 6 insertions(+) diff --git a/python-aiohttp.changes b/python-aiohttp.changes index fd29512..3990108 100644 --- a/python-aiohttp.changes +++ b/python-aiohttp.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Jun 4 14:47:20 UTC 2019 - Ondřej Súkup + +- Add python-typing_extension >= 3.6.5 to requires + ------------------------------------------------------------------- Wed Feb 27 14:25:09 UTC 2019 - Ondřej Súkup diff --git a/python-aiohttp.spec b/python-aiohttp.spec index 9241bb6..436979e 100644 --- a/python-aiohttp.spec +++ b/python-aiohttp.spec @@ -58,6 +58,7 @@ BuildRequires: %{python_module pytest-timeout} BuildRequires: %{python_module pytest-xdist} BuildRequires: %{python_module pytest} BuildRequires: %{python_module trustme} +BuildRequires: %{python_module typing_extension >= 3.6.5} BuildRequires: %{python_module yarl >= 1.0} # /SECTION # SECTION docs From c76de5f140b5f6e775129bdd8b6322007cd07b321bc20e39b4dafb56215535d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Tue, 4 Jun 2019 14:50:50 +0000 Subject: [PATCH 2/7] fix OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-aiohttp?expand=0&rev=36 --- python-aiohttp.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-aiohttp.spec b/python-aiohttp.spec index 436979e..92d6a91 100644 --- a/python-aiohttp.spec +++ b/python-aiohttp.spec @@ -58,7 +58,7 @@ BuildRequires: %{python_module pytest-timeout} BuildRequires: %{python_module pytest-xdist} BuildRequires: %{python_module pytest} BuildRequires: %{python_module trustme} -BuildRequires: %{python_module typing_extension >= 3.6.5} +BuildRequires: %{python_module typing_extensions >= 3.6.5} BuildRequires: %{python_module yarl >= 1.0} # /SECTION # SECTION docs From b18e7befd29eb1ce5e7eb685b82f04475e33e1925b6956828b233c66bec3271b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Tue, 4 Jun 2019 14:58:04 +0000 Subject: [PATCH 3/7] add idna OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-aiohttp?expand=0&rev=37 --- python-aiohttp.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/python-aiohttp.spec b/python-aiohttp.spec index 92d6a91..7cea1e6 100644 --- a/python-aiohttp.spec +++ b/python-aiohttp.spec @@ -49,6 +49,7 @@ BuildRequires: %{python_module attrs >= 17.3.0} BuildRequires: %{python_module brotlipy} BuildRequires: %{python_module chardet >= 2.0} BuildRequires: %{python_module gunicorn} +BuildRequires: %{python_module idna_ssl >= 1.0} BuildRequires: %{python_module multidict >= 4.0} BuildRequires: %{python_module pluggy} BuildRequires: %{python_module pytest-cov} From 2dcf5a717227de43ed3dc83965971c983a96b116e7e0fa2041eb541538e2adaf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Tue, 4 Jun 2019 15:02:58 +0000 Subject: [PATCH 4/7] fix reqs 1 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-aiohttp?expand=0&rev=38 --- python-aiohttp.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-aiohttp.spec b/python-aiohttp.spec index 7cea1e6..23da36b 100644 --- a/python-aiohttp.spec +++ b/python-aiohttp.spec @@ -28,7 +28,9 @@ URL: https://github.com/aio-libs/aiohttp Source: https://files.pythonhosted.org/packages/source/a/aiohttp/aiohttp-%{version}.tar.gz BuildRequires: %{python_module Cython} BuildRequires: %{python_module devel >= 3.5.3} +BuildRequires: %{python_module idna_ssl >= 1.0} BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module typing_extensions >= 3.6.5} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python >= 3.5.3 @@ -37,7 +39,10 @@ Requires: python-attrs >= 17.3.0 Requires: python-brotlipy Requires: python-chardet >= 2.0 Requires: python-gunicorn +Requires: python-idna_ssl Requires: python-multidict >= 4.0 +Requires: python-typing_extensions +Requires: python-yarl >= 1.0 Requires: python-yarl >= 1.0 Recommends: python-aiodns Recommends: python-cChardet @@ -49,7 +54,6 @@ BuildRequires: %{python_module attrs >= 17.3.0} BuildRequires: %{python_module brotlipy} BuildRequires: %{python_module chardet >= 2.0} BuildRequires: %{python_module gunicorn} -BuildRequires: %{python_module idna_ssl >= 1.0} BuildRequires: %{python_module multidict >= 4.0} BuildRequires: %{python_module pluggy} BuildRequires: %{python_module pytest-cov} @@ -59,7 +63,6 @@ BuildRequires: %{python_module pytest-timeout} BuildRequires: %{python_module pytest-xdist} BuildRequires: %{python_module pytest} BuildRequires: %{python_module trustme} -BuildRequires: %{python_module typing_extensions >= 3.6.5} BuildRequires: %{python_module yarl >= 1.0} # /SECTION # SECTION docs From 4ddb535369f07568f9fd582656069be2cc044fe5d6af6235fbadf88ae5c1310c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Tue, 4 Jun 2019 15:42:37 +0000 Subject: [PATCH 5/7] xx OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-aiohttp?expand=0&rev=39 --- python-aiohttp.spec | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/python-aiohttp.spec b/python-aiohttp.spec index 23da36b..5199779 100644 --- a/python-aiohttp.spec +++ b/python-aiohttp.spec @@ -27,10 +27,18 @@ Group: Development/Languages/Python URL: https://github.com/aio-libs/aiohttp Source: https://files.pythonhosted.org/packages/source/a/aiohttp/aiohttp-%{version}.tar.gz BuildRequires: %{python_module Cython} +BuildRequires: %{python_module async_timeout >= 3.0} +BuildRequires: %{python_module attrs >= 17.3.0} +BuildRequires: %{python_module chardet >= 2.0} BuildRequires: %{python_module devel >= 3.5.3} -BuildRequires: %{python_module idna_ssl >= 1.0} +BuildRequires: %{python_module multidict >= 4.0} BuildRequires: %{python_module setuptools} +%if %python3_version_nodots < 37 +BuildRequires: %{python_module idna_ssl >= 1.0} BuildRequires: %{python_module typing_extensions >= 3.6.5} +Requires: python-idna_ssl +Requires: python-typing_extensions +%endif BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python >= 3.5.3 @@ -39,9 +47,7 @@ Requires: python-attrs >= 17.3.0 Requires: python-brotlipy Requires: python-chardet >= 2.0 Requires: python-gunicorn -Requires: python-idna_ssl Requires: python-multidict >= 4.0 -Requires: python-typing_extensions Requires: python-yarl >= 1.0 Requires: python-yarl >= 1.0 Recommends: python-aiodns @@ -49,12 +55,8 @@ Recommends: python-cChardet Suggests: %{name}-doc # SECTION test requirements BuildRequires: %{python_module async_generator} -BuildRequires: %{python_module async_timeout >= 3.0} -BuildRequires: %{python_module attrs >= 17.3.0} BuildRequires: %{python_module brotlipy} -BuildRequires: %{python_module chardet >= 2.0} BuildRequires: %{python_module gunicorn} -BuildRequires: %{python_module multidict >= 4.0} BuildRequires: %{python_module pluggy} BuildRequires: %{python_module pytest-cov} BuildRequires: %{python_module pytest-mock} From dc4e593a2c19b49d40e1f74b64656abc2878030e6403e465f12a9fb4648e59c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Tue, 4 Jun 2019 15:45:18 +0000 Subject: [PATCH 6/7] fix OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-aiohttp?expand=0&rev=40 --- python-aiohttp.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-aiohttp.spec b/python-aiohttp.spec index 5199779..3c0b3d2 100644 --- a/python-aiohttp.spec +++ b/python-aiohttp.spec @@ -33,7 +33,7 @@ BuildRequires: %{python_module chardet >= 2.0} BuildRequires: %{python_module devel >= 3.5.3} BuildRequires: %{python_module multidict >= 4.0} BuildRequires: %{python_module setuptools} -%if %python3_version_nodots < 37 +%if 0%{suse_version} < 1550 BuildRequires: %{python_module idna_ssl >= 1.0} BuildRequires: %{python_module typing_extensions >= 3.6.5} Requires: python-idna_ssl From 0109f0f21a04dc58d75c02248760c010d0bf2b235c567e93a419da0277883e8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Tue, 4 Jun 2019 15:49:48 +0000 Subject: [PATCH 7/7] - Fix Requires and BuildRequires OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-aiohttp?expand=0&rev=41 --- python-aiohttp.changes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-aiohttp.changes b/python-aiohttp.changes index 3990108..3ab0e36 100644 --- a/python-aiohttp.changes +++ b/python-aiohttp.changes @@ -1,7 +1,7 @@ ------------------------------------------------------------------- Tue Jun 4 14:47:20 UTC 2019 - Ondřej Súkup -- Add python-typing_extension >= 3.6.5 to requires +- Fix Requires and BuildRequires ------------------------------------------------------------------- Wed Feb 27 14:25:09 UTC 2019 - Ondřej Súkup