Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"Signatures": {
"python-pytest-flake8-1.0.4.tar.gz": "4d225c13e787471502ff94409dcf6f7927049b2ec251c63b764a4b17447b60c0"
"python-pytest-flake8-1.3.0.tar.gz": "7b7fb4836e5510c924d1d49af9c1253286f1e353f78b2444ae2733a2cac9b6bc"
}
}
22 changes: 12 additions & 10 deletions SPECS-EXTENDED/python-pytest-flake8/python-pytest-flake8.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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}

Expand All @@ -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 <v-akarshc@microsoft.com> - 1.3.0-1
- Upgrade to version 1.3.0 (license: MIT).
- License verified

* Fri Oct 15 2021 Pawel Winogrodzki <pawelwi@microsoft.com> - 1.0.4-6
- Initial CBL-Mariner import from Fedora 32 (license: MIT).

Expand Down
4 changes: 2 additions & 2 deletions cgmanifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
},
Expand Down
Loading