pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-cparser
Module Name: pkgsrc
Committed By: wiz
Date: Sun Sep 21 15:35:47 UTC 2025
Modified Files:
pkgsrc/devel/py-cparser: Makefile distinfo
Log Message:
py-cparser: update to 2.23.
Allow abstract declarator "static" (GH issue #539) by @gperciva in #545
Add support for Python 3.13 by @hugovk in #550
Add dirent and socket typedefs. by @MegaManSec in #558
Support for labels with no statement by @ignatirabo in #562
Accept empty 'case' or 'default' labels by @ignatirabo in #564
fix: preserve parentheses for statement exprs by @zawan-ila in #566
fix: hex float types by @zawan-ila in #567
Explicit error for comments, with README link by @cellularmitosis in #569
showemptyattrs option on Node.show() by @cellularmitosis in #570
Add fake typedefs for GNU Extension 128-bit integers. by @dj-wednesday in #577
Typedef for __kernel_sa_family_t in linux/socket.h by @crosser in #578
To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/devel/py-cparser/Makefile
cvs rdiff -u -r1.15 -r1.16 pkgsrc/devel/py-cparser/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/py-cparser/Makefile
diff -u pkgsrc/devel/py-cparser/Makefile:1.19 pkgsrc/devel/py-cparser/Makefile:1.20
--- pkgsrc/devel/py-cparser/Makefile:1.19 Sat Apr 12 10:02:37 2025
+++ pkgsrc/devel/py-cparser/Makefile Sun Sep 21 15:35:47 2025
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.19 2025/04/12 10:02:37 adam Exp $
+# $NetBSD: Makefile,v 1.20 2025/09/21 15:35:47 wiz Exp $
-DISTNAME= pycparser-2.22
+DISTNAME= pycparser-2.23
PKGNAME= ${DISTNAME:S/py/${PYPKGPREFIX}-/}
-PKGREVISION= 2
CATEGORIES= devel lang python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pycparser/}
Index: pkgsrc/devel/py-cparser/distinfo
diff -u pkgsrc/devel/py-cparser/distinfo:1.15 pkgsrc/devel/py-cparser/distinfo:1.16
--- pkgsrc/devel/py-cparser/distinfo:1.15 Fri Apr 5 10:34:02 2024
+++ pkgsrc/devel/py-cparser/distinfo Sun Sep 21 15:35:47 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.15 2024/04/05 10:34:02 wiz Exp $
+$NetBSD: distinfo,v 1.16 2025/09/21 15:35:47 wiz Exp $
-BLAKE2s (pycparser-2.22.tar.gz) = 04bc8e8e804a85e53d4bd399878fa467502a8aa618a84a81cced5d445f143659
-SHA512 (pycparser-2.22.tar.gz) = c9a81c78d87162f71281a32a076b279f4f7f2e17253fe14c89c6db5f9b3554a6563ff700c385549a8b51ef8832f99f7bb4ac07f22754c7c475dd91feeb0cf87f
-Size (pycparser-2.22.tar.gz) = 172736 bytes
+BLAKE2s (pycparser-2.23.tar.gz) = 678b5f0df022af2e449d043d9a76f4262dccac3f3e23cd680677466e8e75e16c
+SHA512 (pycparser-2.23.tar.gz) = 317f02bf58482b9d80b7395fe6fe5f756230915473b65b219755ccf0f4f1d3b227f508925fcf81fe28bcd6c113cf93e0075bf16a9a499cb306e1627222b1b1a7
+Size (pycparser-2.23.tar.gz) = 173734 bytes
Home |
Main Index |
Thread Index |
Old Index