## 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-bidict Version: 0.24.1 Release: %autorelease Summary: Bidirectional mapping library for Python License: MPL-2.0 URL: https://bidict.readthedocs.io %global forgeurl https://github.com/jab/bidict Source: %{forgeurl}/archive/v%{version}/bidict-%{version}.tar.gz BuildSystem: pyproject BuildOption(generate_buildrequires): --dependency-groups test BuildOption(install): --assert-license bidict BuildArch: noarch %global common_description %{expand: The bidirectional mapping library for Python.} %description %{common_description} %package -n python3-bidict Summary: %{summary} %description -n python3-bidict %{common_description} %prep -a # We must work with what we have, and compatibility is good in practice. %pyproject_patch_dependency uv_build:drop_upper # We have no use for benchmarking %pyproject_patch_dependency pytest-benchmark:ignore # Not packaged; potentially useful, but we can get by without it %pyproject_patch_dependency pytest-sphinx:ignore # Not packaged; used for only one doctest, which we ignore %pyproject_patch_dependency sortedcollections:ignore # Mentioned in documentation, but doesn’t appear in an actual doctest %pyproject_patch_dependency sortedcontainers:ignore # https://docs.fedoraproject.org/en-US/packaging-guidelines/Python/#_linters %pyproject_patch_dependency coverage:ignore %pyproject_patch_dependency ty:ignore %check -a # This contains one doctest, which requires the sortedcollections dependency. # It’s not worth maintaining the dependency solely for that, especially as it # is otherwise not needed in Fedora at all. ignore="${ignore-} --ignore=docs/extending.rst" %pytest ${ignore-} -k "${k-}" %files -n python3-bidict -f %{pyproject_files} %doc CHANGELOG.rst %doc README.rst %changelog ## START: Generated by rpmautospec * Wed Aug 26 2026 Benjamin A. Beasley - 0.24.1-1 - Update to 0.24.1 (close RHBZ#2524218) * Tue Aug 25 2026 Benjamin A. Beasley - 0.24.0-2 - Backport patch for Python 3.15 test regression * Tue Aug 25 2026 Benjamin A. Beasley - 0.24.0-1 - Update to 0.24.0 (close RHBZ#2523223) * Thu Jul 16 2026 Fedora Release Engineering - 0.23.1-24 - Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild * Thu Jun 04 2026 Python Maint - 0.23.1-23 - Rebuilt for Python 3.15 * Thu May 21 2026 Benjamin A. Beasley - 0.23.1-22 - Use various long options * Sun May 10 2026 Benjamin A. Beasley - 0.23.1-21 - Use long pyproject options * Sat Jan 17 2026 Fedora Release Engineering - 0.23.1-19 - Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild * Fri Sep 19 2025 Python Maint - 0.23.1-18 - Rebuilt for Python 3.14.0rc3 bytecode * Fri Aug 15 2025 Python Maint - 0.23.1-17 - Rebuilt for Python 3.14.0rc2 bytecode * Fri Jul 25 2025 Fedora Release Engineering - 0.23.1-16 - Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild * Fri Jul 11 2025 Benjamin A. Beasley - 0.23.1-15 - Avoid depending on python-sortedcollections * Wed Jul 09 2025 Benjamin A. Beasley - 0.23.1-14 - Use the provisional pyproject declarative buildsystem * Wed Jul 09 2025 Benjamin A. Beasley - 0.23.1-13 - Assert that .dist-info contains a license file * Wed Jul 09 2025 Benjamin A. Beasley - 0.23.1-12 - Do not set redundant environment variables * Wed Jul 09 2025 Benjamin A. Beasley - 0.23.1-11 - Remove an obsolete workaround * Wed Jul 09 2025 Benjamin A. Beasley - 0.23.1-9 - Better account for test dependencies * Wed Jul 09 2025 Benjamin A. Beasley - 0.23.1-8 - Stop tracking an obsolete patch * Wed Jul 09 2025 Benjamin A. Beasley - 0.23.1-7 - Fix bogus description text * Tue Jun 03 2025 Python Maint - 0.23.1-5 - Rebuilt for Python 3.14 * Sat Jan 18 2025 Fedora Release Engineering - 0.23.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild * Fri Jul 19 2024 Fedora Release Engineering - 0.23.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild * Fri Jun 07 2024 Python Maint - 0.23.1-2 - Rebuilt for Python 3.13 * Sun Apr 07 2024 Fabian Affolter - 0.23.1-1 - Update to latest upstream release 0.23.1 (closes rhbz#2264313) * Fri Jan 26 2024 Fedora Release Engineering - 0.22.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Sun Jan 21 2024 Fedora Release Engineering - 0.22.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Thu Jul 06 2023 Benjamin A. Beasley - 0.22.1-1 - Update to 0.22.1 (fix RHBZ#2157231) - Run tests via the included run_tests.py script (including all doctests) - Fix Python 3.12 test failure (fix RHBZ#2190400, fix RHBZ#2220129) * Thu Jul 06 2023 Benjamin A. Beasley - 0.22.0-7 - Port to pyproject-rpm-macros - Stop skipping tests that would succeed - Update License to SPDX * Sat Jul 01 2023 Fedora Release Engineering - 0.22.0-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Thu Jun 15 2023 Python Maint - 0.22.0-5 - Rebuilt for Python 3.12 * Fri Jan 20 2023 Fedora Release Engineering - 0.22.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Fri Jul 22 2022 Fedora Release Engineering - 0.22.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Mon Jun 13 2022 Python Maint - 0.22.0-2 - Rebuilt for Python 3.11 * Thu Mar 24 2022 Fabian Affolter - 0.22.0-1 - Update to latest upstream release 0.22.0 (closes rhbz#2067604) * Wed Jan 26 2022 Fabian Affolter - 0.21.4-1 - Update to latest upstream release 0.21.4 (closes rhbz#2016795) * Fri Jan 21 2022 Fedora Release Engineering - 0.21.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Sun Sep 05 2021 Fabian Affolter - 0.21.3-1 - Update to latest upstream release 0.21.3 (closes rhbz#2001344) * Fri Jul 23 2021 Fedora Release Engineering - 0.21.2-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Fri Jun 04 2021 Python Maint - 0.21.2-3 - Rebuilt for Python 3.10 * Wed Jan 27 2021 Fedora Release Engineering - 0.21.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Tue Sep 08 2020 Fabian Affolter - 0.21.2-1 - Initial package for Fedora ## END: Generated by rpmautospec