Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-Flask-SQLAlchemy for openSUSE:Factory checked in at 2023-08-02 16:50:03 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-Flask-SQLAlchemy (Old) and /work/SRC/openSUSE:Factory/.python-Flask-SQLAlchemy.new.22712 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-Flask-SQLAlchemy" Wed Aug 2 16:50:03 2023 rev:11 rq:1101893 version:3.0.5 Changes: -------- --- /work/SRC/openSUSE:Factory/python-Flask-SQLAlchemy/python-Flask-SQLAlchemy.changes 2023-06-12 15:28:15.315692301 +0200 +++ /work/SRC/openSUSE:Factory/.python-Flask-SQLAlchemy.new.22712/python-Flask-SQLAlchemy.changes 2023-08-02 16:51:56.506042277 +0200 @@ -1,0 +2,14 @@ +Wed Aug 2 07:00:50 UTC 2023 - Steve Kowalik <steven.kowa...@suse.com> + +- Update to 3.0.5: + * ``Pagination.next()`` enforces ``max_per_page``. + * Improve type hint for ``get_or_404`` return value to be non-optional. + * Fix type hint for ``get_or_404`` return value. + * Fix type hints for pyright (used by VS Code Pylance extension). + * Show helpful errors when mistakenly using multiple ``SQLAlchemy`` + instances for the same app, or without calling ``init_app`` + * Fix issue with getting the engine associated with a model that uses + polymorphic table inheritance. +- Update URL. + +------------------------------------------------------------------- Old: ---- Flask-SQLAlchemy-3.0.2.tar.gz New: ---- flask_sqlalchemy-3.0.5.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-Flask-SQLAlchemy.spec ++++++ --- /var/tmp/diff_new_pack.h6SM0P/_old 2023-08-02 16:51:57.974051147 +0200 +++ /var/tmp/diff_new_pack.h6SM0P/_new 2023-08-02 16:51:58.022051437 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-Flask-SQLAlchemy # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,16 +18,15 @@ %{?sle15_python_module_pythons} Name: python-Flask-SQLAlchemy -Version: 3.0.2 +Version: 3.0.5 Release: 0 Summary: SQLAlchemy support for Flask License: BSD-3-Clause -Group: Development/Languages/Python URL: https://github.com/mitsuhiko/flask-sqlalchemy -Source: https://files.pythonhosted.org/packages/source/F/Flask-SQLAlchemy/Flask-SQLAlchemy-%{version}.tar.gz +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 pdm-pep517} +BuildRequires: %{python_module flit-core} BuildRequires: %{python_module pip} BuildRequires: %{python_module wheel} BuildRequires: fdupes @@ -46,7 +45,7 @@ Adds SQLAlchemy support to your Flask application. %prep -%setup -q -n Flask-SQLAlchemy-%{version} +%autosetup -p1 -n flask_sqlalchemy-%{version} %build %pyproject_wheel @@ -61,7 +60,7 @@ %files %{python_files} %license LICENSE.rst %doc CHANGES.rst README.rst -%{python_sitelib}/flask_sqlalchemy/ -%{python_sitelib}/Flask[-_]SQLAlchemy-%{version}.dist-info/ +%{python_sitelib}/flask_sqlalchemy +%{python_sitelib}/flask_sqlalchemy-%{version}.dist-info %changelog