From f668cbb37b75724afece79aa92103f4f27f45e51bd3fb34b5cae070ba5febc54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Thu, 20 Aug 2020 12:04:06 +0000 Subject: [PATCH] =?UTF-8?q?-=20update=20to=201.3.19=20=20*=20Adjusted=20th?= =?UTF-8?q?e=20workings=20of=20the=20Mapper.all=5Form=5Fdescriptors()=20?= =?UTF-8?q?=20*=20The=20name=20of=20the=20virtual=20column=20used=20when?= =?UTF-8?q?=20using=20the=20AbstractConcreteBase=20=20=20=20=20and=20Concr?= =?UTF-8?q?eteBase=20classes=20can=20now=20be=20customized=20=20*=20Repair?= =?UTF-8?q?ed=20an=20issue=20where=20the=20=E2=80=9CORDER=20BY=E2=80=9D=20?= =?UTF-8?q?clause=20rendering=20a=20label=20name=20rather=20=20=20=20=20th?= =?UTF-8?q?an=20a=20complete=20expression=20=20*=20The=20LookupError=20mes?= =?UTF-8?q?sage=20will=20now=20provide=20the=20user=20with=20up=20to=20fou?= =?UTF-8?q?r=20possible=20=20=20=20=20values=20that=20a=20column=20is=20co?= =?UTF-8?q?nstrained=20to=20via=20the=20Enum=20=20*=20Fixed=20issue=20wher?= =?UTF-8?q?e=20the=20Connection.execution=5Foptions.schema=5Ftranslate=5Fm?= =?UTF-8?q?ap=20=20=20=20=20feature=20would=20not=20take=20effect=20when?= =?UTF-8?q?=20the=20Sequence.next=5Fvalue()=20function=20=20=20=20=20for?= =?UTF-8?q?=20a=20Sequence=20were=20used=20in=20the=20Column.server=5Fdefa?= =?UTF-8?q?ult=20parameter=20=20=20=20=20and=20the=20create=20table=20DDL?= =?UTF-8?q?=20were=20emitted.=20=20*=20Added=20a=20**kw=20argument=20to=20?= =?UTF-8?q?the=20DeclarativeMeta.=5F=5Finit=5F=5F()=20method?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-SQLAlchemy?expand=0&rev=172 --- SQLAlchemy-1.3.18.tar.gz | 3 --- SQLAlchemy-1.3.19.tar.gz | 3 +++ python-SQLAlchemy.changes | 17 +++++++++++++++++ python-SQLAlchemy.spec | 2 +- 4 files changed, 21 insertions(+), 4 deletions(-) delete mode 100644 SQLAlchemy-1.3.18.tar.gz create mode 100644 SQLAlchemy-1.3.19.tar.gz 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