SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for python312-SQLAlchemy-Utils-0.41.2-3.1.noarch.rpm :

* Fri Jan 10 2025 Ben Greiner - Demote pendulum extra: Upstream struggles to maintain it gh#python-pendulum/pendulum#590
* Tue Nov 19 2024 Dirk Müller - skip one more test for python 313 (https://github.com/kvesteri/sqlalchemy-utils/issues/764)
* Wed Oct 02 2024 Steve Kowalik - Update to 0.41.2:
* Fix breaking change introduced on SQLAlchemy 2.0.22 changes to attributes.AttributeImpl constructor- Drop patch sqlalchemy-2.0.22.patch:
* Included upstream.
* Thu Feb 22 2024 Dirk Müller - build for modern python stack
* Thu Jan 18 2024 Daniel Garcia - Add sqlalchemy-2.0.22.patch to make it compatible with SQLAlchemy>=2.0.22, gh#kvesteri/sqlalchemy-utils#725
* Tue Jun 13 2023 Steve Kowalik - Update 0.41.1:
* Use a custom SQL construct for refreshing materialized views in refresh_materialized_view
* Support psycopg3 for create_database() and delete_database()
* Remove Python 3.6 support
* Add SQLAlchemy 2 support
* Add comparison operator support for LTree type
* Support Python 3.11
* Fix a crash that occurs if the colour-science package is installed, which shares the same import name as the colour package that sqlalchemy-utils supports
* Fix a crash that occurs if the installed sqlalchemy version is a beta (like \"2.0.0b3\")
* Mon Jul 11 2022 Arun Persaud - specfile:
* remove six dependency- update to version 0.38.3:
* Fixed double-quoted UUID\'s in sqlalchemy >= 1.4.30 (#581, pull request courtesy of kurtmckee)
* Fixed create_database() and drop_database() crashing with CockroachDB (#586, pull request courtesy of kurtmckee)
* Added mixed case support for pg composite (#584, pull request courtesy of bamartin125)
* Support Python 3.10.
* Remove the dependency on the six package. (#605)
* Introduce sqlalchemy 2.0 compatibility. (#513)
* Wed Apr 20 2022 pgajdosAATTsuse.com- do not require python-mock for build
* Tue Mar 01 2022 Dirk Müller - skip uuid tests
* Mon Jan 03 2022 Dirk Müller - update to 0.38.2: - Added inherit_cache=False in order to avoid SQLAlchemy warnings in `cast_locale_expr` - Added cache_ok=True for various different types - Removed CompositeArray. Instead of CompositeArray one should use ARRAY(dimensions=1) - Made ChoicesType only convert lists to tuples internally.
 
ICM