13,140,240 commits found in 9 milliseconds
Website - consulting: Add Vertahex
PR: 293363
nfsserver: Fix a typo in a source code comment
- s/preceeded/preceded/
(cherry picked from commit afe666a8db82c42fe0b8d55d3142c9d305d1bc28 )
arm/broadcom: Fix a typo in a source code comment
- s/preceeded/preceded/
(cherry picked from commit 8aa4fa7bf9b36a873aa2fd3cc22e8e15b97ea81e )
kern: Fix a typo in a source code comment
- s/segement/segment/
(cherry picked from commit f87ab066722f3ffb19885ed501a7a136355340a2 )
qlnxe(4) : Fix a typo in a source code comment
- s/segement/segment/
(cherry picked from commit ff08ad36c2acb3553b9f585a9bd01fd1306bfd7e )
mlx(4) : Fix a typo in a source code comment
- s/segements/segments/
(cherry picked from commit 3e46676638ac089c71e8424961449895c0babcfb )
libsa/geli: Fix a typo in an error message
- s/crypo/crypto/
(cherry picked from commit fa567fe7c537950fe48e35fa3b0827af4a45ec57 )
nfsserver: Fix a typo in a source code comment
- s/preceeded/preceded/
(cherry picked from commit afe666a8db82c42fe0b8d55d3142c9d305d1bc28 )
arm/broadcom: Fix a typo in a source code comment
- s/preceeded/preceded/
(cherry picked from commit 8aa4fa7bf9b36a873aa2fd3cc22e8e15b97ea81e )
kern: Fix a typo in a source code comment
- s/segement/segment/
(cherry picked from commit f87ab066722f3ffb19885ed501a7a136355340a2 )
qlnxe(4) : Fix a typo in a source code comment
- s/segement/segment/
(cherry picked from commit ff08ad36c2acb3553b9f585a9bd01fd1306bfd7e )
mlx(4) : Fix a typo in a source code comment
- s/segements/segments/
(cherry picked from commit 3e46676638ac089c71e8424961449895c0babcfb )
libsa/geli: Fix a typo in an error message
- s/crypo/crypto/
(cherry picked from commit fa567fe7c537950fe48e35fa3b0827af4a45ec57 )
doc: Updated devel/py-lama to 8.4.1nb2
NetBSD /pkgsrc JyHu4AS — devel/py-lama Makefile distinfo, devel/py-lama/patches patch-pylama_lint_____init____.py py-lama: stop using deprecated pkg_resources
Bump PKGREVISION.
website/ru: Update administration.adoc
Update to the EN revision 777680e4ad63ee8a2dcc9a074414f2b4952feaeb
Also capitalize teams names in several places.
doc: Updated time/py-icalendar to 7.0.1
py-icalendar: update to 7.0.1.
Minor changes
Setting calendar_name now also writes X-WR-CALNAME, and setting description now also writes X-WR-CALDESC, for improved client compatibility. #918
Bug fixes
Make typing_extensions a dependency. #1202
Documentation
Fixed the version switcher on Read the Docs, and documented the process for a major release. #1194
Added usage examples for reading calendars from files and URL. #756
doc: Updated devel/py-google-api-core to 2.30.0
py-google-api-core: update to 2.30.0.
2.30.0 (2026-02-17)
Bug Fixes
preserve exception cause (c7fc19303e0f1d7357109a73c13f875a5ced7606)
require Python ≥ 3.9, protobuf ≥ 4.25.8 (2d1aa4288c222b247fc49ea0da03c126c051e079)
doc: Updated www/py-flask to 3.1.3
py-flask: update to 3.1.3.
Version 3.1.3
-------------
Released 2026-02-18
- The session is marked as accessed for operations that only access the keys
but not the values, such as ``in`` and ``len``. :ghsa:`68rp-wp8r-4726`
doc: Updated devel/py-filelock to 3.24.3
py-filelock: update to 3.24.3.
fix(ci): add trailing blank line after changelog entries by @gaborbernat in #492
fix(unix): handle ENOENT race on FUSE/NFS during acquire by @gaborbernat in #495
doc: Updated devel/py-cattrs to 26.1.0
py-cattrs: update to 26.1.0.
## 26.1.0 (2026-02-18)
- Add the {mod}`tomllib <cattrs.preconf.tomllib>` preconf converter.
See [here](https://catt.rs/en/latest/preconf.html#tomllib ) for details.
([#716](https://github.com/python-attrs/cattrs/pull/716 ))
- Customizing un/structuring of _attrs_ classes, dataclasses, TypedDicts and dict NamedTuples is now possible by using `Annotated[T, override()]` on fields.
See [here](https://catt.rs/en/stable/customizing.html#using-typing-annotated-t-override ) for more details.
([#717](https://github.com/python-attrs/cattrs/pull/717 ))
- Fix structuring of nested generic classes with stringified annotations.
([#688](https://github.com/python-attrs/cattrs/pull/688 ))
- Python 3.9 is no longer supported, as it is end-of-life. Use previous versions on this Python version.
([#698](https://github.com/python-attrs/cattrs/pull/698 ))
- Apply the attrs converter to the default value before checking if it is equal to the attribute's value, when `omit_if_default` is true and an attrs converter is specified.
([#696](https://github.com/python-attrs/cattrs/pull/696 ))
- Use the optional `_value_` type hint to structure and unstructure enums if present.
([#699](https://github.com/python-attrs/cattrs/issues/699 ))
- Aliases (when in use) now properly generate rename metadata in generated hooks.
[13 lines not shown ] Change HOMEPAGE to point to English version of the web page instead
of the German one.
OK rsadowski@ kn@
palemoon: dbus option needs dbus-glib
PR pkg/60028
palemoon: Optionally depend on dbus-glib
doc: Updated textproc/ov to 0.51.1