Hello community,

here is the log from the commit of package python-pycparser for 
openSUSE:Factory checked in at 2018-10-02 19:43:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pycparser (Old)
 and      /work/SRC/openSUSE:Factory/.python-pycparser.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pycparser"

Tue Oct  2 19:43:12 2018 rev:8 rq:637731 version:2.19

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pycparser/python-pycparser.changes        
2018-05-07 14:52:54.983466667 +0200
+++ /work/SRC/openSUSE:Factory/.python-pycparser.new/python-pycparser.changes   
2018-10-02 19:43:14.686087191 +0200
@@ -1,0 +2,10 @@
+Mon Sep 24 16:27:58 UTC 2018 - Todd R <[email protected]>
+
+- Update to 2.19
+  - PR #277: Fix parsing of floating point literals
+  - PR #254: Add support for parsing empty structs
+  - PR #240: Fix enum formatting in generated C code (also #216)
+  - PR #222: Add support for #pragma in struct declarations
+- Rebase fix-lexer-build.patch
+
+-------------------------------------------------------------------

Old:
----
  pycparser-2.18.tar.gz

New:
----
  pycparser-2.19.tar.gz

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

Other differences:
------------------
++++++ python-pycparser.spec ++++++
--- /var/tmp/diff_new_pack.Uqu2Ed/_old  2018-10-02 19:43:15.086086786 +0200
+++ /var/tmp/diff_new_pack.Uqu2Ed/_new  2018-10-02 19:43:15.090086781 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-pycparser
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-pycparser
-Version:        2.18
+Version:        2.19
 Release:        0
 Summary:        C parser in Python
 License:        BSD-3-Clause
@@ -30,7 +30,6 @@
 BuildRequires:  %{python_module devel}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildArch:      noarch
 
 %python_subpackages
@@ -57,8 +56,9 @@
 %python_exec tests/all_tests.py
 
 %files %{python_files}
-%defattr(-,root,root,-)
-%doc LICENSE README.rst examples
+%doc README.rst
+%doc examples/
+%license LICENSE
 %{python_sitelib}/*
 
 %changelog

++++++ fix-lexer-build.patch ++++++
--- /var/tmp/diff_new_pack.Uqu2Ed/_old  2018-10-02 19:43:15.114086757 +0200
+++ /var/tmp/diff_new_pack.Uqu2Ed/_new  2018-10-02 19:43:15.118086754 +0200
@@ -16,8 +16,8 @@
      from distutils.command.sdist import sdist as _sdist
  
  
-@@ -15,10 +15,10 @@ def _run_build_tables(dir):
-          cwd=os.path.join(dir, 'pycparser'))
+@@ -18,10 +18,10 @@ def _run_build_tables(dir):
+                cwd=os.path.join(dir, 'pycparser'))
  
  
 -class install(_install):
@@ -30,10 +30,10 @@
                       msg="Build the lexing/parsing tables")
  
  
-@@ -49,7 +49,7 @@ setup(
-     classifiers = [
-         'Programming Language :: Python :: 2',
-         'Programming Language :: Python :: 3',],
+@@ -60,7 +60,7 @@ setup(
+         'Programming Language :: Python :: 3.6',
+     ],
+     python_requires=">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*",
 -    packages=['pycparser', 'pycparser.ply'],
 -    package_data={'pycparser': ['*.cfg']},
 -    cmdclass={'install': install, 'sdist': sdist},

++++++ pycparser-2.18.tar.gz -> pycparser-2.19.tar.gz ++++++
++++ 3823 lines of diff (skipped)


Reply via email to