geography/spatialindex: Update to 2.0.0
packaging NEWS:
Note that 2.0.0 is not the latest release. As described on qgis
lists, 2.1.0 changed how nearest neighbor queries with custom
functions work and it does not seem possible to use them correctly.
Thus pkgsrc is avoiding 2.1.0, as recommended by qgis.
Not mentioned in upstream NEWS:
shlib version changed from 6.1.1 to 7.0.0
upstream NEWS content;
2.0.0 has been released on 07 JUNE 2024. There are no significant
major enhancements or refactorings that should change any
behaviors. It had been a long time (almost 5 years!) since a release
and 2.0.0 was the next version number...
[21 lines not shown]
py-zipstream-ng: updated to 1.9.2
v1.9.2
Restore zipserver command that was missed during build modernization
Fix tests not being included in the sdist package
v1.9.1
Declare support for Python 3.15
Always report using ZIP_STORED for directories since they're never compressed
Improve build and packaging system
cbonsai: Initial import.
cbonsai is a bonsai tree generator. It intelligently creates,
colors, and positions a bonsai tree, and is entirely configurable
via CLI options. There are 2 modes of operation: static (see
finished bonsai tree), and live (see growth step-by-step).
This package was verified to build on FreeBSD, NetBSD, OpenBSD,
retro Linux, and macOS.
gperf: Update to 3.3.
Required for modern C. While here fix parallel builds, which until now had
been compiling during the install phase when using bmake due to Makefile bugs.
2025-04-20 Bruno Haible <bruno at clisp.org>
Release gperf-3.3.
* src/version.cc (version_string): Bump.
* tests/*.exp: Update.
* NEWS: Mention the changes.
2025-04-20 Bruno Haible <bruno at clisp.org>
Add two more assertions.
Suggested by Frank Wojcik.
* src/search.cc (Search::find_asso_values): Assert that a step's
_changing_count is positive.
[217 lines not shown]
py-test-rerunfailures: updated to 16.2
16.2 (2026-05-13)
Breaking changes
- Drop support for pytest 8.0. Minimum pytest version is now 8.1.
Features
- Add support for pytest 9.0.
Bug fixes
- Fix missing teardown for session and module scoped fixtures when fixture teardown fails.
- Clear fixture finalizers when removing cached results from failed fixtures
to fix compatibility with pytest >= 9, which asserts that ``_finalizers`` is
empty before executing a fixture.
[4 lines not shown]
py-test-codspeed: updated to 5.0.2
5.0.2 - 2026-05-14
Features
Skip Python runtime objects in callgrind
5.0.1 - 2026-05-13
Other
Enable free-threaded wheels in cibuildwheel
5.0.0 - 2026-05-13
Features
Use instrument_hooks markers in walltime
[15 lines not shown]
ugrep: updated to 7.8.2
7.8.2
upgrade to autoconf 2.73 and automake 1.18.1
update TUI logic to remove terminal() call before print() of selected results, move print() back for more maintainable code (avoid "why is this here, again?")
py-uv py-uv-build: updated to 0.11.14
0.11.14
Enhancements
Add Astral mirror URL override
Ignore top_level.txt entries in uninstall that are not valid Python identifiers
Bug fixes
Avoid applying .env files in parent process
Filter ANSI codes in logging output
Fix uv tree showing extra-conditional deps for packages required without extras
Respect build options (e.g., --no-build) during lock validation