From 5442a183b90ee96ce1588268e9528a19fad56bd7da4667d09ebf06f656b0a14a Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 12 Jul 2017 09:15:39 +0000 Subject: [PATCH] Accepting request 509613 from home:tbechtold:branches:devel:languages:python - update to 2.18: - PR #161 & #184: Update bundled PLY version to 3.10 - PR #158: Add support for the __int128 type. - PR #169: Handle more tricky TYPEID in declarators. - PR #178: Add columns to the coord of each node OBS-URL: https://build.opensuse.org/request/show/509613 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pycparser?expand=0&rev=18 --- pycparser-2.17.tar.gz | 3 --- pycparser-2.18.tar.gz | 3 +++ python-pycparser.changes | 9 +++++++++ python-pycparser.spec | 2 +- 4 files changed, 13 insertions(+), 4 deletions(-) delete mode 100644 pycparser-2.17.tar.gz create mode 100644 pycparser-2.18.tar.gz diff --git a/pycparser-2.17.tar.gz b/pycparser-2.17.tar.gz deleted file mode 100644 index f83b336..0000000 --- a/pycparser-2.17.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0aac31e917c24cb3357f5a4d5566f2cc91a19ca41862f6c3c22dc60a629673b6 -size 231163 diff --git a/pycparser-2.18.tar.gz b/pycparser-2.18.tar.gz new file mode 100644 index 0000000..c770fe2 --- /dev/null +++ b/pycparser-2.18.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99a8ca03e29851d96616ad0404b4aad7d9ee16f25c9f9708a11faf2810f7b226 +size 245897 diff --git a/python-pycparser.changes b/python-pycparser.changes index dd3f66a..0b98e72 100644 --- a/python-pycparser.changes +++ b/python-pycparser.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Wed Jul 12 05:50:39 UTC 2017 - tbechtold@suse.com + +- update to 2.18: + - PR #161 & #184: Update bundled PLY version to 3.10 + - PR #158: Add support for the __int128 type. + - PR #169: Handle more tricky TYPEID in declarators. + - PR #178: Add columns to the coord of each node + ------------------------------------------------------------------- Fri Mar 24 17:09:01 UTC 2017 - jmatejek@suse.com diff --git a/python-pycparser.spec b/python-pycparser.spec index 0330260..16e2e47 100644 --- a/python-pycparser.spec +++ b/python-pycparser.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-pycparser -Version: 2.17 +Version: 2.18 Release: 0 Summary: C parser in Python License: BSD-3-Clause