commit python-python-whois for openSUSE:Factory

2019-09-11 Thread root
Hello community,

here is the log from the commit of package python-python-whois for 
openSUSE:Factory checked in at 2019-09-11 10:35:59

Comparing /work/SRC/openSUSE:Factory/python-python-whois (Old)
 and  /work/SRC/openSUSE:Factory/.python-python-whois.new.7948 (New)


Package is "python-python-whois"

Wed Sep 11 10:35:59 2019 rev:5 rq:729807 version:0.7.2

Changes:

--- /work/SRC/openSUSE:Factory/python-python-whois/python-python-whois.changes  
2019-05-13 14:49:24.794618428 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-python-whois.new.7948/python-python-whois.changes
2019-09-11 10:36:02.675284881 +0200
@@ -1,0 +2,6 @@
+Tue Sep 10 11:00:32 UTC 2019 - Tomáš Chvátal 
+
+- Update to 0.7.2:
+  * no changelog available
+
+---

Old:

  python-whois-0.7.1.tar.gz

New:

  python-whois-0.7.2.tar.gz



Other differences:
--
++ python-python-whois.spec ++
--- /var/tmp/diff_new_pack.7ltzHt/_old  2019-09-11 10:36:03.363284681 +0200
+++ /var/tmp/diff_new_pack.7ltzHt/_new  2019-09-11 10:36:03.363284681 +0200
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-python-whois
-Version:0.7.1
+Version:0.7.2
 Release:0
 Summary:Whois querying and parsing of domain registration information
 License:MIT
@@ -29,7 +29,7 @@
 BuildRequires:  python-rpm-macros
 # SECTION test requirements
 BuildRequires:  %{python_module future}
-BuildRequires:  %{python_module nose}
+BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module simplejson}
 # /SECTION
 BuildRequires:  fdupes
@@ -57,7 +57,9 @@
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
-%python_exec setup.py test
+# test_ipv4 test_ipv6 - online check
+# test_il_parse - online check
+%pytest -k 'not (test_ipv4 or test_ipv6 or test_il_parse)'
 
 %files %{python_files}
 %doc README.rst

++ python-whois-0.7.1.tar.gz -> python-whois-0.7.2.tar.gz ++
 2826 lines of diff (skipped)




commit python-python-whois for openSUSE:Factory

2019-05-13 Thread root
Hello community,

here is the log from the commit of package python-python-whois for 
openSUSE:Factory checked in at 2019-05-13 14:49:22

Comparing /work/SRC/openSUSE:Factory/python-python-whois (Old)
 and  /work/SRC/openSUSE:Factory/.python-python-whois.new.5148 (New)


Package is "python-python-whois"

Mon May 13 14:49:22 2019 rev:4 rq:701015 version:0.7.1

Changes:

--- /work/SRC/openSUSE:Factory/python-python-whois/python-python-whois.changes  
2018-12-24 11:42:46.613378449 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-python-whois.new.5148/python-python-whois.changes
2019-05-13 14:49:24.794618428 +0200
@@ -1,0 +2,6 @@
+Fri May  3 18:03:51 UTC 2019 - Sebastian Wagner 
+
+- update to version 0.7.1:
+ * no changelog available
+
+---

Old:

  python-whois-0.7.0.tar.gz

New:

  python-whois-0.7.1.tar.gz



Other differences:
--
++ python-python-whois.spec ++
--- /var/tmp/diff_new_pack.I75lNs/_old  2019-05-13 14:49:25.582620414 +0200
+++ /var/tmp/diff_new_pack.I75lNs/_new  2019-05-13 14:49:25.590620434 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-python-whois
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-python-whois
-Version:0.7.0
+Version:0.7.1
 Release:0
 Summary:Whois querying and parsing of domain registration information
 License:MIT

++ python-whois-0.7.0.tar.gz -> python-whois-0.7.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-whois-0.7.0/PKG-INFO 
new/python-whois-0.7.1/PKG-INFO
--- old/python-whois-0.7.0/PKG-INFO 2018-04-24 17:32:19.0 +0200
+++ new/python-whois-0.7.1/PKG-INFO 2018-12-06 20:20:47.0 +0100
@@ -1,12 +1,123 @@
-Metadata-Version: 1.1
+Metadata-Version: 2.1
 Name: python-whois
-Version: 0.7.0
+Version: 0.7.1
 Summary: Whois querying and parsing of domain registration information.
 Home-page: https://bitbucket.org/richardpenman/pywhois
 Author: Richard Penman
 Author-email: rich...@webscraping.com
 License: MIT
-Description: UNKNOWN
+Description: Goal
+
+
+-  Create a simple importable Python module which will produce parsed
+   WHOIS data for a given domain.
+-  Able to extract data for all the popular TLDs (com, org, net, ...)
+-  Query a WHOIS server directly instead of going through an
+   intermediate web service like many others do.
+-  Works with Python 2 & 3
+
+
+
+Example
+===
+
+.. sourcecode:: python
+
+>>> import whois
+>>> w = whois.whois('webscraping.com')
+>>> w.expiration_date  # dates converted to datetime object
+datetime.datetime(2013, 6, 26, 0, 0)
+>>> w.text  # the content downloaded from whois server
+u'\nWhois Server Version 2.0\n\nDomain names in the .com and .net 
+...'
+
+>>> print w  # print values of all found attributes
+creation_date: 2004-06-26 00:00:00
+domain_name: [u'WEBSCRAPING.COM', u'WEBSCRAPING.COM']
+emails: [u'webscraping@domainsbyproxy.com', 
u'webscraping@domainsbyproxy.com']
+expiration_date: 2013-06-26 00:00:00
+...
+
+
+
+Install
+===
+
+Install from pypi:
+
+.. sourcecode:: bash
+
+$ pip install python-whois
+
+Or checkout latest version from repository:
+
+.. sourcecode:: bash
+
+$ hg clone https://bitbucket.org/richardpenman/pywhois
+
+Note that then you will need to manually install the futures module, 
which allows supporting both Python 2 & 3:
+
+
+.. sourcecode:: bash
+
+$ pip install futures
+
+Run test cases for python 2 & 3:
+
+.. sourcecode:: bash
+
+$ python -m unittest discover test
+.
+
--
+Ran 13 tests in 0.812s
+
+OK
+
+$ python3 -m unittest discover test
+.
+

commit python-python-whois for openSUSE:Factory

2018-12-24 Thread root
Hello community,

here is the log from the commit of package python-python-whois for 
openSUSE:Factory checked in at 2018-12-24 11:42:45

Comparing /work/SRC/openSUSE:Factory/python-python-whois (Old)
 and  /work/SRC/openSUSE:Factory/.python-python-whois.new.28833 (New)


Package is "python-python-whois"

Mon Dec 24 11:42:45 2018 rev:3 rq:659620 version:0.7.0

Changes:

--- /work/SRC/openSUSE:Factory/python-python-whois/python-python-whois.changes  
2018-05-11 14:27:55.348860669 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-python-whois.new.28833/python-python-whois.changes
   2018-12-24 11:42:46.613378449 +0100
@@ -1,0 +2,5 @@
+Tue Dec  4 12:53:12 UTC 2018 - Matej Cepl 
+
+- Remove superfluous devel dependency for noarch package
+
+---



Other differences:
--
++ python-python-whois.spec ++
--- /var/tmp/diff_new_pack.8gNF3l/_old  2018-12-24 11:42:47.081378033 +0100
+++ /var/tmp/diff_new_pack.8gNF3l/_new  2018-12-24 11:42:47.081378033 +0100
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -25,7 +25,6 @@
 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_module devel}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  python-rpm-macros
 # SECTION test requirements




commit python-python-whois for openSUSE:Factory

2018-05-11 Thread root
Hello community,

here is the log from the commit of package python-python-whois for 
openSUSE:Factory checked in at 2018-05-11 14:27:53

Comparing /work/SRC/openSUSE:Factory/python-python-whois (Old)
 and  /work/SRC/openSUSE:Factory/.python-python-whois.new (New)


Package is "python-python-whois"

Fri May 11 14:27:53 2018 rev:2 rq:603208 version:0.7.0

Changes:

--- /work/SRC/openSUSE:Factory/python-python-whois/python-python-whois.changes  
2017-12-14 11:00:02.608199201 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-python-whois.new/python-python-whois.changes 
2018-05-11 14:27:55.348860669 +0200
@@ -1,0 +2,17 @@
+Sun Apr 29 17:34:24 UTC 2018 - sebix+novell@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@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
+
+---

Old:

  python-whois-0.6.7.tar.gz

New:

  python-whois-0.7.0.tar.gz



Other differences:
--
++ python-python-whois.spec ++
--- /var/tmp/diff_new_pack.L48HEn/_old  2018-05-11 14:27:56.416821866 +0200
+++ /var/tmp/diff_new_pack.L48HEn/_new  2018-05-11 14:27:56.420821721 +0200
@@ -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.7.0
 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}

++ python-whois-0.6.7.tar.gz -> python-whois-0.7.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-whois-0.6.7/PKG-INFO 
new/python-whois-0.7.0/PKG-INFO
--- old/python-whois-0.6.7/PKG-INFO 2017-12-02 00:18:24.0 +0100
+++ new/python-whois-0.7.0/PKG-INFO 2018-04-24 17:32:19.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: python-whois
-Version: 0.6.7
+Version: 0.7.0
 Summary: Whois querying and parsing of domain registration information.
 Home-page: https://bitbucket.org/richardpenman/pywhois
 Author: Richard Penman
@@ -15,3 +15,5 @@
 Classifier: Operating System :: OS Independent
 Classifier: Programming Language :: Python
 Classifier: Topic :: Internet :: WWW/HTTP
+Classifier: Programming Language :: Python :: 2
+Classifier: Programming Language :: Python :: 3
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-whois-0.6.7/python_whois.egg-info/PKG-INFO 
new/python-whois-0.7.0/python_whois.egg-info/PKG-INFO
--- old/python-whois-0.6.7/python_whois.egg-info/PKG-INFO   2017-12-02 
00:18:24.0 +0100
+++ new/python-whois-0.7.0/python_whois.egg-info/PKG-INFO   2018-04-24 
17:32:18.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: python-whois
-Version: 0.6.7
+Version: 0.7.0
 Summary: Whois querying and parsing of domain registration information.
 Home-page: https://bitbucket.org/richardpenman/pywhois
 Author: Richard Penman
@@ -15,3 +15,5 @@
 Classifier: Operating System :: OS Independent
 Classifier: Programming Language :: Python
 Classifier: Topic :: Internet :: WWW/HTTP
+Classifier: Programming Language :: Python :: 2
+Classifier: Programming Language :: Python :: 3
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-whois-0.6.7/setup.cfg 
new/python-whois-0.7.0/setup.cfg
--- old/python-whois-0.6.7/setup.cfg2017-12-02 00:18:24.0 +0100
+++