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 <[email protected]>
+
+- 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.000000000 +0100
+++ new/pycares-3.0.0/ChangeLog 2019-03-02 12:38:02.000000000 +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-INFO        2019-02-15 00:15:01.000000000 +0100
+++ new/pycares-3.0.0/PKG-INFO  2019-03-02 12:39:09.000000000 +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.000000000 +0100
+++ new/pycares-3.0.0/README.rst        2019-03-02 12:34:46.000000000 +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.000000000 
+0100
+++ new/pycares-3.0.0/src/pycares/_version.py   2019-03-02 12:35:25.000000000 
+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
--- old/pycares-3.0.0b5/src/pycares.egg-info/PKG-INFO   2019-02-15 
00:15:01.000000000 +0100
+++ new/pycares-3.0.0/src/pycares.egg-info/PKG-INFO     2019-03-02 
12:39:09.000000000 +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
         =============
         


Reply via email to