commit python-pycares for openSUSE:Factory

2020-03-26 Thread root
Hello community,

here is the log from the commit of package python-pycares for openSUSE:Factory 
checked in at 2020-03-27 00:27:41

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


Package is "python-pycares"

Fri Mar 27 00:27:41 2020 rev:3 rq:786484 version:3.1.1

Changes:

--- /work/SRC/openSUSE:Factory/python-pycares/python-pycares.changes
2019-03-22 15:10:07.149351682 +0100
+++ /work/SRC/openSUSE:Factory/.python-pycares.new.3160/python-pycares.changes  
2020-03-27 00:27:45.812331756 +0100
@@ -1,0 +2,14 @@
+Thu Mar 19 12:52:26 UTC 2020 - Marketa Calabkova 
+
+- Update to 3.1.1
+  * misc: add Python 3.8 classifier
+  * ci: run tests in Python 3.8 too
+  * test: remove no longer valid test
+  * test: remove empty test
+  * errno: return str from errno.strerror
+  * core: fix crash when processing .onion queries
+  * core: fix support for ARES_OPT_LOOKUPS option
+  * misc: simplify non-ascii txt test example
+  * core: fix long TXT record with non-ascii bytes
+
+---

Old:

  pycares-3.0.0.tar.gz

New:

  pycares-3.1.1.tar.gz



Other differences:
--
++ python-pycares.spec ++
--- /var/tmp/diff_new_pack.j3oSYC/_old  2020-03-27 00:27:46.748332230 +0100
+++ /var/tmp/diff_new_pack.j3oSYC/_new  2020-03-27 00:27:46.748332230 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-pycares
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,12 +19,12 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define skip_python2 1
 Name:   python-pycares
-Version:3.0.0
+Version:3.1.1
 Release:0
 Summary:Python interface for c-ares
 License:MIT
 Group:  Development/Languages/Python
-Url:http://github.com/saghul/pycares
+URL:http://github.com/saghul/pycares
 Source: 
https://files.pythonhosted.org/packages/source/p/pycares/pycares-%{version}.tar.gz
 BuildRequires:  %{python_module cffi}
 BuildRequires:  %{python_module devel}

++ pycares-3.0.0.tar.gz -> pycares-3.1.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pycares-3.0.0/ChangeLog new/pycares-3.1.1/ChangeLog
--- old/pycares-3.0.0/ChangeLog 2019-03-02 12:38:02.0 +0100
+++ new/pycares-3.1.1/ChangeLog 2020-01-09 23:03:35.0 +0100
@@ -1,3 +1,27 @@
+Version 3.1.1
+=
+- ffi: new style callbacks
+
+Version 3.1.0
+=
+- misc: add Python 3.8 classifier
+- (origin/master, origin/HEAD) build: use Travis to build Python Wheels
+- ci: use GH Actions to test on macOS
+- ci: run tests in Python 3.8 too
+- test: remove no longer valid test
+- test: remove empty test
+- errno: return str from errno.strerror
+- core: fix crash when processing .onion queries
+- test: fix test_query_txt_multiple_chunked
+- doc: fix path of _version.py file
+- core: fix support for ARES_OPT_LOOKUPS option
+- build: add cygwin support
+- core: fix struct in6_addr alignment
+- misc: simplify non-ascii txt test example
+- core: fix long TXT record with non-ascii bytes
+- build: remove extra add_include_dir line on linux
+- build: fix testing manylinux wheels
+
 Version 3.0.0
 =
 (changes since version 2.x)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pycares-3.0.0/PKG-INFO new/pycares-3.1.1/PKG-INFO
--- old/pycares-3.0.0/PKG-INFO  2019-03-02 12:39:09.0 +0100
+++ new/pycares-3.1.1/PKG-INFO  2020-01-09 23:03:41.0 +0100
@@ -1,14 +1,12 @@
 Metadata-Version: 2.1
 Name: pycares
-Version: 3.0.0
+Version: 3.1.1
 Summary: Python interface for c-ares
 Home-page: http://github.com/saghul/pycares
 Author: Saúl Ibarra Corretgé
 Author-email: s...@saghul.net
 License: UNKNOWN
-Description: 
-
-pycares: Python interface for c-ares
+Description: pycares: Python interface for c-ares
 
 
 .. image:: https://badge.fury.io/py/pycares.png
@@ -20,19 +18,22 @@
 .. image:: 
https://ci.appveyor.com/api/projects/status/vx1wbkfq3l7nm1m8?svg=true
 :target: https://ci.appveyor.com/project/saghul/pycares
 
+.. image:: 
https://github.com/saghul/pycares/workflows/Test%20macOS/badge.svg
+:target: https://github.com/saghul/pycares/actions)
+
 pycares is a Python module which provides an 

commit python-pycares for openSUSE:Factory

2019-03-22 Thread root
Hello community,

here is the log from the commit of package python-pycares for openSUSE:Factory 
checked in at 2019-03-22 15:09:53

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


Package is "python-pycares"

Fri Mar 22 15:09:53 2019 rev:2 rq:687344 version:3.0.0

Changes:

--- /work/SRC/openSUSE:Factory/python-pycares/python-pycares.changes
2019-03-01 16:49:13.885758172 +0100
+++ /work/SRC/openSUSE:Factory/.python-pycares.new.25356/python-pycares.changes 
2019-03-22 15:10:07.149351682 +0100
@@ -1,0 +2,6 @@
+Thu Mar 21 13:59:43 UTC 2019 - Ondřej Súkup 
+
+- update to 3.0.0
+ * first stable version in 3.0 series
+ 
+---

Old:

  pycares-3.0.0b5.tar.gz

New:

  pycares-3.0.0.tar.gz



Other differences:
--
++ python-pycares.spec ++
--- /var/tmp/diff_new_pack.tbQIhG/_old  2019-03-22 15:10:08.441350564 +0100
+++ /var/tmp/diff_new_pack.tbQIhG/_new  2019-03-22 15:10:08.441350564 +0100
@@ -17,8 +17,9 @@
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%define skip_python2 1
 Name:   python-pycares
-Version:3.0.0b5
+Version:3.0.0
 Release:0
 Summary:Python interface for c-ares
 License:MIT

++ pycares-3.0.0b5.tar.gz -> pycares-3.0.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pycares-3.0.0b5/ChangeLog new/pycares-3.0.0/ChangeLog
--- old/pycares-3.0.0b5/ChangeLog   2019-02-15 00:13:40.0 +0100
+++ new/pycares-3.0.0/ChangeLog 2019-03-02 12:38:02.0 +0100
@@ -1,3 +1,13 @@
+Version 3.0.0
+=
+(changes since version 2.x)
+ - core: drop C backend in favor of CFFI
+ - core: drop Python < 3.5 support
+ - core: use None instead of -1 for default values
+ - core: add support for ANY queries
+ - core: automagically encode query names with IDNA
+ - core: add support for ares_search
+
 Version 3.0.0b5
 ===
  - core: add support for ares_search
@@ -8,7 +18,6 @@
  - test: add IDNA test using the query() API
  - cffi: simplify destroying ares channel
 
-
 Version 3.0.0b3
 ===
  - core: reorganize package
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pycares-3.0.0b5/PKG-INFO new/pycares-3.0.0/PKG-INFO
--- old/pycares-3.0.0b5/PKG-INFO2019-02-15 00:15:01.0 +0100
+++ new/pycares-3.0.0/PKG-INFO  2019-03-02 12:39:09.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: pycares
-Version: 3.0.0b5
+Version: 3.0.0
 Summary: Python interface for c-ares
 Home-page: http://github.com/saghul/pycares
 Author: Saúl Ibarra Corretgé
@@ -25,19 +25,6 @@
 DNS requests and name resolutions asynchronously.
 
 
-PLEASE TEST VERSION 3.0.0!
-==
-
-pycares 3.0.0 beta can be installed as follows:
-
-::
-
-   pip install pycares --pre
-
-Note that no binary wheels are provided until a stable release is made.
-
-This new release swaps the C core for the CFFI one, amongst other 
things. Please give it a try and report any issues!
-
 Documentation
 =
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pycares-3.0.0b5/README.rst 
new/pycares-3.0.0/README.rst
--- old/pycares-3.0.0b5/README.rst  2019-01-23 08:55:16.0 +0100
+++ new/pycares-3.0.0/README.rst2019-03-02 12:34:46.0 +0100
@@ -17,19 +17,6 @@
 DNS requests and name resolutions asynchronously.
 
 
-PLEASE TEST VERSION 3.0.0!
-==
-
-pycares 3.0.0 beta can be installed as follows:
-
-::
-
-   pip install pycares --pre
-
-Note that no binary wheels are provided until a stable release is made.
-
-This new release swaps the C core for the CFFI one, amongst other things. 
Please give it a try and report any issues!
-
 Documentation
 =
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pycares-3.0.0b5/src/pycares/_version.py 
new/pycares-3.0.0/src/pycares/_version.py
--- old/pycares-3.0.0b5/src/pycares/_version.py 2019-02-15 00:13:04.0 
+0100
+++ new/pycares-3.0.0/src/pycares/_version.py   2019-03-02 12:35:25.0 
+0100
@@ -1,2 +1,2 @@
 
-__version__ = '3.0.0b5'
+__version__ = '3.0.0'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pycares-3.0.0b5/src/pycares.egg-info/PKG-INFO 
new/pycares-3.0.0/src/pycares.egg-info/PKG-INFO
--- 

commit python-pycares for openSUSE:Factory

2019-03-01 Thread root
Hello community,

here is the log from the commit of package python-pycares for openSUSE:Factory 
checked in at 2019-03-01 16:49:11

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


Package is "python-pycares"

Fri Mar  1 16:49:11 2019 rev:1 rq:680394 version:3.0.0b5

Changes:

New Changes file:

--- /dev/null   2018-10-29 14:05:42.522318975 +0100
+++ /work/SRC/openSUSE:Factory/.python-pycares.new.28833/python-pycares.changes 
2019-03-01 16:49:13.885758172 +0100
@@ -0,0 +1,4 @@
+---
+Fri Mar  1 07:55:18 UTC 2019 - Ondřej Súkup 
+
+- initial commit 

New:

  pycares-3.0.0b5.tar.gz
  python-pycares.changes
  python-pycares.spec



Other differences:
--
++ python-pycares.spec ++
#
# spec file for package python-pycares
#
# 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via https://bugs.opensuse.org/
#


%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name:   python-pycares
Version:3.0.0b5
Release:0
Summary:Python interface for c-ares
License:MIT
Group:  Development/Languages/Python
Url:http://github.com/saghul/pycares
Source: 
https://files.pythonhosted.org/packages/source/p/pycares/pycares-%{version}.tar.gz
BuildRequires:  %{python_module cffi}
BuildRequires:  %{python_module devel}
BuildRequires:  %{python_module setuptools}
BuildRequires:  fdupes
BuildRequires:  gcc
BuildRequires:  python-rpm-macros
Requires:   python-cffi
Recommends: python-idna
%python_subpackages

%description
pycares is a Python module which provides an interface to
c-ares. c-ares is a C library that performs DNS requests and name
resolutions asynchronously

%prep
%setup -q -n pycares-%{version}
rm -Rf

%build
%python_build

%install
%python_install
%python_expand %fdupes %{buildroot}%{$python_sitearch}

%files %{python_files}
%license LICENSE
%doc ChangeLog README.rst
%{python_sitearch}/*

%changelog