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 May 11 10:39:30 UTC 2025
Modified Files:
pkgsrc/devel/py-urwid: Makefile distinfo
Log Message:
py-urwid: update to 3.0.2.
Urwid 3.0.2
===========
2025-05-07
Bug fixes 🕷
++++++++++++
* Bugfix: Corner case: Scrollbar render for only 1 row height by @penguinolog in https://github.com/urwid/urwid/pull/1021
Urwid 3.0.1
===========
2025-05-07
Bug fixes 🕷
++++++++++++
* Packaging: drop setup.py and adjust requirements by @penguinolog in https://github.com/urwid/urwid/pull/1018
Not updated `setup.py` lead to wrong metadata and mark of release 3.0.0 as Python 3.7 compatible.
Since urwid is distribluted in the pre-packaged format (wheel),
missing `setup.py` will not affect old toolchain users except special cases (manually enforced sdist usage).
* Python 3.14 compatibility: adjust `AsyncioEventLoop` by @penguinolog in https://github.com/urwid/urwid/pull/1019
Urwid 3.0.0
===========
2025-05-06
Breaking Changes ⚠
++++++++++++++++++
* Drop deprecated `__super` property by @penguinolog in https://github.com/urwid/urwid/pull/956
* Drop deprecated `FlowWidget`, `BoxWidget` and `FixedWidget` widgets by @penguinolog in https://github.com/urwid/urwid/pull/955
* Remove deprecated protected getter methods from the `Canvas` and `AttrSpec` by @penguinolog in https://github.com/urwid/urwid/pull/958
* Remove support for the `bytes` based fonts by @penguinolog in https://github.com/urwid/urwid/pull/961
* Remove deprecated `TermScroller` by @penguinolog in https://github.com/urwid/urwid/pull/960
* Remove deprecated protected getter methods from the decoration widgets by @penguinolog in https://github.com/urwid/urwid/pull/959
* Remove deprecated protected getter methods from the container widgets by @penguinolog in https://github.com/urwid/urwid/pull/957
* Remove deprecated protected setters in the decoration widgets by @penguinolog in https://github.com/urwid/urwid/pull/968
* Remove deprecated protected methods from the container widgets by @penguinolog in https://github.com/urwid/urwid/pull/970
* Remove deprecated protected method `_set_done` from the `ProgressBar` by @penguinolog in https://github.com/urwid/urwid/pull/971
New features 🗹
+++++++++++++++
* API Extension: make `CommandMap` `MutableMapping` by @penguinolog in https://github.com/urwid/urwid/pull/969
* Make sizing computation much faster for nested containers by @ogayot in https://github.com/urwid/urwid/pull/991
* `MetaSignals` subclass `ABCMeta` by @penguinolog in https://github.com/urwid/urwid/pull/962
Deprecations ⚡
+++++++++++++++
* `MetaSuper` should be the last base for classes by @penguinolog in https://github.com/urwid/urwid/pull/972
* Announce deprecated API removal versions by @penguinolog in https://github.com/urwid/urwid/pull/999
Bug fixes 🕷
++++++++++++
* Fix handling of WEIGHT selectable items in the `Pile` by @penguinolog in https://github.com/urwid/urwid/pull/1006
Refactoring 🛠
++++++++++++++
* Refactoring: micro optimizations of iterable items reconstruction by @penguinolog in https://github.com/urwid/urwid/pull/1009
New Contributors
++++++++++++++++
* @ogayot made their first contribution in https://github.com/urwid/urwid/pull/991
To generate a diff of this commit:
cvs rdiff -u -r1.56 -r1.57 pkgsrc/devel/py-urwid/Makefile
cvs rdiff -u -r1.44 -r1.45 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.56 pkgsrc/devel/py-urwid/Makefile:1.57
--- pkgsrc/devel/py-urwid/Makefile:1.56 Sat Apr 12 21:37:06 2025
+++ pkgsrc/devel/py-urwid/Makefile Sun May 11 10:39:30 2025
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.56 2025/04/12 21:37:06 adam Exp $
+# $NetBSD: Makefile,v 1.57 2025/05/11 10:39:30 wiz Exp $
-DISTNAME= urwid-2.6.16
+DISTNAME= urwid-3.0.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION= 1
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=u/urwid/}
Index: pkgsrc/devel/py-urwid/distinfo
diff -u pkgsrc/devel/py-urwid/distinfo:1.44 pkgsrc/devel/py-urwid/distinfo:1.45
--- pkgsrc/devel/py-urwid/distinfo:1.44 Mon Oct 21 05:25:37 2024
+++ pkgsrc/devel/py-urwid/distinfo Sun May 11 10:39:30 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.44 2024/10/21 05:25:37 adam Exp $
+$NetBSD: distinfo,v 1.45 2025/05/11 10:39:30 wiz Exp $
-BLAKE2s (urwid-2.6.16.tar.gz) = 1c111dfbd71788fa8eb47f09ce0cfce8ee4789f5947cfb355c5e8e10cfb2e92d
-SHA512 (urwid-2.6.16.tar.gz) = c5caee309bcba9f22d4f3a78bc837c263345762ece5a315ba02ed1cb15ff2502065b20de288495f103b673be4dbee7cac11c535b3edb42edfb04c8ca40a831f3
-Size (urwid-2.6.16.tar.gz) = 848179 bytes
+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
Home |
Main Index |
Thread Index |
Old Index