Hello community,

here is the log from the commit of package python-astroid for openSUSE:Factory 
checked in at 2019-11-22 10:24:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-astroid (Old)
 and      /work/SRC/openSUSE:Factory/.python-astroid.new.26869 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-astroid"

Fri Nov 22 10:24:28 2019 rev:22 rq:748640 version:2.3.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-astroid/python-astroid.changes    
2019-11-04 17:13:54.564742068 +0100
+++ /work/SRC/openSUSE:Factory/.python-astroid.new.26869/python-astroid.changes 
2019-11-22 10:24:31.621289422 +0100
@@ -1,0 +2,7 @@
+Thu Nov 14 11:24:24 CET 2019 - Matej Cepl <mc...@suse.com>
+
+- Update to 2.3.3:
+  * Update six version to 1.13.
+- Update unpin-deps.patch
+
+-------------------------------------------------------------------

Old:
----
  astroid-2.3.2.tar.gz

New:
----
  astroid-2.3.3.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-astroid.spec ++++++
--- /var/tmp/diff_new_pack.02BIz2/_old  2019-11-22 10:24:33.137288975 +0100
+++ /var/tmp/diff_new_pack.02BIz2/_new  2019-11-22 10:24:33.145288972 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-astroid
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LLC.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
 %define skip_python2 1
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-astroid
-Version:        2.3.2
+Version:        2.3.3
 Release:        0
 Summary:        Representation of Python source as an AST for pylint
 License:        LGPL-2.1-or-later

++++++ astroid-2.3.2.tar.gz -> astroid-2.3.3.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/astroid-2.3.2/ChangeLog new/astroid-2.3.3/ChangeLog
--- old/astroid-2.3.2/ChangeLog 2019-10-18 11:16:13.000000000 +0200
+++ new/astroid-2.3.3/ChangeLog 2019-11-06 19:41:21.000000000 +0100
@@ -2,6 +2,13 @@
 astroid's ChangeLog
 ===================
 
+What's New in astroid 2.3.3?
+============================
+Release Date: 2019-11-06
+
+* Relaxed `six` dependency.
+
+
 What's New in astroid 2.3.2?
 ============================
 Release Date: 2019-10-18
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/astroid-2.3.2/PKG-INFO new/astroid-2.3.3/PKG-INFO
--- old/astroid-2.3.2/PKG-INFO  2019-10-18 11:17:53.000000000 +0200
+++ new/astroid-2.3.3/PKG-INFO  2019-11-06 19:42:59.000000000 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.2
 Name: astroid
-Version: 2.3.2
+Version: 2.3.3
 Summary: An abstract syntax tree for Python with inference support.
 Home-page: https://github.com/PyCQA/astroid
 Author: Python Code Quality Authority
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/astroid-2.3.2/astroid/__pkginfo__.py 
new/astroid-2.3.3/astroid/__pkginfo__.py
--- old/astroid-2.3.2/astroid/__pkginfo__.py    2019-10-18 11:16:13.000000000 
+0200
+++ new/astroid-2.3.3/astroid/__pkginfo__.py    2019-11-06 19:41:21.000000000 
+0100
@@ -17,13 +17,13 @@
 
 """astroid packaging information"""
 
-version = "2.3.2"
+version = "2.3.3"
 numversion = tuple(int(elem) for elem in version.split(".") if elem.isdigit())
 
 extras_require = {}
 install_requires = [
     "lazy_object_proxy==1.4.*",
-    "six==1.12",
+    "six~=1.12",
     "wrapt==1.11.*",
     'typed-ast>=1.4.0,<1.5;implementation_name== "cpython" and 
python_version<"3.8"',
 ]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/astroid-2.3.2/astroid.egg-info/PKG-INFO 
new/astroid-2.3.3/astroid.egg-info/PKG-INFO
--- old/astroid-2.3.2/astroid.egg-info/PKG-INFO 2019-10-18 11:17:53.000000000 
+0200
+++ new/astroid-2.3.3/astroid.egg-info/PKG-INFO 2019-11-06 19:42:59.000000000 
+0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.2
 Name: astroid
-Version: 2.3.2
+Version: 2.3.3
 Summary: An abstract syntax tree for Python with inference support.
 Home-page: https://github.com/PyCQA/astroid
 Author: Python Code Quality Authority
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/astroid-2.3.2/astroid.egg-info/requires.txt 
new/astroid-2.3.3/astroid.egg-info/requires.txt
--- old/astroid-2.3.2/astroid.egg-info/requires.txt     2019-10-18 
11:17:53.000000000 +0200
+++ new/astroid-2.3.3/astroid.egg-info/requires.txt     2019-11-06 
19:42:59.000000000 +0100
@@ -1,5 +1,5 @@
 lazy_object_proxy==1.4.*
-six==1.12
+six~=1.12
 wrapt==1.11.*
 
 [:implementation_name == "cpython" and python_version < "3.8"]

++++++ unpin-deps.patch ++++++
--- /var/tmp/diff_new_pack.02BIz2/_old  2019-11-22 10:24:33.257288940 +0100
+++ /var/tmp/diff_new_pack.02BIz2/_new  2019-11-22 10:24:33.261288938 +0100
@@ -1,17 +1,14 @@
-Index: astroid-2.3.1/astroid/__pkginfo__.py
-===================================================================
---- astroid-2.3.1.orig/astroid/__pkginfo__.py
-+++ astroid-2.3.1/astroid/__pkginfo__.py
+--- a/astroid/__pkginfo__.py
++++ b/astroid/__pkginfo__.py
 @@ -22,10 +22,10 @@ numversion = tuple(int(elem) for elem in
  
  extras_require = {}
  install_requires = [
 -    "lazy_object_proxy==1.4.*",
--    "six==1.12",
++    "lazy_object_proxy>=1.4",
+     "six~=1.12",
 -    "wrapt==1.11.*",
 -    'typed-ast>=1.4.0,<1.5;implementation_name== "cpython" and 
python_version<"3.8"',
-+    "lazy_object_proxy>=1.4",
-+    "six>=1.12",
 +    "wrapt>=1.11",
 +    'typed-ast>=1.4.0;implementation_name== "cpython" and 
python_version<"3.7"',
  ]


Reply via email to