Hello community,
here is the log from the commit of package python-typed-ast for
openSUSE:Factory checked in at 2019-06-22 11:22:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-typed-ast (Old)
and /work/SRC/openSUSE:Factory/.python-typed-ast.new.4615 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-typed-ast"
Sat Jun 22 11:22:44 2019 rev:8 rq:710325 version:1.4.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-typed-ast/python-typed-ast.changes
2019-05-12 11:43:43.103685559 +0200
+++
/work/SRC/openSUSE:Factory/.python-typed-ast.new.4615/python-typed-ast.changes
2019-06-22 11:22:47.549296627 +0200
@@ -1,0 +2,6 @@
+Mon Jun 17 09:35:51 UTC 2019 - [email protected]
+
+- version update to 1.4.0
+ * Fix compilation on Python 3.8
+
+-------------------------------------------------------------------
Old:
----
typed-ast-1.3.5.tar.gz
New:
----
typed_ast-1.4.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-typed-ast.spec ++++++
--- /var/tmp/diff_new_pack.UPBxwS/_old 2019-06-22 11:22:48.373297526 +0200
+++ /var/tmp/diff_new_pack.UPBxwS/_new 2019-06-22 11:22:48.377297530 +0200
@@ -19,13 +19,13 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-typed-ast
-Version: 1.3.5
+Version: 1.4.0
Release: 0
Summary: A fork of Python 2 and 3 ast modules with type comment support
License: Apache-2.0
Group: Development/Languages/Python
URL: https://github.com/python/typed_ast
-Source0:
https://files.pythonhosted.org/packages/source/t/typed-ast/typed-ast-%{version}.tar.gz
+Source0:
https://files.pythonhosted.org/packages/source/t/typed_ast/typed_ast-%{version}.tar.gz
BuildRequires: %{python_module devel}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
@@ -44,7 +44,7 @@
based on the CPython 2.7 and 3.6 parsers.
%prep
-%setup -q -n typed-ast-%{version}
+%setup -q -n typed_ast-%{version}
%build
export CFLAGS="%{optflags}"