diff --git a/SQLAlchemy-1.3.18.tar.gz b/SQLAlchemy-1.3.18.tar.gz deleted file mode 100644 index 22a4456..0000000 --- a/SQLAlchemy-1.3.18.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:da2fb75f64792c1fc64c82313a00c728a7c301efe6a60b7a9fe35b16b4368ce7 -size 6039792 diff --git a/SQLAlchemy-1.3.19.tar.gz b/SQLAlchemy-1.3.19.tar.gz new file mode 100644 index 0000000..2fd7fb6 --- /dev/null +++ b/SQLAlchemy-1.3.19.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3bba2e9fbedb0511769780fe1d63007081008c5c2d7d715e91858c94dbaa260e +size 6197860 diff --git a/python-SQLAlchemy.changes b/python-SQLAlchemy.changes index 8b02650..fe48d0d 100644 --- a/python-SQLAlchemy.changes +++ b/python-SQLAlchemy.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Thu Aug 20 12:00:42 UTC 2020 - Ondřej Súkup + +- update to 1.3.19 + * Adjusted the workings of the Mapper.all_orm_descriptors() + * The name of the virtual column used when using the AbstractConcreteBase + and ConcreteBase classes can now be customized + * Repaired an issue where the “ORDER BY” clause rendering a label name rather + than a complete expression + * The LookupError message will now provide the user with up to four possible + values that a column is constrained to via the Enum + * Fixed issue where the Connection.execution_options.schema_translate_map + feature would not take effect when the Sequence.next_value() function + for a Sequence were used in the Column.server_default parameter + and the create table DDL were emitted. + * Added a **kw argument to the DeclarativeMeta.__init__() method + ------------------------------------------------------------------- Sun Jun 28 18:53:41 UTC 2020 - Arun Persaud diff --git a/python-SQLAlchemy.spec b/python-SQLAlchemy.spec index 15d0058..d106e8f 100644 --- a/python-SQLAlchemy.spec +++ b/python-SQLAlchemy.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define oldpython python Name: python-SQLAlchemy -Version: 1.3.18 +Version: 1.3.19 Release: 0 Summary: Database Abstraction Library License: MIT