Name: python-flask-session Version: 0.8.0 Release: 1%{?dist} Summary: Server side session extension for Flask License: BSD-3-Clause URL: https://github.com/pallets-eco/flask-session Source: %{url}/archive/%{version}/flask-session-%{version}.tar.gz BuildArch: noarch BuildRequires: python3-devel BuildRequires: python3-pytest BuildRequires: python3-pytest-cov # Extra testing deps BuildRequires: redis BuildRequires: python3-redis BuildRequires: python3-pymemcache BuildRequires: memcached # These are for the remaining tests that aren't working properly at the moment # See the check section #BuildRequires: python3-pymongo #BuildRequires: python3-boto3 #BuildRequires: python3-flask-sqlalchemy %global _description %{expand: Flask-Session is an extension for Flask that adds support for server-side sessions to your application.} %description %_description %package -n python3-flask-session Summary: %{summary} %description -n python3-flask-session %_description %prep %autosetup -p1 -n flask-session-%{version} %generate_buildrequires %pyproject_buildrequires %build %pyproject_wheel %install %pyproject_install %pyproject_save_files flask_session %check # Enable only working backends tests: # Mongo test: no mongodb in Fedora anymore due to licensing # Sqlalchemy test expects a pre-created DB # DynamoDB: missing mypy_boto3 dependencies in Fedora # Note: pytest will try to import so will fail if # we run on whole directory, so we have to run on files redis-server & %pytest -v tests/test_basic.py tests/test_cachelib.py tests/test_filesystem.py tests/test_redis.py kill %1 memcached -vv & %pytest -v tests/test_memcached.py kill %1 %files -n python3-flask-session -f %{pyproject_files} %doc README.rst %license LICENSE.rst %changelog * Tue Sep 30 2025 Federico Pellegrin - 0.8.0-1 - Bump to 0.8.0, improve testing selection * Fri Sep 19 2025 Python Maint - 0.5.0-11 - Rebuilt for Python 3.14.0rc3 bytecode * Fri Aug 15 2025 Python Maint - 0.5.0-10 - Rebuilt for Python 3.14.0rc2 bytecode * Fri Jul 25 2025 Fedora Release Engineering - 0.5.0-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild * Fri Jun 20 2025 Pavel Raiskup - 0.5.0-8 - don't buildrequire tox, we don't use it in %%check * Tue Jun 03 2025 Python Maint - 0.5.0-7 - Rebuilt for Python 3.14 * Sat Jan 18 2025 Fedora Release Engineering - 0.5.0-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild * Fri Jul 19 2024 Fedora Release Engineering - 0.5.0-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild * Wed Jul 03 2024 Python Maint - 0.5.0-4 - Rebuilt for Python 3.13 * Fri Jan 26 2024 Fedora Release Engineering - 0.5.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Mon Jan 22 2024 Fedora Release Engineering - 0.5.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Wed Dec 20 2023 Frantisek Zatloukal - 0.5.0-1 - Release 0.5.0, Initial Packaging