Accepting request 896577 from devel:languages:python:flask

OBS-URL: https://build.opensuse.org/request/show/896577
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Flask-SQLAlchemy?expand=0&rev=6
This commit is contained in:
Dominique Leuenberger 2021-06-01 08:40:07 +00:00 committed by Git OBS Bridge
commit a2d26a6e1d
4 changed files with 19 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:bfc7150eaf809b1c283879302f04c42791136060c6eeb12c0c6674fb1291fae5
size 132193

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2bda44b43e7cacb15d4e05ff3cc1f8bc97936cc464623424102bfc2c35e95912
size 132750

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Sun Apr 4 23:23:50 UTC 2021 - Arun Persaud <arun@gmx.de>
- 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 <arun@gmx.de>

View File

@ -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