From 4131e2b9cec2a4280de54f5493d9b97e76a089ca Mon Sep 17 00:00:00 2001 From: Akarsh Chaudhary Date: Mon, 15 Dec 2025 14:54:41 +0000 Subject: [PATCH 1/4] Upgarde: python-pytest-flake8 to version 1.1.0. --- .../python-pytest-flake8.signatures.json | 2 +- .../python-pytest-flake8.spec | 33 ++++++++++--------- cgmanifest.json | 4 +-- 3 files changed, 20 insertions(+), 19 deletions(-) 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..c1683a5fed9 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.1.0.tar.gz": "358d449ca06b80dbadcb43506cd3e38685d273b4968ac825da871bd4cc436202" } } diff --git a/SPECS-EXTENDED/python-pytest-flake8/python-pytest-flake8.spec b/SPECS-EXTENDED/python-pytest-flake8/python-pytest-flake8.spec index 7dc6ca178f9..bd9476129cb 100644 --- a/SPECS-EXTENDED/python-pytest-flake8/python-pytest-flake8.spec +++ b/SPECS-EXTENDED/python-pytest-flake8/python-pytest-flake8.spec @@ -2,60 +2,61 @@ Vendor: Microsoft Corporation Distribution: Azure Linux # Enable Python dependency generation %{?python_enable_dependency_generator} - + # Created by pyp2rpm-3.3.2 %global pypi_name pytest-flake8 %global desc \ %{name} is a plugin for pytest to leverage flake8 to automatically\ and efficiently checking for PEP8 compliance of a project. - + Name: python-%{pypi_name} -Version: 1.0.4 -Release: 6%{?dist} +Version: 1.1.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 BuildArch: noarch - + BuildRequires: python3-devel BuildRequires: python3dist(flake8) >= 3.5 BuildRequires: python3dist(pytest) >= 3.5 BuildRequires: python3dist(setuptools) - + %description %{desc} - + %package -n python3-%{pypi_name} Summary: %{summary} %{?python_provide:%python_provide python3-%{pypi_name}} - + %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 - - + %install %py3_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-%{version}-py%{python3_version}.egg-info/ %changelog +* Mon Dec 15 2025 Akarsh Chaudhary - 1.1.0-1 +- Upgrade to version 1.1.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..ce17cff000f 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.1.0", + "downloadUrl": "https://files.pythonhosted.org/packages/source/p/pytest-flake8/pytest-flake8-1.1.0.tar.gz" } } }, From 3acb6b91adfbc2116a957d685b7be2d326d86cc4 Mon Sep 17 00:00:00 2001 From: Akarsh Chaudhary Date: Wed, 17 Dec 2025 10:32:43 +0000 Subject: [PATCH 2/4] Upgrading to version 1.3.0 --- .../python-pytest-flake8.signatures.json | 2 +- .../python-pytest-flake8.spec | 20 ++++++++++--------- cgmanifest.json | 4 ++-- 3 files changed, 14 insertions(+), 12 deletions(-) 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 c1683a5fed9..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.1.0.tar.gz": "358d449ca06b80dbadcb43506cd3e38685d273b4968ac825da871bd4cc436202" + "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 bd9476129cb..8c68a25f5f4 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.1.0 +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} @@ -38,23 +40,23 @@ Summary: %{summary} %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%{python3_version}.egg-info/ +%{python3_sitelib}/pytest_flake8-0.0.0.dist-info/* %changelog -* Mon Dec 15 2025 Akarsh Chaudhary - 1.1.0-1 -- Upgrade to version 1.1.0 (license: MIT). +* 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 diff --git a/cgmanifest.json b/cgmanifest.json index ce17cff000f..d99ec31f783 100644 --- a/cgmanifest.json +++ b/cgmanifest.json @@ -24373,8 +24373,8 @@ "type": "other", "other": { "name": "python-pytest-flake8", - "version": "1.1.0", - "downloadUrl": "https://files.pythonhosted.org/packages/source/p/pytest-flake8/pytest-flake8-1.1.0.tar.gz" + "version": "1.3.0", + "downloadUrl": "https://github.com/coherent-oss/pytest-flake8/archive/refs/tags/v1.3.0.tar.gz" } } }, From cae53dae8cf2b1ada1f8de7200b310c6fd8b69d0 Mon Sep 17 00:00:00 2001 From: AkarshHCL Date: Wed, 17 Dec 2025 16:12:44 +0530 Subject: [PATCH 3/4] Remove unnecessary blank lines in spec file --- .../python-pytest-flake8.spec | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/SPECS-EXTENDED/python-pytest-flake8/python-pytest-flake8.spec b/SPECS-EXTENDED/python-pytest-flake8/python-pytest-flake8.spec index 8c68a25f5f4..d74e8cd9904 100644 --- a/SPECS-EXTENDED/python-pytest-flake8/python-pytest-flake8.spec +++ b/SPECS-EXTENDED/python-pytest-flake8/python-pytest-flake8.spec @@ -2,40 +2,39 @@ Vendor: Microsoft Corporation Distribution: Azure Linux # Enable Python dependency generation %{?python_enable_dependency_generator} - + # Created by pyp2rpm-3.3.2 %global pypi_name pytest-flake8 %global desc \ %{name} is a plugin for pytest to leverage flake8 to automatically\ and efficiently checking for PEP8 compliance of a project. - + Name: python-%{pypi_name} 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://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} - + %package -n python3-%{pypi_name} Summary: %{summary} %{?python_provide:%python_provide python3-%{pypi_name}} - + %description -n python3-%{pypi_name} %{desc} - %prep %autosetup -n %{pypi_name}-%{version} # Remove bundled egg-info From 1fc2d5e26819dd9e1b50be5b20de1205aa8f539e Mon Sep 17 00:00:00 2001 From: AkarshHCL Date: Wed, 17 Dec 2025 16:13:27 +0530 Subject: [PATCH 4/4] Fix formatting in python-pytest-flake8.spec --- SPECS-EXTENDED/python-pytest-flake8/python-pytest-flake8.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SPECS-EXTENDED/python-pytest-flake8/python-pytest-flake8.spec b/SPECS-EXTENDED/python-pytest-flake8/python-pytest-flake8.spec index d74e8cd9904..1b0eb7d2627 100644 --- a/SPECS-EXTENDED/python-pytest-flake8/python-pytest-flake8.spec +++ b/SPECS-EXTENDED/python-pytest-flake8/python-pytest-flake8.spec @@ -12,7 +12,7 @@ and efficiently checking for PEP8 compliance of a project. Name: python-%{pypi_name} Version: 1.3.0 -Release: 1%{?dist} +Release: 1%{?dist} Summary: Plugin for pytest to check PEP8 compliance with Flake8 License: BSD