py-vulture: updated to 2.15
2.15 (2026-03-04)
* Handle `while True` loops without `break` statements.
* Add whitelist for `ssl.SSLContext`.
* Add more ruff rules.
* Drop support for Python 3.8.
* Add support for Python 3.14.
py-brotlicffi: updated to 1.2.0.1
1.2.0.1 (2025-03-05)
- Added support for the free-threaded build of Python 3.14.
- Concurrent sharing of Compressor or Decompressor objects
now raises an exception.
goffice0.10: update to 0.10.60
- Fix fraction format problem. [Bug 803].
- Doc fixes.
- Remove workaround for ancient gtk+ bug. [Bug 81].
- I18N fix for format selector.
Maybe this helps with PR pkg/60059.
gnumeric: update to 1.12.60
Noteworthy news in this release:
- Improve gui experience on high-dpi display (where "high" really just
means significantly different from 90, so not a high bar)
- A year's worth of accumulated bug fixes.
qemu: remove guest-agent from package
The QEMU guest agent is now a separate package,
sysutils/qemu-guest-agent. Remove it from this package so that both can
be installed.
Requested by riastradh@ in PR pkg/59742
Also install vmsr-helper only on Linux on Intel.
go: update to 1.25.8 and 1.26.1 (security)
These releases include 5 security fixes following the security policy:
- crypto/x509: incorrect enforcement of email constraints
When verifying a certificate chain which contains a certificate
containing multiple email address constraints (composed of the full
email address) which share common local portions (the portion of the
address before the '@' character) but different domain portions (the
portion of the address after the '@' character), these constraints
will not be properly applied, and only the last constraint will be
considered.
This can allow certificates in the chain containing email addresses
which are either not permitted or excluded by the relevant
constraints to be returned by calls to Certificate.Verify. Since the
name constraint checks happen after chain building is complete, this
only applies to certificate chains which chain to trusted roots
[81 lines not shown]
py-typer: added version 0.24.1
Typer is a library for building CLI applications that users will
love using and developers will love creating. Based on Python type
hints.
It's also a command line tool to run scripts, automatically converting
them to CLI applications.
py-icalendar: updated to 7.0.3
7.0.3
Minor changes
Show colorful required code changes in the CI output to help contributors solve the formatting issues. :pr:`1216`
Use ruff 0.15.0 for code formatting in :file:`tox.ini`. :pr:`1215`
New features
Added :attr:`Event.RECURRENCE_ID <icalendar.cal.event.Event.RECURRENCE_ID>`, :attr:`Todo.RECURRENCE_ID <icalendar.cal.todo.Todo.RECURRENCE_ID>` and :attr:`Journal.RECURRENCE_ID <icalendar.cal.journal.Journal.RECURRENCE_ID>` properties, including support in their new() constructors. :issue:`1231`
Bug fixes
Fixed :func:`~icalendar.timezone.tzid.tzids_from_tzinfo` not recognizing dateutil.tz.win.tzwin objects on Windows. UTC datetimes using dateutil.tz.gettz("UTC") now correctly serialize with the Z suffix instead of TZID=Coordinated Universal Time. :issue:`1056`
Fixed :meth:`Calendar.get_missing_tzids <icalendar.cal.calendar.Calendar.get_missing_tzids>` raising KeyError when a VTIMEZONE exists for a timezone not referenced by any event TZID, for example, when added by the x-wr-timezone conversion. :issue:`1124`
Fixed :meth:`Calendar.get_missing_tzids <icalendar.cal.calendar.Calendar.get_missing_tzids>` and :meth:`Calendar.add_missing_timezones <icalendar.cal.calendar.Calendar.add_missing_timezones>` generating a spurious VTIMEZONE for UTC. RFC 5545 requires UTC datetimes to use the Z suffix; no VTIMEZONE component is needed or permitted. :issue:`1124`
Fixed :meth:`Parameters.update_tzid_from <icalendar.parser.parameter.Parameters.update_tzid_from>` incorrectly setting TZID=UTC on UTC datetimes. RFC 5545 requires UTC datetimes to use the Z suffix without a TZID parameter. :issue:`1124`
[6 lines not shown]
py-tinyhtml5: updated to 2.1.0
2.1.0
Dependencies
Support Python 3.14.
Drop support of Python 3.9.
Features
Allow useless parameters for all HTML input streams.