lua-ldap: update to 1.4.0
Changes since 1.3.0:
1.4.0:
Changed
Add optional timeout argument to open and open_simple
1.3.1:
Fixed
Fix segfault in search() with multiple attrs
Changed
Improve example with search() in manual
net/nextcloud-client -- patch update to 3.17.4
Silence developer warnings
From upstream's changelog:
fix(network): fall back to unlimited bandwidth in case the legacy
global limit is still set by @nilsding in #8925
fix(i18n): Fixed grammar by @rakekniven in #8870
fix(discovery): display more user friendly message when data is
missing from server response. by @camilasan in #8982
fix: make sure migration is skipped when setting
DISABLE_ACCOUNT_MIGRATION by @camilasan in #8973
fix: activity tray is not refreshed by @Rello in #9043
fix: Clicking the copy share link button breaks it. by @Aiiaiiio
in #8785
fix: try to avoid displaying duplicate server notifications in
activity list by @nilsding in #8782
[16 lines not shown]
varcache: add support package to speed up bulk builds
Usage:
make show-varcache > varcache.mk
and include the resulting varcache.mk from your /etc/mk.conf file during
bulk builds to avoid having to find out relatively fixed values again for
every package in the scan and build phase.
Not hooked up to pkgtools/Makefile because it's not a package, just a
convenience target.
This package is from jperkin, thanks!
py-pathspec: updated to 1.0.2
1.0.2 (2026-01-07)
Bug fixes:
- Type hint `collections.abc.Callable` does not properly replace `typing.Callable` until Python 3.9.2.
1.0.1 (2026-01-06)
Bug fixes:
- `Issue 100`_: ValueError(f"{patterns=!r} cannot be empty.") when using black.
1.0.0 (2026-01-05)
Major changes:
[35 lines not shown]
py-virtualenv: updated to 2.36.0
Features - 20.36.0
Add support for PEP 440 version specifiers in the --python flag. Users can now specify Python versions using operators like >=, <=, ~=, etc. For example: virtualenv --python=">=3.12" myenv .
py-nihtest: update to 1.10.0.
# 1.10.0 [2026-01-09]
- Add support for running multiple tests and configuring a test suite.
- Add option to run program inside debugger.
- Fix handling of relative paths in program directories.
## [0.37.0] - 2026-01-07
### Release highlights
* A new syntax for referring to hidden and divergent change IDs is available:
`xyz/n` where `n` is a number. For instance, `xyz/0` refers to the latest
version of `xyz`, while `xyz/1` refers to the previous version of `xyz`.
This allows you to perform actions like `jj restore --from xyz/1 --to xyz` to
restore `xyz` to its previous contents, if you made a mistake.
For divergent changes, the numeric suffix will always be shown in the log,
allowing you to disambiguate them in a similar manner.
### Breaking changes
* [String patterns](docs/revsets.md#string-patterns) in revsets, command
arguments, and configuration are now parsed as globs by default. Use
`substring:` or `exact:` prefix as needed.
[115 lines not shown]