From e2890a5f08c7999ef898ccff9dda5b912dbecf24e3052388f17271c5aa910fda Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 15 Feb 2023 12:35:59 +0000 Subject: [PATCH] =?UTF-8?q?-=20update=20to=201.4.46:=20=20=20*=20A=20new?= =?UTF-8?q?=20deprecation=20=E2=80=9Cuber=20warning=E2=80=9D=20is=20now=20?= =?UTF-8?q?emitted=20at=20runtime=20the=20=20=20=20=20first=20time=20any?= =?UTF-8?q?=20SQLAlchemy=202.0=20deprecation=20warning=20would=20=20=20=20?= =?UTF-8?q?=20normally=20be=20emitted,=20but=20the=20SQLALCHEMY=5FWARN=5F2?= =?UTF-8?q?0=20environment=20=20=20=20=20variable=20is=20not=20set.=20=20?= =?UTF-8?q?=20see=20https://docs.sqlalchemy.org/en/20/changelog/changelog?= =?UTF-8?q?=5F14.html#change-1.4.46?= 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=224 --- SQLAlchemy-1.4.45.tar.gz | 3 --- SQLAlchemy-1.4.46.tar.gz | 3 +++ python-SQLAlchemy.changes | 10 ++++++++++ python-SQLAlchemy.spec | 2 +- 4 files changed, 14 insertions(+), 4 deletions(-) delete mode 100644 SQLAlchemy-1.4.45.tar.gz create mode 100644 SQLAlchemy-1.4.46.tar.gz diff --git a/SQLAlchemy-1.4.45.tar.gz b/SQLAlchemy-1.4.45.tar.gz deleted file mode 100644 index 64515a1..0000000 --- a/SQLAlchemy-1.4.45.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fd69850860093a3f69fefe0ab56d041edfdfe18510b53d9a2eaecba2f15fa795 -size 8535958 diff --git a/SQLAlchemy-1.4.46.tar.gz b/SQLAlchemy-1.4.46.tar.gz new file mode 100644 index 0000000..b4b2629 --- /dev/null +++ b/SQLAlchemy-1.4.46.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6913b8247d8a292ef8315162a51931e2b40ce91681f1b6f18f697045200c4a30 +size 8544238 diff --git a/python-SQLAlchemy.changes b/python-SQLAlchemy.changes index 1f506ef..a52f905 100644 --- a/python-SQLAlchemy.changes +++ b/python-SQLAlchemy.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Wed Feb 15 12:34:21 UTC 2023 - Dirk Müller + +- update to 1.4.46: + * A new deprecation “uber warning” is now emitted at runtime the + first time any SQLAlchemy 2.0 deprecation warning would + normally be emitted, but the SQLALCHEMY_WARN_20 environment + variable is not set. + see https://docs.sqlalchemy.org/en/20/changelog/changelog_14.html#change-1.4.46 + ------------------------------------------------------------------- Mon Jan 2 19:33:29 UTC 2023 - Dirk Müller diff --git a/python-SQLAlchemy.spec b/python-SQLAlchemy.spec index bddbece..1f28967 100644 --- a/python-SQLAlchemy.spec +++ b/python-SQLAlchemy.spec @@ -19,7 +19,7 @@ %define skip_python2 1 %define oldpython python Name: python-SQLAlchemy -Version: 1.4.45 +Version: 1.4.46 Release: 0 Summary: Database Abstraction Library License: MIT