Accepting request 1114375 from home:mimi_vx:branches:devel:languages:python:flask
- update to 3.1.1 * Deprecate the __version__ attribute. * Drop support for Python 3.7. * Add support for the SQLAlchemy 2.x API via model_class parameter. * Bump minimum version of SQLAlchemy to 2.0.16. * Remove previously deprecated code. * Pass extra keyword arguments from get_or_404 to session.get. * Fix bug with finding right bind key for clause statements. OBS-URL: https://build.opensuse.org/request/show/1114375 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:flask/python-Flask-SQLAlchemy?expand=0&rev=26
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c5765e58ca145401b52106c0f46178569243c5da25556be2c231ecc60867c5b1
|
||||
size 78504
|
||||
3
flask_sqlalchemy-3.1.1.tar.gz
Normal file
3
flask_sqlalchemy-3.1.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e4b68bb881802dda1a7d878b2fc84c06d1ee57fb40b874d3dc97dabfa36b8312
|
||||
size 81899
|
||||
@@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 29 13:25:24 UTC 2023 - Ondřej Súkup <mimi.vx@gmail.com>
|
||||
|
||||
- update to 3.1.1
|
||||
* Deprecate the __version__ attribute.
|
||||
* Drop support for Python 3.7.
|
||||
* Add support for the SQLAlchemy 2.x API via model_class parameter.
|
||||
* Bump minimum version of SQLAlchemy to 2.0.16.
|
||||
* Remove previously deprecated code.
|
||||
* Pass extra keyword arguments from get_or_404 to session.get.
|
||||
* Fix bug with finding right bind key for clause statements.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 2 07:00:50 UTC 2023 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-Flask-SQLAlchemy
|
||||
Version: 3.0.5
|
||||
Version: 3.1.1
|
||||
Release: 0
|
||||
Summary: SQLAlchemy support for Flask
|
||||
License: BSD-3-Clause
|
||||
@@ -32,11 +32,11 @@ BuildRequires: %{python_module wheel}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
Requires: python-Flask >= 2.2
|
||||
Requires: python-SQLAlchemy >= 1.4.18
|
||||
Requires: python-SQLAlchemy >= 2.0.16
|
||||
BuildArch: noarch
|
||||
# SECTION test requirements
|
||||
BuildRequires: %{python_module Flask >= 2.2}
|
||||
BuildRequires: %{python_module SQLAlchemy >= 1.4.18}
|
||||
BuildRequires: %{python_module SQLAlchemy >= 2.0.16}
|
||||
BuildRequires: %{python_module pytest}
|
||||
# /SECTION
|
||||
%python_subpackages
|
||||
|
||||
Reference in New Issue
Block a user