14
0

- 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
This commit is contained in:
Sebastian Wagner
2018-03-21 19:41:12 +00:00
committed by Git OBS Bridge
parent cb6df78413
commit 6c5365674c
4 changed files with 19 additions and 8 deletions

View File

@@ -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}