diff --git a/pycparser-2.19.tar.gz b/pycparser-2.19.tar.gz deleted file mode 100644 index 279431d..0000000 --- a/pycparser-2.19.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a988718abfad80b6b157acce7bf130a30876d27603738ac39f140993246b25b3 -size 158295 diff --git a/pycparser-2.20.tar.gz b/pycparser-2.20.tar.gz new file mode 100644 index 0000000..278adf2 --- /dev/null +++ b/pycparser-2.20.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d475327684562c3a96cc71adf7dc8c4f0565175cf86b6d7a404ff4c771f15f0 +size 161330 diff --git a/python-pycparser.changes b/python-pycparser.changes index 8ffe84c..d9b849a 100644 --- a/python-pycparser.changes +++ b/python-pycparser.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Mon Mar 9 20:59:13 UTC 2020 - Dirk Mueller + +- update to 2.20: + - #61: Fix slow backtracking when parsing strings. + - #99: Parser for FuncDecl incorrectly sets declname attribute on return type. + - #310: Fix crash when file starts with a semicolon. + - #313: Fix array type generation. + - #314: Fix failed parsing of unnamed function parameters with array dim + qualifiers. + - #315: Fix pointer type generation. + - #324: Fixes for u/l constant integer suffix. + - #346: Fix error transforming an empty switch. + - #350: Recognize integer multicharacter constants like 'ABCD'. + - #363: Fix incorrect AST when parsing offsetof. + ------------------------------------------------------------------- Wed Jan 9 21:51:00 UTC 2019 - Jonathan Brownell diff --git a/python-pycparser.spec b/python-pycparser.spec index a6a90a6..9e129ea 100644 --- a/python-pycparser.spec +++ b/python-pycparser.spec @@ -1,7 +1,7 @@ # # spec file for package python-pycparser # -# Copyright (c) 2018 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 @@ -18,12 +18,12 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-pycparser -Version: 2.19 +Version: 2.20 Release: 0 Summary: C parser in Python License: BSD-3-Clause Group: Development/Languages/Python -Url: https://github.com/eliben/pycparser +URL: https://github.com/eliben/pycparser Source0: https://files.pythonhosted.org/packages/source/p/pycparser/pycparser-%{version}.tar.gz Source99: %{name}-rpmlintrc Patch1: fix-lexer-build.patch