sysutils/ruby-listen: update to 3.10.0
3.10.0 (2026-01-16)
What's Changed
* Rubocop workflow with GitHub actions by @AlexB52 in #573
* Fix the Rubocop offence by @y-yagi in #588
* Add logger gem as a runtime dependency by @y-yagi in #587
* Remove conditions from gem declarations in Gemfile by @larskanis in #584
* CI against Ruby 3.4 by @y-yagi in #590
* Remove link to Travis CI by @y-yagi in #593
* Use Naming/PredicatePrefix instead of deprecated Naming/PredicateName cop
by @y-yagi in #592
* Remove unused require by @y-yagi in #594
* Mention the relation with fs.inotify.max_user_watches and the memory
allocation by @y-yagi in #595
* CI against Ruby 4.0 by @y-yagi in #596
[4 lines not shown]
security/ruby-simple_oauth: update to 0.4.0
0.4.0 (2026-02-01)
Added
* Extensible signature method registry allowing custom signature methods to
be registered at runtime
* Support for RSA-SHA256 and HMAC-SHA256 signature methods
* OAuth Request Body Hash support (oauth_body_hash parameter) for signing
requests with non-form-encoded bodies
* Support for parsing OAuth credentials from POST body via
Header.parse_form_body
* Support for realm parameter in OAuth Authorization header
Fixed
* Avoid symbolizing untrusted input in parse methods for security
* Refactored Header.parse for improved robustness using StringScanner
[6 lines not shown]
mail/ruby-mime-types-data: update to 3.2026.0127
3.2026.0127 (2026-01-27)
* Updated registry entries from the IANA media registry and provisional
media registry and the Apache Tika media registry as of the release date.
devel/ruby-pathname2: update to 2.0.0
2.0.0 (2025-11-29)
* Pathname has been renamed Pathname2, so it's no longer competing for the
same constant name as the stdlib vedrsion. Recent versions of Ruby simply
weren't allowing it, and this is probably the better way to go anyway.
* Added addressable as a dependency since the stdlib uri library is a
constant source of warnings.
devel/ruby-hoe: update to 4.6.0
4.6.0 (2026-01-28)
6 minor enhancements:
* Added "features/problems" to description_sections array.
* Added L=<level> option to dcov task.
* Added description_rdoc_hack=true to force rubygems.org to use rdoc
formatting.
* Multiple description sections include the header descriptions (excluding
first).
* Redid some of the parsing in intuit_values to be cleaner.
* Stole halostatue's extensions to Readme url parsing. Thanks!
3 bug fixes:
* #missing path now raises instead of warns.
* #parse_urls no longer raises on the old array format. Long dead.
* Normalize GHA workflow with minitest and others.
databases/ruby-sequel: update to 5.101.0
5.101.0 (2026-02-01)
* Add detect_unnecessary_association_options plugin to warn/raise for
unnecessary association options (jeremyevans)
www/ruby-aws-sdk-s3: update to 1.213.0
1.213.0 (2026-01-28)
* Feature - Adds support for the UpdateObjectEncryption API to change the
server-side encryption type of objects in general purpose buckets.
www/ruby-aws-partitions: update to 1.1211.0
1.1211.0 (2026-01-30)
* Feature - Updated the partitions source data the determines the AWS
service regions and endpoints.
1.1210.0 (2026-01-27)
* Feature - Updated the partitions source data the determines the AWS
service regions and endpoints.
net/knot: Updateto 3.5.3
Changelog:
Knot DNS 3.5.3 (2026-01-16)
===========================
Features:
---------
- knotd: added statistics counter for failed zone update (see 'zone-update-error')
- knotd: new D-Bus signal for zones not updated (see 'server.dbus-event')
- knotc: optional parameter for delayed old KSK removal upon submission (see 'zone-ksk-submitted')
- libs: added support for the RESINFO record type
Improvements:
-------------
- knotd: zone inclusion deletes the whole subtree of glues and junk from the parent
- knotd: supported unsigned input ZONEMD validation if enabled DNSSEC signing and ZONEMD generate
- knotd: DNSSEC signing not required for key restore
- knotd: increased defaults for 'database.timer-db-max-size' and 'database.kasp-db-max-size'
[90 lines not shown]
mktool: Update to 1.5.5.
## Version 1.5.5 (2026-01-30)
* fetch: Support connect timeouts for both HTTP and FTP, and read timeouts
for FTP. MKTOOL_CONNECT_TIMEOUT and MKTOOL_READ_TIMEOUT allow the
defaults to be overriden, primarily useful for tests.
* fetch: Fix temp file leak when HTTP body transfer fails mid-download.
* CI: Add workflows to test both feature sets, and improve test coverage.
py-poetry-plugin-export: updated to 1.10.0
1.10.0
Added
Add support for exporting pylock.toml files
Changed
Drop support for Python 3.9
Fixed
Fix an issue where a "dependency walk failed" error message gave an outdated advice
py-xarray: updated to 2026.1.0
v2026.01.0 (Jan 28, 2026)
This release includes an improved DataTree HTML representation with collapsible
groups and automatic truncation, easier selection on coordinates without
explicit indexes, pandas 3 compatibility, and various bug fixes and performance
improvements.