Path to this page:
Subject: CVS commit: pkgsrc/databases/py-sqlalchemy-utils
From: Mark Davies
Date: 2023-06-04 01:42:11
Message id: 20230603234211.C68F9FA88@cvs.NetBSD.org
Log Message:
py-sqlalchemy-utils: update to 0.41.1
0.41.1 (2023-04-27)
- Use a custom SQL construct for refreshing materialized views in
`refresh_materialized_view`
0.41.0 (2023-04-13)
- Support psycopg3 for ``create_database()`` and ``delete_database()``.
0.40.0 (2023-02-12)
- Remove Python 3.6 support
- Add SQLAlchemy 2 support
- Add comparison operator support for LTree type
0.39.0 (2022-12-23)
- Support Python 3.11.
- Add pre-commit hooks for uniform text checks, isort, flake8, and pyupgrade.
- 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
0.38.3 (2022-07-11)
- Fixed double-quoted UUID's in sqlalchemy >= 1.4.30
- Fixed create_database() and drop_database() crashing with CockroachDB
- Added mixed case support for pg composite
- Support Python 3.10.
- Drop support for Python 3.4 and 3.5.
- Remove the dependency on the six package.
- Introduce sqlalchemy 2.0 compatibility.
0.38.2 (2021-12-29)
- Added inherit_cache=False in order to avoid SQLAlchemy warnings in
`cast_locale_expr`
0.38.1 (2021-12-21)
- Added cache_ok=True for various different types
0.38.0 (2021-12-21)
- Removed CompositeArray. Instead of CompositeArray one should use
ARRAY(dimensions=1)
- Made ChoicesType only convert lists to tuples internally.
0.37.9 (2021-10-19)
- Fixed base padding class abstract methods
- Optimized cast_locale function
- Allow for arbitrary Table keyword arguments in create_table_from_selectable
0.37.8 (2021-06-28)
- Added 'zoneinfo' backend to TimezoneType
0.37.7 (2021-06-15)
- Added identifier quoting for view functions and constructs
- Added literal processor for UUIDType
0.37.6 (2021-06-02)
- Added `cache_ok=True` for TSVectorType
0.37.5 (2021-05-31)
- Fixed instant_defaults_listener to respect constructor supplied kwargs
0.37.4 (2021-05-21)
- Fixed incorrect Ltree.lca behaviour
0.37.3 (2021-05-16)
- Added `cache_ok=True` for all custom types
- Added CockroachDB support for UUIDType
0.37.2 (2021-05-05)
- Added python_requires to setup.py
0.37.1 (2021-05-03)
- Removed py27 from pypi wheel
0.37.0 (2021-04-12)
- Added SQLAlchemy 1.4 support
- Fixed database_exists() on PostgreSQL
- Added create_database support pymssql
- Removed `sort_query`, `get_query_entities` and `get_query_entity_by_alias`
functions
Files: