Remove deprecated protected getter methods from the decoration widgets#959
Merged
penguinolog merged 2 commits intourwid:masterfrom Jan 1, 2025
Merged
Remove deprecated protected getter methods from the decoration widgets#959penguinolog merged 2 commits intourwid:masterfrom
penguinolog merged 2 commits intourwid:masterfrom
Conversation
* `WidgetDecoration._get_original_widget` * `WidgetDecoration._get_base_widget` * `Padding._get_align` * `Padding._get_width`
Pull Request Test Coverage Report for Build 12544119594Details
💛 - Coveralls |
netbsd-srcmastr
pushed a commit
to NetBSD/pkgsrc
that referenced
this pull request
May 11, 2025
Urwid 3.0.2 =========== 2025-05-07 Bug fixes 🕷 ++++++++++++ * Bugfix: Corner case: Scrollbar render for only 1 row height by @penguinolog in urwid/urwid#1021 Urwid 3.0.1 =========== 2025-05-07 Bug fixes 🕷 ++++++++++++ * Packaging: drop setup.py and adjust requirements by @penguinolog in urwid/urwid#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 urwid/urwid#1019 Urwid 3.0.0 =========== 2025-05-06 Breaking Changes ⚠ ++++++++++++++++++ * Drop deprecated `__super` property by @penguinolog in urwid/urwid#956 * Drop deprecated `FlowWidget`, `BoxWidget` and `FixedWidget` widgets by @penguinolog in urwid/urwid#955 * Remove deprecated protected getter methods from the `Canvas` and `AttrSpec` by @penguinolog in urwid/urwid#958 * Remove support for the `bytes` based fonts by @penguinolog in urwid/urwid#961 * Remove deprecated `TermScroller` by @penguinolog in urwid/urwid#960 * Remove deprecated protected getter methods from the decoration widgets by @penguinolog in urwid/urwid#959 * Remove deprecated protected getter methods from the container widgets by @penguinolog in urwid/urwid#957 * Remove deprecated protected setters in the decoration widgets by @penguinolog in urwid/urwid#968 * Remove deprecated protected methods from the container widgets by @penguinolog in urwid/urwid#970 * Remove deprecated protected method `_set_done` from the `ProgressBar` by @penguinolog in urwid/urwid#971 New features 🗹 +++++++++++++++ * API Extension: make `CommandMap` `MutableMapping` by @penguinolog in urwid/urwid#969 * Make sizing computation much faster for nested containers by @ogayot in urwid/urwid#991 * `MetaSignals` subclass `ABCMeta` by @penguinolog in urwid/urwid#962 Deprecations ⚡ +++++++++++++++ * `MetaSuper` should be the last base for classes by @penguinolog in urwid/urwid#972 * Announce deprecated API removal versions by @penguinolog in urwid/urwid#999 Bug fixes 🕷 ++++++++++++ * Fix handling of WEIGHT selectable items in the `Pile` by @penguinolog in urwid/urwid#1006 Refactoring 🛠 ++++++++++++++ * Refactoring: micro optimizations of iterable items reconstruction by @penguinolog in urwid/urwid#1009 New Contributors ++++++++++++++++ * @ogayot made their first contribution in urwid/urwid#991
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
WidgetDecoration._get_original_widgetWidgetDecoration._get_base_widgetPadding._get_alignPadding._get_widthChecklist
masterbranchtoxsuccessfully in local environment