Hello community,

here is the log from the commit of package python-typed-ast for 
openSUSE:Factory checked in at 2020-02-03 11:10:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-typed-ast (Old)
 and      /work/SRC/openSUSE:Factory/.python-typed-ast.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-typed-ast"

Mon Feb  3 11:10:34 2020 rev:9 rq:767037 version:1.4.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-typed-ast/python-typed-ast.changes        
2019-06-22 11:22:47.549296627 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-typed-ast.new.26092/python-typed-ast.changes 
    2020-02-03 11:10:34.761761870 +0100
@@ -1,0 +2,8 @@
+Sat Jan 18 10:46:29 UTC 2020 - Sebastian Wagner <[email protected]>
+
+- update to version 1.4.1:
+ * Clean up old build scripts (#123)
+ * Build artifacts for 3.8 (#127)
+ * Fix build on cpython (3.9) master branch (#128)
+
+-------------------------------------------------------------------

Old:
----
  typed_ast-1.4.0.tar.gz

New:
----
  typed_ast-1.4.1.tar.gz

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

Other differences:
------------------
++++++ python-typed-ast.spec ++++++
--- /var/tmp/diff_new_pack.mscre3/_old  2020-02-03 11:10:36.057762526 +0100
+++ /var/tmp/diff_new_pack.mscre3/_new  2020-02-03 11:10:36.061762527 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-typed-ast
 #
-# 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,7 +19,7 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define skip_python2 1
 Name:           python-typed-ast
-Version:        1.4.0
+Version:        1.4.1
 Release:        0
 Summary:        A fork of Python 2 and 3 ast modules with type comment support
 License:        Apache-2.0

++++++ typed_ast-1.4.0.tar.gz -> typed_ast-1.4.1.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/typed_ast-1.4.0/PKG-INFO new/typed_ast-1.4.1/PKG-INFO
--- old/typed_ast-1.4.0/PKG-INFO        2019-06-05 01:06:07.000000000 +0200
+++ new/typed_ast-1.4.1/PKG-INFO        2020-01-13 19:46:23.895412200 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: typed_ast
-Version: 1.4.0
+Version: 1.4.1
 Summary: a fork of Python 2 and 3 ast modules with type comment support
 Home-page: https://github.com/python/typed_ast
 Author: David Fisher
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/typed_ast-1.4.0/ast3/Python/ast.c 
new/typed_ast-1.4.1/ast3/Python/ast.c
--- old/typed_ast-1.4.0/ast3/Python/ast.c       2019-06-04 23:51:39.000000000 
+0200
+++ new/typed_ast-1.4.1/ast3/Python/ast.c       2019-11-11 06:21:19.000000000 
+0100
@@ -4531,8 +4531,14 @@
                           size_t len)
 {
     const char *first_invalid_escape;
+
+    #if PY_MINOR_VERSION < 9
     PyObject *result = _PyBytes_DecodeEscape(s, len, NULL, 0, NULL,
                                              &first_invalid_escape);
+    #else
+    PyObject *result = _PyBytes_DecodeEscape(s, len, NULL,
+                                             &first_invalid_escape);
+    #endif
     if (result == NULL)
         return NULL;
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/typed_ast-1.4.0/typed_ast/__init__.py 
new/typed_ast-1.4.1/typed_ast/__init__.py
--- old/typed_ast-1.4.0/typed_ast/__init__.py   2019-06-04 23:53:04.000000000 
+0200
+++ new/typed_ast-1.4.1/typed_ast/__init__.py   2020-01-13 18:07:32.000000000 
+0100
@@ -1 +1 @@
-__version__ = "1.4.0"
+__version__ = "1.4.1"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/typed_ast-1.4.0/typed_ast.egg-info/PKG-INFO 
new/typed_ast-1.4.1/typed_ast.egg-info/PKG-INFO
--- old/typed_ast-1.4.0/typed_ast.egg-info/PKG-INFO     2019-06-05 
01:06:06.000000000 +0200
+++ new/typed_ast-1.4.1/typed_ast.egg-info/PKG-INFO     2020-01-13 
19:46:23.000000000 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: typed-ast
-Version: 1.4.0
+Version: 1.4.1
 Summary: a fork of Python 2 and 3 ast modules with type comment support
 Home-page: https://github.com/python/typed_ast
 Author: David Fisher


Reply via email to