pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/x11/py-wxPython



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Feb  9 10:48:50 UTC 2026

Modified Files:
        pkgsrc/x11/py-wxPython: Makefile distinfo

Log Message:
py-wxPython: updated to 4.2.5

4.2.5

New and improved in this release:
* This release was built using the wxWidgets' v3.2.9 release tag.  The only exception is that libtiff and pcre2 bundled with wxWidgets are updated to the versions from the wxWidgets master branch 
(libtiff 4.7.0 and pcre2 10.44).
* Fix build/wheel installation using setuptools 81+
* Replace md5 with sha256 when validating downloaded waf and doxygen build tools
* Add missing attribute _x_maincol to constructor of TreeListMainWindow
* Fix wx.svg to work with cython 3.1 generated code


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/x11/py-wxPython/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/x11/py-wxPython/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/x11/py-wxPython/Makefile
diff -u pkgsrc/x11/py-wxPython/Makefile:1.21 pkgsrc/x11/py-wxPython/Makefile:1.22
--- pkgsrc/x11/py-wxPython/Makefile:1.21        Tue Jan 27 08:41:04 2026
+++ pkgsrc/x11/py-wxPython/Makefile     Mon Feb  9 10:48:49 2026
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.21 2026/01/27 08:41:04 wiz Exp $
+# $NetBSD: Makefile,v 1.22 2026/02/09 10:48:49 adam Exp $
 
-DISTNAME=      wxpython-4.2.4
+DISTNAME=      wxpython-4.2.5
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/wxp/wxP/}
-PKGREVISION=   1
 CATEGORIES=    x11 python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=w/wxPython/}
 
@@ -13,7 +12,6 @@ COMMENT=      GUI Toolkit for Python
 LICENSE=       gnu-lgpl-v2
 
 EGG_NAME=      ${DISTNAME:S/wxp/wxP/}
-WRKSRC=                ${WRKDIR}/${DISTNAME:S/wxp/wxP/}
 
 TOOL_DEPENDS+= ${PYPKGPREFIX}-cython>=3.0.10:../../devel/py-cython
 TOOL_DEPENDS+= ${PYPKGPREFIX}-requests>=2.26.0:../../devel/py-requests

Index: pkgsrc/x11/py-wxPython/distinfo
diff -u pkgsrc/x11/py-wxPython/distinfo:1.4 pkgsrc/x11/py-wxPython/distinfo:1.5
--- pkgsrc/x11/py-wxPython/distinfo:1.4 Wed Nov 12 11:07:03 2025
+++ pkgsrc/x11/py-wxPython/distinfo     Mon Feb  9 10:48:49 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2025/11/12 11:07:03 adam Exp $
+$NetBSD: distinfo,v 1.5 2026/02/09 10:48:49 adam Exp $
 
-BLAKE2s (wxpython-4.2.4.tar.gz) = 0e67b7e0e0c03a4d57598899c5d9933f468bb935cad575332c5f04cf2e418d3c
-SHA512 (wxpython-4.2.4.tar.gz) = 4ae124bced8a0d357a34763c981ef370b7c0c978dfba0f941f37e83227816881fee2e65eb7eaa2a114bbaded14afd8e96ad17dba5a9886b38ac35bc75ec82737
-Size (wxpython-4.2.4.tar.gz) = 58583054 bytes
+BLAKE2s (wxpython-4.2.5.tar.gz) = c919c712fd1294a59ef125f55b4d951c4296a3457e077ecf17f88aa0ecd28acf
+SHA512 (wxpython-4.2.5.tar.gz) = a094faab4f901e46c6a771168160b0e3fec336e937507fedab97a0645df55671af046e673344a37d3d6997fadcb83c5490a673c2475c200841ef9eb12bc19763
+Size (wxpython-4.2.5.tar.gz) = 58732217 bytes



Home | Main Index | Thread Index | Old Index