## START: Set by rpmautospec ## (rpmautospec version 0.6.0) ## RPMAUTOSPEC: autorelease, autochangelog %define autorelease(e:s:pb:n) %{?-p:0.}%{lua: release_number = 25; 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 %global pypi_name pydocstyle Name: python-%{pypi_name} Version: 6.3.0 Release: %autorelease Summary: Python docstring style checker # SPDX License: MIT URL: https://github.com/PyCQA/pydocstyle/ Source: %{pypi_source %{pypi_name}} Patch: https://github.com/PyCQA/pydocstyle/pull/656.patch BuildArch: noarch BuildRequires: python3-devel BuildRequires: python3dist(pytest) %global _description %{expand: A static analysis tool for checking compliance with Python docstring conventions. It supports most of PEP 257 out of the box, but it should not be considered a reference implementation.} %description %_description %package -n python3-%{pypi_name} Summary: %{summary} %description -n python3-%{pypi_name} %_description %prep %autosetup -n %{pypi_name}-%{version} -p1 # Manually set the correct project version. Upstream does it dynamically when # building a release with GitHub Actions by executing: # 'poetry version ${{ github.event.release.tag_name }}'. sed -r -i 's/(version = ")0.0.0-dev/\1%{version}/' pyproject.toml # Remove (incorrect) Python shebang from package's __main__.py file. sed -i '\|/usr/bin/env|d' src/pydocstyle/__main__.py %generate_buildrequires %pyproject_buildrequires %build %pyproject_wheel %install %pyproject_install %pyproject_save_files -L %{pypi_name} %check # Disable "install_package" fixure for integration tests since we want the # tests to be run against the system-installed version of the package. sed -i '/pytestmark = pytest.mark.usefixtures("install_package")/d' \ src/tests/test_integration.py # Replace 'python(2|3)?' with '%%{__python3}' in tests that run pydocstyle as # a named Python module. sed -E -i 's|"python(2\|3)?( -m pydocstyle)|"%{__python3}\2|' \ src/tests/test_integration.py %pytest -v src/tests %files -n python3-%{pypi_name} -f %{pyproject_files} %doc README.rst %license LICENSE-MIT %{_bindir}/pydocstyle %changelog ## START: Generated by rpmautospec * Tue Jun 18 2024 Sandro - 6.3.0-24 - Apply patch fixing failing tests * Tue Jun 18 2024 Sandro - 6.3.0-20 - Migrate to SPDX license identifier (no change) * Fri Jan 26 2024 Fedora Release Engineering - 6.3.0-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Mon Jan 22 2024 Fedora Release Engineering - 6.3.0-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Mon Sep 18 2023 Tadej Janež - 6.3.0-4 - Temporarily disable tests failing with Python 3.12 * Fri Jul 21 2023 Fedora Release Engineering - 6.3.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Thu Jun 15 2023 Python Maint - 6.3.0-2 - Rebuilt for Python 3.12 * Fri May 19 2023 Tadej Janež - 6.3.0-1 - Update to 6.3.0 release - Use %%{url} in %%{Source0} to avoid redundance - Introduce %%_description to avoid %%description duplication - Use the new automatic build-time dependency generator - Use new %%{pyproject_*} macros - Explain why tests are not run via Tox - Manually set the correct project version in pyproject.toml - Move incorrect shebang removal from %%build to %%prep * Fri Jan 20 2023 Fedora Release Engineering - 6.0.0-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Fri Jul 22 2022 Fedora Release Engineering - 6.0.0-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Mon Jun 13 2022 Python Maint - 6.0.0-5 - Rebuilt for Python 3.11 * Fri Jan 21 2022 Fedora Release Engineering - 6.0.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Fri Jul 23 2021 Fedora Release Engineering - 6.0.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Fri Jun 04 2021 Python Maint - 6.0.0-2 - Rebuilt for Python 3.10 * Thu Mar 25 2021 Tadej Janež - 6.0.0-1 - Update to 6.0.0 release - Remove obsolete %%python_provide macro - Use %%pytest macro * Wed Jan 27 2021 Fedora Release Engineering - 5.0.2-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Wed Jul 29 2020 Fedora Release Engineering - 5.0.2-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Thu Jul 09 2020 Tadej Janež - 5.0.2-2 - Replace Python version glob with macro to support Python 3.10 - Use automatic Requires generation * Fri Jun 26 2020 Tadej Janež - 5.0.2-1 - Update to 5.0.2 release - Add explicit BuildRequires on python3-setuptools * Tue May 26 2020 Miro Hrončok - 5.0.1-3 - Rebuilt for Python 3.9 * Thu Jan 30 2020 Fedora Release Engineering - 5.0.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Wed Dec 11 2019 Tadej Janež - 5.0.1-1 - Update to 5.0.1 release - Clean-up and modernize the SPEC file - Drop obsolete Requires/BuildRequires * Thu Sep 26 2019 Tadej Janež - 4.0.1-2 - Update %%check section - Skip linting with pep8 and drop python3-pytest-pep8 build requirement * Tue Aug 27 2019 Tadej Janež - 4.0.1-1 - Update to 4.0.1 release * Mon Aug 19 2019 Miro Hrončok - 2.0.0-10 - Rebuilt for Python 3.8 * Fri Jul 26 2019 Fedora Release Engineering - 2.0.0-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Sat Feb 02 2019 Fedora Release Engineering - 2.0.0-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Thu Oct 11 2018 Zbigniew Jędrzejewski-Szmek - 2.0.0-7 - Python2 binary package has been removed See https://fedoraproject.org/wiki/Changes/Mass_Python_2_Package_Removal * Sat Jul 14 2018 Fedora Release Engineering - 2.0.0-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Tue Jun 19 2018 Miro Hrončok - 2.0.0-5 - Rebuilt for Python 3.7 * Fri Feb 09 2018 Iryna Shcherbina - 2.0.0-4 - Update Python 2 dependency declarations to new packaging standards (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) * Fri Feb 09 2018 Fedora Release Engineering - 2.0.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Thu Jul 27 2017 Fedora Release Engineering - 2.0.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Fri Jun 30 2017 Tadej Janež - 2.0.0-1 - Initial release in Fedora 25+. * Mon May 08 2017 Tadej Janež - 2.0.0-0.1 - Update to 2.0.0 release. - Update Requires and BuildRequires for the new version. - Drop pep257 compatibility console script. * Fri Apr 07 2017 Tadej Janež - 1.1.1-0.2 - Temporarily use GitHub arhive download service until upstream includes tests in the release tarballs. - Run tests in %%check. - Add appropriate BuildRequires for running the tests. - Remove end-of-line encoding fixes which are no longer necessary. * Mon Jan 02 2017 Tadej Janež - 1.1.1-0.1 - Initial package. ## END: Generated by rpmautospec