From a5daba2c4f4b91d556aa96ddf7c6d90e72eab9c0509898c8e7c9f40890a2dbf4 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 23 Feb 2021 17:08:06 +0000 Subject: [PATCH] - update to 1.3.23: * Release 1.3.23 contains an array of bugfixes specific to dialects such as Oracle, PostgreSQL, and MySQL. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-SQLAlchemy?expand=0&rev=185 --- SQLAlchemy-1.3.22.tar.gz | 3 --- SQLAlchemy-1.3.23.tar.gz | 3 +++ python-SQLAlchemy.changes | 7 +++++++ python-SQLAlchemy.spec | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) delete mode 100644 SQLAlchemy-1.3.22.tar.gz create mode 100644 SQLAlchemy-1.3.23.tar.gz diff --git a/SQLAlchemy-1.3.22.tar.gz b/SQLAlchemy-1.3.22.tar.gz deleted file mode 100644 index 03b1f25..0000000 --- a/SQLAlchemy-1.3.22.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:758fc8c4d6c0336e617f9f6919f9daea3ab6bb9b07005eda9a1a682e24a6cacc -size 6300186 diff --git a/SQLAlchemy-1.3.23.tar.gz b/SQLAlchemy-1.3.23.tar.gz new file mode 100644 index 0000000..c3434b2 --- /dev/null +++ b/SQLAlchemy-1.3.23.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fca33672578666f657c131552c4ef8979c1606e494f78cd5199742dfb26918b +size 6313652 diff --git a/python-SQLAlchemy.changes b/python-SQLAlchemy.changes index cb778b2..bceaf25 100644 --- a/python-SQLAlchemy.changes +++ b/python-SQLAlchemy.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Feb 23 17:07:02 UTC 2021 - Dirk Müller + +- update to 1.3.23: + * Release 1.3.23 contains an array of bugfixes specific to dialects such as + Oracle, PostgreSQL, and MySQL. + ------------------------------------------------------------------- Wed Jan 20 12:21:49 UTC 2021 - John Vandenberg diff --git a/python-SQLAlchemy.spec b/python-SQLAlchemy.spec index fc6a1fa..25f1eae 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.22 +Version: 1.3.23 Release: 0 Summary: Database Abstraction Library License: MIT