From 6c5365674c0719aeb6c4daa2cd430029c55527353ee29f19160df85d933e964d Mon Sep 17 00:00:00 2001 From: Sebastian Wagner Date: Wed, 21 Mar 2018 19:41:12 +0000 Subject: [PATCH 1/2] - update typo version 0.6.9: * fix .me - update typo version 0.6.8: * support for .cat, .ie, .space, .nz * dealing with multiple dates improved * fixes for Python 3 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-whois?expand=0&rev=3 --- python-python-whois.changes | 10 ++++++++++ python-python-whois.spec | 11 ++++++----- python-whois-0.6.7.tar.gz | 3 --- python-whois-0.6.9.tar.gz | 3 +++ 4 files changed, 19 insertions(+), 8 deletions(-) delete mode 100644 python-whois-0.6.7.tar.gz create mode 100644 python-whois-0.6.9.tar.gz diff --git a/python-python-whois.changes b/python-python-whois.changes index bd667e4..a36f0fb 100644 --- a/python-python-whois.changes +++ b/python-python-whois.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Wed Mar 21 19:34:15 UTC 2018 - sebix+novell.com@sebix.at + +- update typo version 0.6.9: + * fix .me +- update typo version 0.6.8: + * support for .cat, .ie, .space, .nz + * dealing with multiple dates improved + * fixes for Python 3 + ------------------------------------------------------------------- Thu Dec 7 13:52:18 UTC 2017 - sebix+novell.com@sebix.at diff --git a/python-python-whois.spec b/python-python-whois.spec index 9f03b93..8e731ea 100644 --- a/python-python-whois.spec +++ b/python-python-whois.spec @@ -1,7 +1,7 @@ # # spec file for package python-python-whois # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -13,20 +13,21 @@ # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ +# %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-python-whois -Version: 0.6.7 +Version: 0.6.9 Release: 0 -License: MIT Summary: Whois querying and parsing of domain registration information -Url: https://bitbucket.org/richardpenman/pywhois +License: MIT Group: Development/Languages/Python +Url: https://bitbucket.org/richardpenman/pywhois Source: https://files.pythonhosted.org/packages/source/p/python-whois/python-whois-%{version}.tar.gz -BuildRequires: python-rpm-macros BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools} +BuildRequires: python-rpm-macros # SECTION test requirements BuildRequires: %{python_module future} BuildRequires: %{python_module nose} diff --git a/python-whois-0.6.7.tar.gz b/python-whois-0.6.7.tar.gz deleted file mode 100644 index bf84527..0000000 --- a/python-whois-0.6.7.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d551cb8956335a28fb1b5fc090002ca9d090ff293dbe8f8f70420ba6bffe50e7 -size 81194 diff --git a/python-whois-0.6.9.tar.gz b/python-whois-0.6.9.tar.gz new file mode 100644 index 0000000..5b487ec --- /dev/null +++ b/python-whois-0.6.9.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a02e263b63c345f2e81852c5d7827c5e877d4576678ab5d6f7cadaa814acd516 +size 82175 From 3ffc276b05cd198074ff7dd35b5deb926c8abc86be790e94b73b7b3bf96431db Mon Sep 17 00:00:00 2001 From: Sebastian Wagner Date: Sun, 29 Apr 2018 18:41:32 +0000 Subject: [PATCH 2/2] - update to version 0.7.0: * support for .lu, cz * fix for .eu OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-whois?expand=0&rev=4 --- python-python-whois.changes | 7 +++++++ python-python-whois.spec | 2 +- python-whois-0.6.9.tar.gz | 3 --- python-whois-0.7.0.tar.gz | 3 +++ 4 files changed, 11 insertions(+), 4 deletions(-) delete mode 100644 python-whois-0.6.9.tar.gz create mode 100644 python-whois-0.7.0.tar.gz diff --git a/python-python-whois.changes b/python-python-whois.changes index a36f0fb..2ee269b 100644 --- a/python-python-whois.changes +++ b/python-python-whois.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sun Apr 29 17:34:24 UTC 2018 - sebix+novell.com@sebix.at + +- update to version 0.7.0: + * support for .lu, cz + * fix for .eu + ------------------------------------------------------------------- Wed Mar 21 19:34:15 UTC 2018 - sebix+novell.com@sebix.at diff --git a/python-python-whois.spec b/python-python-whois.spec index 8e731ea..cf4ff52 100644 --- a/python-python-whois.spec +++ b/python-python-whois.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-python-whois -Version: 0.6.9 +Version: 0.7.0 Release: 0 Summary: Whois querying and parsing of domain registration information License: MIT diff --git a/python-whois-0.6.9.tar.gz b/python-whois-0.6.9.tar.gz deleted file mode 100644 index 5b487ec..0000000 --- a/python-whois-0.6.9.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a02e263b63c345f2e81852c5d7827c5e877d4576678ab5d6f7cadaa814acd516 -size 82175 diff --git a/python-whois-0.7.0.tar.gz b/python-whois-0.7.0.tar.gz new file mode 100644 index 0000000..dc72edc --- /dev/null +++ b/python-whois-0.7.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39b187060c8f798f381f7ee119d44bda564cee3fc2190e56ff8d0c3332286cf7 +size 82497