diff --git a/SPECS-EXTENDED/python-pytest-flake8/python-pytest-flake8.signatures.json b/SPECS-EXTENDED/python-pytest-flake8/python-pytest-flake8.signatures.json index 5078c2040d0..4b93b27aba0 100644 --- a/SPECS-EXTENDED/python-pytest-flake8/python-pytest-flake8.signatures.json +++ b/SPECS-EXTENDED/python-pytest-flake8/python-pytest-flake8.signatures.json @@ -1,5 +1,5 @@ { "Signatures": { - "python-pytest-flake8-1.0.4.tar.gz": "4d225c13e787471502ff94409dcf6f7927049b2ec251c63b764a4b17447b60c0" + "python-pytest-flake8-1.3.0.tar.gz": "7b7fb4836e5510c924d1d49af9c1253286f1e353f78b2444ae2733a2cac9b6bc" } } diff --git a/SPECS-EXTENDED/python-pytest-flake8/python-pytest-flake8.spec b/SPECS-EXTENDED/python-pytest-flake8/python-pytest-flake8.spec index 7dc6ca178f9..1b0eb7d2627 100644 --- a/SPECS-EXTENDED/python-pytest-flake8/python-pytest-flake8.spec +++ b/SPECS-EXTENDED/python-pytest-flake8/python-pytest-flake8.spec @@ -11,19 +11,21 @@ Distribution: Azure Linux and efficiently checking for PEP8 compliance of a project. Name: python-%{pypi_name} -Version: 1.0.4 -Release: 6%{?dist} +Version: 1.3.0 +Release: 1%{?dist} Summary: Plugin for pytest to check PEP8 compliance with Flake8 License: BSD URL: https://github.com/tholo/pytest-flake8 -Source0: https://files.pythonhosted.org/packages/source/p/%{pypi_name}/%{pypi_name}-%{version}.tar.gz#/python-%{pypi_name}-%{version}.tar.gz +Source0: https://github.com/coherent-oss/pytest-flake8/archive/refs/tags/v%{version}.tar.gz#/python-%{pypi_name}-%{version}.tar.gz BuildArch: noarch BuildRequires: python3-devel BuildRequires: python3dist(flake8) >= 3.5 BuildRequires: python3dist(pytest) >= 3.5 BuildRequires: python3dist(setuptools) +BuildRequires: python3-pip +BuildRequires: python3-wheel %description %{desc} @@ -33,29 +35,29 @@ Summary: %{summary} %description -n python3-%{pypi_name} %{desc} - %prep %autosetup -n %{pypi_name}-%{version} # Remove bundled egg-info rm -rf %{pypi_name}.egg-info - %build -%py3_build - +%pyproject_wheel %install -%py3_install - +%pyproject_install %files -n python3-%{pypi_name} %license LICENSE %doc README.rst %{python3_sitelib}/__pycache__/* %{python3_sitelib}/pytest_flake8.py -%{python3_sitelib}/pytest_flake8-%{version}-py?.?.egg-info +%{python3_sitelib}/pytest_flake8-0.0.0.dist-info/* %changelog +* Mon Dec 15 2025 Akarsh Chaudhary - 1.3.0-1 +- Upgrade to version 1.3.0 (license: MIT). +- License verified + * Fri Oct 15 2021 Pawel Winogrodzki - 1.0.4-6 - Initial CBL-Mariner import from Fedora 32 (license: MIT). diff --git a/cgmanifest.json b/cgmanifest.json index 674c95a0ba4..d99ec31f783 100644 --- a/cgmanifest.json +++ b/cgmanifest.json @@ -24373,8 +24373,8 @@ "type": "other", "other": { "name": "python-pytest-flake8", - "version": "1.0.4", - "downloadUrl": "https://files.pythonhosted.org/packages/source/p/pytest-flake8/pytest-flake8-1.0.4.tar.gz" + "version": "1.3.0", + "downloadUrl": "https://github.com/coherent-oss/pytest-flake8/archive/refs/tags/v1.3.0.tar.gz" } } },