From 98cd69e2d0690055be1f9410c6642deb4b123aecfbf3f2703f65249b6c8cbe50 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Thu, 19 Oct 2023 21:36:25 +0000 Subject: [PATCH 1/2] Better files OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:flask/python-Flask-SQLAlchemy?expand=0&rev=28 --- python-Flask-SQLAlchemy.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-Flask-SQLAlchemy.spec b/python-Flask-SQLAlchemy.spec index 57351ab..cbb6ca3 100644 --- a/python-Flask-SQLAlchemy.spec +++ b/python-Flask-SQLAlchemy.spec @@ -61,6 +61,6 @@ Adds SQLAlchemy support to your Flask application. %license LICENSE.rst %doc CHANGES.rst README.rst %{python_sitelib}/flask_sqlalchemy -%{python_sitelib}/flask_sqlalchemy-%{version}.dist-info +%{python_sitelib}/flask_sqlalchemy-%{version}*-info %changelog From 9e564dfca5baa112af4be26713aaf42e890c712b4ef809c7ff1bba3fc9e78017 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Thu, 19 Oct 2023 21:37:26 +0000 Subject: [PATCH 2/2] - Clean up the SPEC file OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:flask/python-Flask-SQLAlchemy?expand=0&rev=29 --- python-Flask-SQLAlchemy.changes | 5 +++++ python-Flask-SQLAlchemy.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/python-Flask-SQLAlchemy.changes b/python-Flask-SQLAlchemy.changes index 9b0c027..be5a205 100644 --- a/python-Flask-SQLAlchemy.changes +++ b/python-Flask-SQLAlchemy.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Oct 19 21:37:17 UTC 2023 - Matej Cepl + +- Clean up the SPEC file + ------------------------------------------------------------------- Fri Sep 29 13:25:24 UTC 2023 - Ondřej Súkup diff --git a/python-Flask-SQLAlchemy.spec b/python-Flask-SQLAlchemy.spec index cbb6ca3..119cc82 100644 --- a/python-Flask-SQLAlchemy.spec +++ b/python-Flask-SQLAlchemy.spec @@ -24,12 +24,12 @@ Summary: SQLAlchemy support for Flask License: BSD-3-Clause URL: https://github.com/mitsuhiko/flask-sqlalchemy Source: https://files.pythonhosted.org/packages/source/f/flask_sqlalchemy/flask_sqlalchemy-%{version}.tar.gz -# BR krb5 - the test suite fails with krb5-mini (and users in any case will only ever get krb5, never krb5-mini) -BuildRequires: krb5 BuildRequires: %{python_module flit-core} BuildRequires: %{python_module pip} BuildRequires: %{python_module wheel} BuildRequires: fdupes +# BR krb5 - the test suite fails with krb5-mini (and users in any case will only ever get krb5, never krb5-mini) +BuildRequires: krb5 BuildRequires: python-rpm-macros Requires: python-Flask >= 2.2 Requires: python-SQLAlchemy >= 2.0.16