1
0

7 Commits

Author SHA256 Message Date
8151373b7f Accepting request 1224457 from devel:languages:python:flask
OBS-URL: https://build.opensuse.org/request/show/1224457
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Flask-SQLAlchemy?expand=0&rev=16
2024-11-17 15:39:45 +00:00
f8b049f014 - temporarily disable tests that are broken with SLQAlchemy 2.0.36
* https://github.com/pallets-eco/flask-sqlalchemy/issues/1378

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:flask/python-Flask-SQLAlchemy?expand=0&rev=35
2024-11-15 13:31:07 +00:00
631bc225d4 Accepting request 1219235 from devel:languages:python:flask
- Ignore ResourceWarning during pytest to avoid a Python 3.13 failure.

OBS-URL: https://build.opensuse.org/request/show/1219235
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Flask-SQLAlchemy?expand=0&rev=15
2024-10-30 16:37:20 +00:00
755c75e296 - Ignore ResourceWarning during pytest to avoid a Python 3.13 failure.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:flask/python-Flask-SQLAlchemy?expand=0&rev=33
2024-10-30 02:35:00 +00:00
OBS User buildservice-autocommit
697f0ef774 Updating link to change in openSUSE:Factory/python-Flask-SQLAlchemy revision 14
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:flask/python-Flask-SQLAlchemy?expand=0&rev=56fc2c884f11bc38acab02a72538be17
2024-02-01 17:05:03 +00:00
OBS User buildservice-autocommit
690a150496 Accepting request 1143168 from devel:languages:python:flask
baserev update by copy to link target

OBS-URL: https://build.opensuse.org/request/show/1143168
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:flask/python-Flask-SQLAlchemy?expand=0&rev=32
2024-02-01 17:05:03 +00:00
ea2fa74d48 - Add patch stop-using-utcnow.patch:
* Use a callable wrapping datetime.now(utc) rather than utcnow().

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:flask/python-Flask-SQLAlchemy?expand=0&rev=31
2024-02-01 05:14:53 +00:00
2 changed files with 16 additions and 2 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Fri Nov 15 13:23:23 UTC 2024 - Nico Krapp <nico.krapp@suse.com>
- temporarily disable tests that are broken with SLQAlchemy 2.0.36
* https://github.com/pallets-eco/flask-sqlalchemy/issues/1378
-------------------------------------------------------------------
Wed Oct 30 02:33:57 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>
- Ignore ResourceWarning during pytest to avoid a Python 3.13 failure.
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Feb 1 05:13:58 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com> Thu Feb 1 05:13:58 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>

View File

@@ -57,12 +57,15 @@ Adds SQLAlchemy support to your Flask application.
%python_expand %fdupes %{buildroot}%{$python_sitelib} %python_expand %fdupes %{buildroot}%{$python_sitelib}
%check %check
%pytest # skip tests that are broken with SQLAlchemy 2.0.36
# https://github.com/pallets-eco/flask-sqlalchemy/issues/1378
donttest=("-k" "not test_model_bind")
%pytest -W "ignore::ResourceWarning" "${donttest[@]}"
%files %{python_files} %files %{python_files}
%license LICENSE.rst %license LICENSE.rst
%doc CHANGES.rst README.rst %doc CHANGES.rst README.rst
%{python_sitelib}/flask_sqlalchemy %{python_sitelib}/flask_sqlalchemy
%{python_sitelib}/flask_sqlalchemy-%{version}*-info %{python_sitelib}/flask_sqlalchemy-%{version}.dist-info
%changelog %changelog