Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-typed-ast for 
openSUSE:Factory checked in at 2022-02-06 23:53:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-typed-ast (Old)
 and      /work/SRC/openSUSE:Factory/.python-typed-ast.new.1898 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-typed-ast"

Sun Feb  6 23:53:35 2022 rev:18 rq:951374 version:1.5.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-typed-ast/python-typed-ast.changes        
2021-12-13 20:46:33.296500944 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-typed-ast.new.1898/python-typed-ast.changes  
    2022-02-06 23:53:58.798941192 +0100
@@ -1,0 +2,18 @@
+Thu Jan 27 19:26:57 UTC 2022 - Sebastian Wagner <sebix+novell....@sebix.at>
+
+- - Release version 1.5.2
+ - Add support for building aarch64 wheels (#182)
+   Co-authored-by: Shantanu <12621235+hauntsani...@users.noreply.github.com>
+ - Remove update process document (#177)
+   typed_ast will not be updated to support syntax past Python 3.8 as
+   Python 3.8's ast module now incorporates the features of typed_ast.
+ - Bump version to 1.5.2.dev0
+ - Release version 1.5.1 (#181)
+   Co-authored-by: hauntsaninja <>
+ - Fix #167: Port ast27 to Python 3.11 (#176)
+   Copy _PyLong_DigitValue table from Python 3.10 as "digitvalue" in
+   ast27/Python/mystrtoul.c. The symbol has been removed from the public
+   Python 3.11 C API.
+ - Bump version to 1.5.1.dev0
+
+-------------------------------------------------------------------

Old:
----
  typed_ast-1.5.1.tar.gz

New:
----
  typed_ast-1.5.2.tar.gz

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

Other differences:
------------------
++++++ python-typed-ast.spec ++++++
--- /var/tmp/diff_new_pack.rE291w/_old  2022-02-06 23:53:59.622935698 +0100
+++ /var/tmp/diff_new_pack.rE291w/_new  2022-02-06 23:53:59.626935671 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-typed-ast
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 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.5.1
+Version:        1.5.2
 Release:        0
 Summary:        A fork of Python 2 and 3 ast modules with type comment support
 License:        Apache-2.0

++++++ typed_ast-1.5.1.tar.gz -> typed_ast-1.5.2.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/typed_ast-1.5.1/PKG-INFO new/typed_ast-1.5.2/PKG-INFO
--- old/typed_ast-1.5.1/PKG-INFO        2021-12-03 23:17:10.093644000 +0100
+++ new/typed_ast-1.5.2/PKG-INFO        2022-01-24 02:23:27.576296600 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: typed_ast
-Version: 1.5.1
+Version: 1.5.2
 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.5.1/README.md 
new/typed_ast-1.5.2/README.md
--- old/typed_ast-1.5.1/README.md       2021-12-03 23:17:04.000000000 +0100
+++ new/typed_ast-1.5.2/README.md       2022-01-24 02:23:20.000000000 +0100
@@ -69,7 +69,6 @@
 Note: as these parsers consider type comments part of the grammar, incorrectly
 placed type comments are considered syntax errors.
 
-## Updates and Releases
-To update `typed_ast` for new major Python releases, see 
[`update_process.md`](update_process.md).
+## Releases
 
 To make a new `typed_ast` release, see 
[`release_process.md`](release_process.md).
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/typed_ast-1.5.1/typed_ast/__init__.py 
new/typed_ast-1.5.2/typed_ast/__init__.py
--- old/typed_ast-1.5.1/typed_ast/__init__.py   2021-12-03 23:17:04.000000000 
+0100
+++ new/typed_ast-1.5.2/typed_ast/__init__.py   2022-01-24 02:23:20.000000000 
+0100
@@ -1 +1 @@
-__version__ = "1.5.1"
+__version__ = "1.5.2"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/typed_ast-1.5.1/typed_ast.egg-info/PKG-INFO 
new/typed_ast-1.5.2/typed_ast.egg-info/PKG-INFO
--- old/typed_ast-1.5.1/typed_ast.egg-info/PKG-INFO     2021-12-03 
23:17:10.000000000 +0100
+++ new/typed_ast-1.5.2/typed_ast.egg-info/PKG-INFO     2022-01-24 
02:23:27.000000000 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: typed-ast
-Version: 1.5.1
+Version: 1.5.2
 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