## START: Set by rpmautospec ## (rpmautospec version 0.8.4) ## RPMAUTOSPEC: autorelease, autochangelog %define autorelease(e:s:pb:n) %{?-p:0.}%{lua: release_number = 1; base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}")); print(release_number + base_release_number - 1); }%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}} ## END: Set by rpmautospec Name: python-pyqt-feedback-flow Version: 0.3.6 Release: %autorelease Summary: Show feedback in toast-like notifications # The entire source is MIT, except for the contents of icons/, which are # content and are licensed CC-BY-SA-4.0. These files would be used for certain # documentation and examples; they do not contribute to the binary RPMs. License: MIT SourceLicense: %{license} AND CC-BY-SA-4.0 URL: https://github.com/firefly-cpp/pyqt-feedback-flow Source: %{url}/archive/%{version}/pyqt-feedback-flow-%{version}.tar.gz BuildArch: noarch BuildSystem: pyproject BuildOption(install): --assert-license pyqt_feedback_flow # Test deps.: see [tool.poetry.dev-dependencies] in pyproject.toml BuildRequires: %{py3_dist pytest} BuildRequires: %{py3_dist pytest-qt} %global common_description %{expand: On many occasions, notifications can be a valuable tool to inform a user about specific events. Sometimes, static notifications or pop-up windows may provide adequate feedback; however, there are some cases where flowing notifications can be more appropriate. This software allows us to show flowing notifications in the realm of a text or a picture. Both text and pictures (raster and vector) can be customized according to the user’s wishes, which offers a wide variety of possibilities for providing flowing feedback.} %description %{common_description} %package -n python3-pyqt-feedback-flow Summary: %{summary} # The python3dist(pyqt6) dependency generated from PyQt6 in pyproject.toml is # satisfied by python3-pyqt6-base, but this project uses PyQt6.QtSvg, which is # packaged along with other “non-core” modules in python3-pyqt6. Since this is # not represented (and currently cannot be represented) in the Python metadata, # we need explicit BuildRequires *and* Requires on the full python3-pyqt6. BuildRequires: python3-pyqt6 Requires: python3-pyqt6 %description -n python3-pyqt-feedback-flow %{common_description} %check -a %pytest --verbose %files -n python3-pyqt-feedback-flow -f %{pyproject_files} %doc CITATION.cff %doc CHANGELOG.md %doc README.md %changelog ## START: Generated by rpmautospec * Mon Sep 14 2026 Packit - 0.3.6-1 - Update to 0.3.6 upstream release - Resolves: rhbz#2452448 * Mon Sep 14 2026 Benjamin A. Beasley - 0.3.5-20 - Add a `SourceLicense` field * Mon Sep 14 2026 Benjamin A. Beasley - 0.3.5-19 - Simplify and modernize packaging * Thu Jul 16 2026 Fedora Release Engineering - 0.3.5-16 - Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild * Thu Jun 04 2026 Python Maint - 0.3.5-15 - Rebuilt for Python 3.15 * Sat Jan 17 2026 Fedora Release Engineering - 0.3.5-14 - Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild * Fri Sep 19 2025 Python Maint - 0.3.5-13 - Rebuilt for Python 3.14.0rc3 bytecode * Mon Sep 08 2025 Sandro - 0.3.5-12 - Drop dependency on toml-adapt * Fri Aug 15 2025 Python Maint - 0.3.5-11 - Rebuilt for Python 3.14.0rc2 bytecode * Fri Jul 25 2025 Fedora Release Engineering - 0.3.5-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild * Wed Jun 04 2025 Python Maint - 0.3.5-9 - Rebuilt for Python 3.14 * Sat Jan 18 2025 Fedora Release Engineering - 0.3.5-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild * Tue Dec 17 2024 Iztok Fister Jr. - 0.3.5-1 - Update to the latest release * Fri Jul 19 2024 Fedora Release Engineering - 0.3.4-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild * Wed Jul 3 2024 Iztok Fister Jr. - 0.3.4-1 - Update to the latest release * Sat Jun 08 2024 Python Maint - 0.3.3-4 - Rebuilt for Python 3.13 * Fri Jan 26 2024 Fedora Release Engineering - 0.3.3-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Mon Jan 22 2024 Fedora Release Engineering - 0.3.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Mon Jan 1 2024 Iztok Fister Jr. - 0.3.3-1 - Update to the latest release * Mon Nov 27 2023 Iztok Fister Jr. - 0.3.1-1 - Update to the latest release * Fri Jul 21 2023 Fedora Release Engineering - 0.3.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Mon Jul 03 2023 Python Maint - 0.3.0-2 - Rebuilt for Python 3.12 * Sun Jul 2 2023 Iztok Fister Jr. - 0.3.0-1 - Update to the latest release * Fri Jun 16 2023 Python Maint - 0.2.0-2 - Rebuilt for Python 3.12 * Mon Mar 27 2023 Iztok Fister Jr. - 0.2.0-1 - Update to the latest release * Fri Jan 20 2023 Fedora Release Engineering - 0.1.6-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Fri Jul 22 2022 Fedora Release Engineering - 0.1.6-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Tue Jun 14 2022 Python Maint - 0.1.6-2 - Rebuilt for Python 3.11 * Sat May 14 2022 Iztok Fister Jr. - 0.1.6-1 - Update to the latest release * Thu Mar 10 2022 Benjamin A. Beasley - 0.1.5-3 - Add explicit python3-qt5 dependency for QtSvg * Thu Mar 10 2022 Iztok Fister Jr. - 0.1.5-2 - Re-enable tests * Wed Mar 9 2022 Iztok Fister Jr. - 0.1.5-1 - Update to the latest release * Wed Feb 16 2022 Iztok Fister Jr. - 0.1.4-1 - Update to the latest release * Wed Feb 9 2022 Iztok Fister Jr. - 0.1.3-1 - Update to the latest release * Tue Feb 1 2022 Iztok Fister Jr. - 0.1.2-3 - Do not check imports * Tue Feb 1 2022 Iztok Fister Jr. - 0.1.2-2 - Fix dependency * Tue Feb 1 2022 Iztok Fister Jr. - 0.1.2-1 - Update to the latest release * Fri Jan 21 2022 Fedora Release Engineering - 0.1.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Tue Jan 11 2022 Iztok Fister Jr. - 0.1.1-1 - Initial package ## END: Generated by rpmautospec