(x11/p5-Tk) Updated 804.035 to 804.036
(upstream)
Tk-804.036 release (2021-02-14)
------------------
This is basically the same like Tk-804.035_501.
Tk-804.035_501 release (2021-02-07)
----------------------
Fixes
Compiles again with Strawberry Perl 5.32.x (RT #133260) (H.Merijn Brand)
Fix double free in validatecommand (RT #102648) (fvogel)
myConfig: add ability to define HAVE_INTTYPES_H (Christopher Chavez)
Smaller build improvements and typo corrections (Ed J., Christopher Chavez)
Prevent some compiler warnings (Christopher Chavez)
[11 lines not shown]
py-hypothesis: updated to 6.148.9
6.148.9 - 2026-01-01
.example() no longer emits NonInteractiveExampleWarning when running a python file directly. This means that e.g. python my_sandbox.py during exploratory work with .example() will no longer raise warnings.
6.148.8 - 2025-12-23
Add __dict__ and __proto__ to the list of constant strings Hypothesis sometimes generates.
6.148.7 - 2025-12-05
When multiple explicit @example decorators fail with the same error, Hypothesis now shows only the simplest failing example (by shortlex order) with a note about how many other examples also failed.
To see all failing examples, use Verbosity.verbose or higher.
6.148.6 - 2025-12-04
Fix a bug where we persisted symbolics from solver-based alternative backends in event().
6.148.5 - 2025-12-01
This patch improves the error message for FlakyStrategyDefinition when the precondition for a rule is flaky.
fping: updated to 5.5
fping 5.5 (2025-12-31)
New features
New option -J / --json for JSON output. See doc/fping-json.md for the JSON schema. This feature is still in alpha and the schema might change in future releases
The -g, --generate option now also supports IPv6 addresses
New option --seqmap-timeout to control the time after which sequence numbers can be used again
Bugfixes and other changes
Fix OpenBSD sprintf() warning
Fix fallback to SO_TIMESTAMP if SO_TIMESTAMPNS is not available
When reading target names from file or standard input, lines longer than the static buffer are no longer interpreted as more than one line
Typo fix in error message when SO_BINDTODEVICE fails
Options --print-tos and --print-ttl now also work for IPv6, and no longer require privileges
Report received ICMPv6 error messages
Suppress duplicate reports in count mode with -q, --quiet or -Q, --squiet
[14 lines not shown]
xauth: update to 1.1.5.
Alan Coopersmith (5):
Report unknown argument that caused error before printing usage message
Add --help and --version options
Improve man page formatting
man page: fix warnings from `mandoc -T lint` and `groff -rCHECKSTYLE=10`
xauth 1.1.5
Michael Gilbert (1):
xauth: needs cookie handling warnings in man page [Debian bug #635109]
rgb: update to 1.1.1.
Alan Coopersmith (6):
Remove "All rights reserved" from Oracle copyright notices
showrgb.man: Use bold instead of italic for program name
Add --help and --version options
Improve man page formatting
Strip trailing whitespace from source files
rgb 1.1.1
Christian Persch (1):
rgb: Make color entries uniform
py-gnupg: updated to 0.5.6
0.5.6
* Fix: Ensure capability, fingerprint and keygrip are added to subkey_info.
* Set username in the result when Verify uses a signing key that has expired or been
revoked. Thanks to Steven Galgano for the patch.
Update to 1.68
Upstream changes:
Changes for version 1.68 - 2025-12-21
Changes to AlphaVantage.pm and CurrencyRates/AlphaVantage.pm to throttle queries - Issue #546
YahooJSON.pm - Add additional fields/labels - PR #544
New Module, USBonds.pm
MarketWatch.pm - Added headers to fix 401 code - Issue #542
Modified AEX.pm to return no data available is currency indicator is '%' (bonds return percentage of par/facevalue) - Issue #539
Fixed YahooWeb.pm - Issue #533 - PR #538
Removed CMBChina.pm - no longer working - Issue #534
Rewrote Union.pm for URL that returns JSON - Issue #516
Modified parsing in BVB.pm - Issue #513