forked from pool/python-SQLAlchemy
- update to 2.0.23:
* https://docs.sqlalchemy.org/en/20/changelog/changelog_20.html#change-2.0.23 * https://docs.sqlalchemy.org/en/20/changelog/changelog_20.html#change-2.0.22 - use generic Cython >= 3 buildrequires https://docs.sqlalchemy.org/en/20/changelog/changelog_20.html#change-2.0.19 * see update/delete statements. producing the wrong ON clause for the joinedload. is common when using ORM Declarative mixins. References: #9773 * https://docs.sqlalchemy.org/en/20/changelog/changelog_20.html#change-2.0.13 see https://docs.sqlalchemy.org/en/20/changelog/changelog_14.html#change-1.4.46 see https://docs.sqlalchemy.org/en/20/changelog/changelog_14.html#change-1.4.45 Bugfixes, see * https://docs.sqlalchemy.org/en/14/changelog/changelog_14.html#change-1.4.28 * see https://docs.sqlalchemy.org/en/14/changelog/changelog_14.html#change-1.4.27 constraints as well table /view detection. Oracle, PostgreSQL, and MySQL. * bugfixes for various engines, see stringify correctly. Pull request courtesy Andrzej Bartosiński. the path registry is compared to a path registry in all cases; invalid configuration, would fail to raise if the - add upstream fix_test_reflection.patch to fix tests with new sqlite + [orm] [bug] Fixed regression in 1.2.7 caused by #4228, which callable passed to a Session was assumed to be a subclass of Query with class method availability, as opposed to an arbitrary callable. In particular, the dogpile caching example illustrates query_cls as a function and not a Query subclass. + [orm] [bug] Fixed a long-standing regression that occurred in version 1.0, which prevented the use of a custom MapperOption that alters the _params of a Query object for a lazy load, OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-SQLAlchemy?expand=0&rev=249
This commit is contained in:
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:05b971ab1ac2994a14c56b35eaaa91f86ba080e9ad481b20d99d77f381bb6258
|
|
||||||
size 9454220
|
|
||||||
3
SQLAlchemy-2.0.23.tar.gz
Normal file
3
SQLAlchemy-2.0.23.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:c1bda93cbbe4aa2aa0aa8655c5aeda505cd219ff3e8da91d1d329e143e4aff69
|
||||||
|
size 9474103
|
||||||
@@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 27 09:11:36 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to 2.0.23:
|
||||||
|
* https://docs.sqlalchemy.org/en/20/changelog/changelog_20.html#change-2.0.23
|
||||||
|
* https://docs.sqlalchemy.org/en/20/changelog/changelog_20.html#change-2.0.22
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Sep 29 15:23:49 UTC 2023 - Martin Schreiner <martin.schreiner@suse.com>
|
Fri Sep 29 15:23:49 UTC 2023 - Martin Schreiner <martin.schreiner@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-SQLAlchemy
|
Name: python-SQLAlchemy
|
||||||
Version: 2.0.21
|
Version: 2.0.23
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Database Abstraction Library
|
Summary: Database Abstraction Library
|
||||||
License: MIT
|
License: MIT
|
||||||
|
|||||||
Reference in New Issue
Block a user