Skip to content

Commit 2f97b89

Browse files
committed
python-pycparser: update to version 2.23
Refresh patch Release notes: https://github.com/eliben/pycparser/releases/tag/release_v2.22 https://github.com/eliben/pycparser/releases/tag/release_v2.23 Signed-off-by: Josef Schlehofer <[email protected]>
1 parent bd00e44 commit 2f97b89

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

lang/python/python-pycparser/Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88
include $(TOPDIR)/rules.mk
99

1010
PKG_NAME:=python-pycparser
11-
PKG_VERSION:=2.21
12-
PKG_RELEASE:=2
11+
PKG_VERSION:=2.23
12+
PKG_RELEASE:=1
1313

1414
PYPI_NAME:=pycparser
15-
PKG_HASH:=e644fdec12f7872f86c58ff790da456218b10f863970249516d60a5eaca77206
15+
PKG_HASH:=78816d4f24add8f10a06d6f05b4d424ad9e96cfebf68a4ddc99c65c0720d00c2
1616

1717
PKG_LICENSE:=BSD-3-Clause
1818
PKG_LICENSE_FILES:=LICENSE

lang/python/python-pycparser/patches/001-use-external-ply.patch

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@
2424
from .c_lexer import CLexer
2525
--- a/setup.py
2626
+++ b/setup.py
27-
@@ -64,7 +64,7 @@ setup(
28-
'Programming Language :: Python :: 3.10',
27+
@@ -61,7 +61,7 @@ setup(
28+
'Programming Language :: Python :: 3.13',
2929
],
30-
python_requires=">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*",
30+
python_requires=">=3.8",
3131
- packages=['pycparser', 'pycparser.ply'],
3232
+ packages=['pycparser'],
3333
package_data={'pycparser': ['*.cfg']},

0 commit comments

Comments
 (0)