SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for python310-SQLAlchemy-Utils-0.41.2-83.5.noarch.rpm :

* 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.
* Tue Oct 26 2021 Dirk Müller - update to 0.37.9:
* Fixed base padding class abstract methods
* Optimized cast_locale function
* Allow for arbitrary Table keyword arguments in create_table_from_selectable
* Tue Sep 07 2021 Dirk Müller - update to 0.37.8:
* Added \'zoneinfo\' backend to TimezoneType
* Added identifier quoting for view functions and constructs
* Added literal processor for UUIDType
* Thu Jun 17 2021 Dirk Müller - update to 0.37.6:
* Added `cache_ok=True` for TSVectorType
* Fixed instant_defaults_listener to respect constructor supplied kwargs
* Fixed incorrect Ltree.lca behaviour
* Added `cache_ok=True` for all custom types
* Added CockroachDB support for UUIDType
* Fri May 14 2021 Arun Persaud - specfile:
* update copyright year- update to version 0.37.2:
* Added python_requires to setup.py- changes from version 0.37.1:
* Removed py27 from pypi wheel- changes from version 0.37.0:
* Added SQLAlchemy 1.4 support
* Fixed database_exists() on PostgreSQL (#462)
* Added create_database support pymssql (#486)
* Removed sort_query, get_query_entities and get_query_entity_by_alias functions
 
ICM