From 2693e7c1caafe659aee8716173936cbde457eb0bc40ad3b6eb83d7b0849ba34c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Sun, 28 Jan 2018 23:54:28 +0000 Subject: [PATCH] Accepting request 570408 from home:apersaud:branches:devel:languages:python update to latest version OBS-URL: https://build.opensuse.org/request/show/570408 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-SQLAlchemy?expand=0&rev=100 --- SQLAlchemy-1.2.1.tar.gz | 3 --- SQLAlchemy-1.2.2.tar.gz | 3 +++ python-SQLAlchemy.changes | 25 +++++++++++++++++++++++++ python-SQLAlchemy.spec | 2 +- 4 files changed, 29 insertions(+), 4 deletions(-) delete mode 100644 SQLAlchemy-1.2.1.tar.gz create mode 100644 SQLAlchemy-1.2.2.tar.gz diff --git a/SQLAlchemy-1.2.1.tar.gz b/SQLAlchemy-1.2.1.tar.gz deleted file mode 100644 index b2236bf..0000000 --- a/SQLAlchemy-1.2.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9ede7070d6fd18f28058be88296ed67893e2637465516d6a596cd9afea97b154 -size 5457455 diff --git a/SQLAlchemy-1.2.2.tar.gz b/SQLAlchemy-1.2.2.tar.gz new file mode 100644 index 0000000..4d20b20 --- /dev/null +++ b/SQLAlchemy-1.2.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64b4720f0a8e033db0154d3824f5bf677cf2797e11d44743cf0aebd2a0499d9d +size 5460157 diff --git a/python-SQLAlchemy.changes b/python-SQLAlchemy.changes index 1e85539..b7ac59c 100644 --- a/python-SQLAlchemy.changes +++ b/python-SQLAlchemy.changes @@ -1,3 +1,28 @@ +------------------------------------------------------------------- +Sun Jan 28 18:53:04 UTC 2018 - arun@gmx.de + +- update to version 1.2.2: + * orm + + [orm] [bug] Fixed 1.2 regression regarding new bulk_replace + event where a backref would fail to remove an object from the + previous owner when a bulk-assignment assigned the object to a + new owner. References: #4171 + * mysql + + [mysql] [bug] Added more MySQL 8.0 reserved words to the MySQL + dialect for quoting purposes. Pull request courtesy Riccardo + Magliocchetti. + * mssql + + [mssql] [bug] Added ODBC error code 10054 to the list of error + codes that count as a disconnect for ODBC / MSSQL server. + References: #4164 + * oracle + + [oracle] [bug] The cx_Oracle dialect now calls setinputsizes() + with cx_Oracle.NCHAR unconditionally when the NVARCHAR2 + datatype, in SQLAlchemy corresponding to sqltypes.Unicode(), is + in use. Per cx_Oracle’s author this allows the correct + conversions to occur within the Oracle client regardless of the + setting for NLS_NCHAR_CHARACTERSET. References: #4163 + ------------------------------------------------------------------- Wed Jan 17 04:05:43 UTC 2018 - arun@gmx.de diff --git a/python-SQLAlchemy.spec b/python-SQLAlchemy.spec index f32fb81..77d57a4 100644 --- a/python-SQLAlchemy.spec +++ b/python-SQLAlchemy.spec @@ -21,7 +21,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define oldpython python Name: python-SQLAlchemy -Version: 1.2.1 +Version: 1.2.2 Release: 0 Url: http://www.sqlalchemy.org Summary: Database Abstraction Library