pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-urwid



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Sep 21 16:28:37 UTC 2025

Modified Files:
        pkgsrc/devel/py-urwid: Makefile distinfo

Log Message:
py-urwid: update to 3.0.3.

Urwid 3.0.3
===========

2025-09-15

Bug fixes 🕷
++++++++++++
* Python 3.14: fix buffer overflow on terminal size request by @meeuw in https://github.com/urwid/urwid/pull/1027
* Add guard against empty list on focus complete. by @gryf in https://github.com/urwid/urwid/pull/1047

Documentation 🕮
++++++++++++++++
* Add extra code type annotations by @penguinolog in https://github.com/urwid/urwid/pull/1037
* Mark Windows support limitation: win10+ only by @penguinolog in https://github.com/urwid/urwid/pull/1038

Other Changes
+++++++++++++
* Maintenance: fix devcontainer to support actual requirements without pinning by @penguinolog in https://github.com/urwid/urwid/pull/1035


To generate a diff of this commit:
cvs rdiff -u -r1.57 -r1.58 pkgsrc/devel/py-urwid/Makefile
cvs rdiff -u -r1.45 -r1.46 pkgsrc/devel/py-urwid/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-urwid/Makefile
diff -u pkgsrc/devel/py-urwid/Makefile:1.57 pkgsrc/devel/py-urwid/Makefile:1.58
--- pkgsrc/devel/py-urwid/Makefile:1.57 Sun May 11 10:39:30 2025
+++ pkgsrc/devel/py-urwid/Makefile      Sun Sep 21 16:28:37 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.57 2025/05/11 10:39:30 wiz Exp $
+# $NetBSD: Makefile,v 1.58 2025/09/21 16:28:37 wiz Exp $
 
-DISTNAME=      urwid-3.0.2
+DISTNAME=      urwid-3.0.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=u/urwid/}

Index: pkgsrc/devel/py-urwid/distinfo
diff -u pkgsrc/devel/py-urwid/distinfo:1.45 pkgsrc/devel/py-urwid/distinfo:1.46
--- pkgsrc/devel/py-urwid/distinfo:1.45 Sun May 11 10:39:30 2025
+++ pkgsrc/devel/py-urwid/distinfo      Sun Sep 21 16:28:37 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.45 2025/05/11 10:39:30 wiz Exp $
+$NetBSD: distinfo,v 1.46 2025/09/21 16:28:37 wiz Exp $
 
-BLAKE2s (urwid-3.0.2.tar.gz) = be7043b4d51977650fb6f0651571e0b63221590a7a6f853f3281a306c8c5d9fe
-SHA512 (urwid-3.0.2.tar.gz) = 60f3a911d85907953c8b791458602a271bdbdebddec0905e02bc424340fef542eadd4a2b8d8ec1883238b794565c96ae1f0396abb0b39ed4d3d5dd66c62140f6
-Size (urwid-3.0.2.tar.gz) = 855353 bytes
+BLAKE2s (urwid-3.0.3.tar.gz) = 6f1417aa6d7f724e18d1f1aab37e111c1337440274cebf490753d2f773886257
+SHA512 (urwid-3.0.3.tar.gz) = 4c8ced00f399509225b7b287704a6d00f05b80411b9381355dcf384243e36f200a3efdf01e3ea6f7c9fbeed4c1105595d4dd99220c80e8fd3ddfebdaf1fcf5eb
+Size (urwid-3.0.3.tar.gz) = 855817 bytes



Home | Main Index | Thread Index | Old Index