From b462d8f0f7b4d3825c8ac687905edf67c54cb9f0166fed7ddd1685cbf0b4d496 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Tue, 1 Jun 2021 06:51:47 +0000 Subject: [PATCH] Accepting request 882931 from home:apersaud:branches:devel:languages:python:flask update to latest version OBS-URL: https://build.opensuse.org/request/show/882931 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:flask/python-Flask-SQLAlchemy?expand=0&rev=12 --- Flask-SQLAlchemy-2.4.4.tar.gz | 3 --- Flask-SQLAlchemy-2.5.1.tar.gz | 3 +++ python-Flask-SQLAlchemy.changes | 14 ++++++++++++++ python-Flask-SQLAlchemy.spec | 4 ++-- 4 files changed, 19 insertions(+), 5 deletions(-) delete mode 100644 Flask-SQLAlchemy-2.4.4.tar.gz create mode 100644 Flask-SQLAlchemy-2.5.1.tar.gz diff --git a/Flask-SQLAlchemy-2.4.4.tar.gz b/Flask-SQLAlchemy-2.4.4.tar.gz deleted file mode 100644 index 81bc019..0000000 --- a/Flask-SQLAlchemy-2.4.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bfc7150eaf809b1c283879302f04c42791136060c6eeb12c0c6674fb1291fae5 -size 132193 diff --git a/Flask-SQLAlchemy-2.5.1.tar.gz b/Flask-SQLAlchemy-2.5.1.tar.gz new file mode 100644 index 0000000..28bea33 --- /dev/null +++ b/Flask-SQLAlchemy-2.5.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2bda44b43e7cacb15d4e05ff3cc1f8bc97936cc464623424102bfc2c35e95912 +size 132750 diff --git a/python-Flask-SQLAlchemy.changes b/python-Flask-SQLAlchemy.changes index f614d1c..3659a99 100644 --- a/python-Flask-SQLAlchemy.changes +++ b/python-Flask-SQLAlchemy.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Sun Apr 4 23:23:50 UTC 2021 - Arun Persaud + +- specfile: + * update copyright year + +- update to version 2.5.1: + * Fix compatibility with Python 2.7. + +- changes from version 2.5.0: + * Update to support SQLAlchemy 1.4. + * SQLAlchemy URL objects are immutable. Some internal methods have + changed to return a new URL instead of None. :issue:`885` + ------------------------------------------------------------------- Sat Jul 18 18:04:37 UTC 2020 - Arun Persaud diff --git a/python-Flask-SQLAlchemy.spec b/python-Flask-SQLAlchemy.spec index fc3e8a1..d0e3e07 100644 --- a/python-Flask-SQLAlchemy.spec +++ b/python-Flask-SQLAlchemy.spec @@ -1,7 +1,7 @@ # # spec file for package python-Flask-SQLAlchemy # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-Flask-SQLAlchemy -Version: 2.4.4 +Version: 2.5.1 Release: 0 Summary: SQLAlchemy support for Flask License: BSD-3-Clause