py-gmpy2: updated to 2.3.0
Changes in gmpy2 2.3.0
* Drop support for CPython < 3.9, experimental support for PyPy. (skirpichev)
* Improved support for mixed `mpfr` and `mpc` arithmetic. (skirpichev)
* Preliminary support for free-threaded builds. (skirpichev)
* Fix behavior and memory leaks for contexts. (skirpichev)
* Fix memory leaks for `mpfr` caching. (skirpichev)
* Fix rounding errors in float(mpz) and float(mpq). (skirpichev)
* Add missing methods to `mpz` and `mpq`. (skirpichev)
* Fix round(mpz, ndigits) if ndigits is negative. (skirpichev)
* Use context's rounding mode per default in `format` and `round`. (skirpichev)
* Use setuptools_scm to manage versions. (skirpichev)
* Fix exception for float(mpfr('inf')) (was: OverflowError). (skirpichev)
* Ignore sign bit of NaN's in string output. (skirpichev)
* Support '%' formatting type for mpfr's. (skirpichev)
* Support floating-point formatting types for mpz's. (skirpichev)
* Set default precision to 6 for 'e'/'E' format types. (skirpichev)
[5 lines not shown]
py-pyftpdlib: updated to 2.2.0
Version: 2.2.0 - 2026-02-08
**Enhancements**
* remove setup.py and move installation logic into pyproject.toml.
**Bug fixes**
* Always return 200 for the ``OPTS UTF8`` and ``OPTS UTF-8 ON`` commands
to ensure correct FTP client compatibility when UTF-8 is supported.
* Fix 100% CPU spin in TLS connections after timeout. (patch by Svante
Boberg)
py-test-codspeed: updated to 4.3.0
4.3.0
This release brings support for the memory instrument, which enables you to track memory usage, heap allocations, and memory leaks in your benchmarks.
Bump uv in CI from 0.5.20 to 0.9.5
feat/improve local walltime
feat: rename instrumentation to simulation
Pin python in ci integration tests to prevent intermitent codspeed segfaults in walltime
feat: add memory profiling support
feat: add .gitignore to .codspeed folder on creation
chat/matrix-synapse: Update to 1.147.0
Round 2 of "adjust deps to match pyproject.toml".
Drop setuptools_rust as a dependency.
Tested on NetBSD 9 amd64.
Synapse 1.147.0 (2026-02-10)
Bugfixes
Fix a typo that incorrectly made setuptools_rust a runtime dependency. (#19417)
warzone2100: Update to 4.6.3
upstream changes:
-----------------
2026-02-04: Version 4.6.3:
* General:
* Fix: Detect disconnected research categories (commit:23710dd093bcc75169279f601fe646b1d8914352, #4779)
* Fix: Video sequence skip time delay for powerful systems (commit:e5654b3a9b6a930ab4857d830996b50989bd9ba3, #4785)
* Fix: VTOLs floating motionless in mid-air after failed embark (commit:55d232be355175e9764b0dd234d0e2d26de8c127, #4785)
* Fix: Auto-embark transporter selection behavior in skirmish / mp (commit:f5e663f840f7f397f74d1e3f334132298675d7ff, #4785)
* Fix: Trigger screenSizeDidChange if already started in *TitleUI::start (commit:83329a612dd0aacac0dbd743cd04e8626abaf8d4, #4790)
* Fix: History console position and sizing when layout changes (commit:eba7eb08ee875bf776b62e26a3f0e5cb81f20eed, #4796)
* Fix: Various potential crashes / asserts (too many commits, #4719, #4777, #4782)
* Graphics:
* Add: Terrain Shadows graphics option, terrain can now cast actual shadows on itself and everything else (too many commits, #4743)
* Add: Numerous improvements for shadows, lighting, and fog (too many commits, #4743)
* Change: Remove old fallback terrain renderer (commit:3c31d5d9aab6fe70cab1af00bf1acc5fcff0d233, #4743)
* Fix: Vulkan: Default-disable additional problematic layers (commit:7b4c5549016183741d2b19591afa8c104213e5a2, #4714)
* Fix: Black borders when changing display scale while fullscreen on some platforms (commit:4715d7ae4f3a9beec69947493e8ec9bcb540b68b, #4777)
[27 lines not shown]
gam: Update to 7.33.02
Changes since 7.32.06
7.33.02
Added hideinvitationssetting to <UserCalendarSettingsField> used by gam <UserTypeEntity> print|show calsettings.
7.33.01
Added option shownopolicy to gam print chromepolicies that will display output like the following if no policies apply to the selected OU or group.
gam print chromepolicies ou /Test appid chrome:emidddocikgklceeeifefomdnbkldhng namespace chrome.users.apps shownopolicy
Getting all Chrome Policies that match query (chrome.users.apps.*) for /Test
Got 0 Chrome Policies that matched query (chrome.users.apps.*) for /Test...
name,orgUnitPath,parentOrgUnitPath,direct,appId
noPolicy,/Test,/,False,chrome:emidddocikgklceeeifefomdnbkldhng
7.33.00
[12 lines not shown]
py-coverage: updated to 7.13.4
7.13.4
- Fix: the third-party code fix in 7.13.3 required examining the parent
directories where coverage was run. In the unusual situation that one of the
parent directories is unreadable, a PermissionError would occur, as
described in `issue 2129`_. This is now fixed.
- Fix: in test suites that change sys.path, coverage.py could fail with
"RuntimeError: Set changed size during iteration" as described and fixed in
`pull 2130`_. Thanks, Noah Fatsi.
- We now publish ppc64le wheels, thanks to `Pankhudi Jain <pull 2121_>`_.
openimageio: updated to 3.1.10.0
3.1.10.0
- *perf*: `IBA::resample()` and `oiiotool --resample` improvements to speed up 20x or more
- *ImageBuf*: IB::localpixels_as_[writable_]byte_image_span
- ImageBufAlgo*: IBA::make_texture now honors "maketx:threads" hint
- *heif*: Add IOProxy for input and output
- *heif*: Can not output AVIF when libheif has no HEVC support
- *heif*: Error saving multiple images with different bit depths
- *webp*: Use correct resolution limits for WebpOutput::open
- *webp*: Missing oiio:UnassociatedAlpha on input
- *fix*: Several bug fixes related to internal use of image_span
- *build*: Fix building on OpenBSD
- *deps*: Libheif 1.21 support
- *deps*: Bump build ver to 2.5.1
- *deps*: Use libheif exported config if available
- *tests*: Add new ref image for jpeg test
- *tests*: Fully disable tests when their required dependencies are missing
[5 lines not shown]
tex-haranoaji-extra{,-doc}: update to 20250811
* Based on SourceHanSerif 2.003
* Based on SourceHanSans 2.005
* Add handling for cases where duplicate Unicode code points are
mapped to a single AI0 CID
* Add space glyphs defined in AJ1
tex-haranoaji{,-doc}: update to 20250811
* Based on SourceHanSerif 2.003
* Based on SourceHanSans 2.005
* Add handling for cases where duplicate Unicode code points are
mapped to a single AI0 CID
* Add space glyphs defined in AJ1