py-fsspec: updated to 2026.6.0
2026.6.0
Fixes
- FTP: preserve filenames containing whitespace in _mlsd2
- Prevent attribute error for 'forced' before flushing cache
- Reflect async _walk correctly
- Fix infinite recursion in expand_path with glob magic characters
- Do not strip trailing slashes from data URIs
- Fix referenceFS for new zarr and pandas
- Omit get_ident() from cache token for async impl in sync mode
Other
- Fix AsyncFileSystem._cat_ranges on_error handling
- Forward kwargs from cat_ranges to cat_file
- Don't parse refFS templates by default
[2 lines not shown]
py-greenlet: updated to 3.5.3
3.5.3 (2026-06-26)
- Fix a crash on free-threaded builds when multiple greenlets were
holding a critical section on an object and the GIL for the thread
was dropped.
py-alembic: updated to 1.18.5
1.18.5
usecase
[usecase] [commands]
Added --splice support to the merge() command. Previously, the merge command would suggest using --splice when attempting to merge non-head revisions, but the flag was not actually accepted by the command. The splice parameter is now available in both the command-line interface and the command.merge() function, matching the existing support in command.revision(). Pull request courtesy Kadir Can Ozden.
[usecase] [environment]
Added ScriptDirectory.get_heads.consider_depends_on parameter to ScriptDirectory.get_heads(). When set to True, head revisions that are also a dependency of another revision via depends_on are excluded from the result, matching the effective heads that would be present in the alembic_version table after running all upgrades.
bug
[bug] [autogenerate]
Fixed rendering of dialect keyword arguments containing Column objects within sequences, such as postgresql_include. These were previously rendered using repr(), producing invalid Python in the generated migration scripts. Column objects within list or tuple values are now correctly rendered as their string column names. Pull request courtesy Ajay Singh.
[bug] [mysql]
Implemented type comparison for ENUM datatypes on MySQL, which checks that the individual enum values are equivalent. If additional entries are on either side, this generates a diff. Changes of order do not generate a diff. Pull request courtesy Furkan Köykıran.
[3 lines not shown]
py-sqlalchemy: updated to 2.0.51
2.0.51
orm
[orm] [bug]
Fixed issue where subqueryload() combined with PropComparator.of_type() and PropComparator.and_() would silently drop the additional filter criteria, causing all related objects to be loaded instead of only those matching the filter. The LoaderCriteriaOption was being constructed against the base entity rather than the effective entity indicated by PropComparator.of_type(). Pull request courtesy Arya Rizky.
[orm] [bug]
Fixed bug where a failure during tpc_prepare() within Session.commit() for a two-phase session would raise IllegalStateChangeError instead of the original database exception. The internal _prepare_impl() method’s error handler was unable to invoke SessionTransaction.rollback() due to a state-change guard, preventing proper cleanup and masking the underlying error.
engine
[engine] [bug]
Fixed issue where Result.freeze() would lose track of ambiguous column names present in the original CursorResult, causing key-based access on the thawed result to silently return a value instead of raising InvalidRequestError. The SimpleResultMetaData now accepts and propagates ambiguous key information so that frozen, thawed, and pickled results raise consistently for duplicate column names. Pull request courtesy Saurabh Kohli.
[16 lines not shown]
ocaml-zarith: update to 1.14
Release 1.14 (2024-07-10)
- #148, #149: Fail unmarshaling when it would produce non-canonical big ints
- #145, #150: Use standard hash function for `Z.hash` and add `Z.seeded_hash`
- #140, #147: Add fast path for `Z.divisible` on small arguments
Release 1.13 (2023-07-19)
- #113: add conversions to/from small unsigned integers `(to|fits)_(int32|int64|nativeint)_unsigned` [Antoine Miné]
- #128: add functions to pseudo-randomly generate integers [Xavier Leroy]
- #105: add `Big_int.big_int_of_float` [Yishuai Li]
- #90: add fast path to `Z.extract` when extraction leads to a small integer [Frédéric Recoules]
- #137: more precise bounds for of_float conversion to small ints [Antoine Miné]
- #118: fix Z_mlgmpidl interface for mlgmpidl >= 1.2 [Simmo Saan]
- #109: fix typo in `ml_z_mul` function [Bernhard Schommer]
- #108: fix dependency on C evaluation order in `ml_z_remove` [Xavier Clerc]
- #117 #120 #129 #132 #135 #139 #141: configure & build simplifications and fixes [various authors]
- #134: CI testing: add Windows, test both 4.14 and 5.0 [Hugo Heuzard]
pdal-lib: updated to 2.10.2
2.10.2
Make sure StageExtensions.hpp is only included #once
Correct PDAL_CREATE_PLUGIN target name for WIN32
Use libcurl multi-interface to reduce file descriptor consumption
Clean up integer comparison warnings in tests
Encapsulate dimrange
Support external gtest with USE_EXTERNAL_GTEST
Fix dimrange sorting
Make ccache usage optional for building libE57Format
Add <unordered_map> include
readers.arrow: register XYZ dims
Account for different SPZ library include locations
Fix curl CA bundle support support
Silence nlohmann warning
Support static build
Fix PointGrid zero-cell construction for small inputs
gnucash-docs: update to 5.16.
5.16 - 28 June 2026
o Fix the description of the Character-separated radio button in the
CSV Import Assistant to match the label.
gnucash: update to 5.16.
Version history:
------- -------
5.16 - 28 June 2026
Between 5.15 and 5.16, the following bugfixes were accomplished:
Bug 421610 - RFE: Include logical dates for View->Filter by "date range"The Select Range
section of the Date tab of the register's Filter By dialog box is changed to
provide relative, specific date, or days ago options for the start and end of
the filter range. The Show number of days item label is changed to Show from days
ago to better reflect what it does.
Bug 436105 - esc key not working as expected in register: Enable the escape key to cancel a
field edit.
Bug 797384 - Gnucash doesn't handle commodity prices with big numerator/denominator properly.
Bug 798004 - Next gen UI for stock transactions
Bug 799314 - Add "enter now" option in scheduled transaction editor. tab to allow users to
select the scheduled transactions to be included in a “Since Last Run…” window.
If there are no instances of a selected transaction triggered by today’s date,
[60 lines not shown]
ledger32: fix build with latest boost
Put BROKEN marker into the python option, where it belongs.
If you don't need the Python .so file, the package now builds fine.
Bump PKGREVISION.