From a53bce92dedc243be0fbd510820e2f90a1bf4910fb9280148bf92141fa182783 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Thu, 21 Mar 2019 14:01:45 +0000 Subject: [PATCH 1/2] - update to 3.0.0 * first stable version in 3.0 series OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pycares?expand=0&rev=3 --- pycares-3.0.0.tar.gz | 3 +++ pycares-3.0.0b5.tar.gz | 3 --- python-pycares.changes | 6 ++++++ python-pycares.spec | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) create mode 100644 pycares-3.0.0.tar.gz delete mode 100644 pycares-3.0.0b5.tar.gz diff --git a/pycares-3.0.0.tar.gz b/pycares-3.0.0.tar.gz new file mode 100644 index 0000000..4155e00 --- /dev/null +++ b/pycares-3.0.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b253f5dcaa0ac7076b79388a3ac80dd8f3bd979108f813baade40d3a9b8bf0bd +size 211207 diff --git a/pycares-3.0.0b5.tar.gz b/pycares-3.0.0b5.tar.gz deleted file mode 100644 index daf542a..0000000 --- a/pycares-3.0.0b5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d2e7d6ef924a3fbb3a30a9a7861681ad499548c66b127823cfecef721c678222 -size 211496 diff --git a/python-pycares.changes b/python-pycares.changes index a66bdbf..f367994 100644 --- a/python-pycares.changes +++ b/python-pycares.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Mar 21 13:59:43 UTC 2019 - Ondřej Súkup + +- update to 3.0.0 + * first stable version in 3.0 series + ------------------------------------------------------------------- Fri Mar 1 07:55:18 UTC 2019 - Ondřej Súkup diff --git a/python-pycares.spec b/python-pycares.spec index e746507..b2da95b 100644 --- a/python-pycares.spec +++ b/python-pycares.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-pycares -Version: 3.0.0b5 +Version: 3.0.0 Release: 0 Summary: Python interface for c-ares License: MIT From 49e0d049d5c4565d96fa329413b618d39dc1c07f5225ccfcf3eda0c9b95e9f7c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Thu, 21 Mar 2019 14:03:08 +0000 Subject: [PATCH 2/2] disable p2 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pycares?expand=0&rev=4 --- python-pycares.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/python-pycares.spec b/python-pycares.spec index b2da95b..249c64f 100644 --- a/python-pycares.spec +++ b/python-pycares.spec @@ -17,6 +17,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} +%define skip_python2 1 Name: python-pycares Version: 3.0.0 Release: 0