Update package to version 0.3.4

(cherry picked from commit 794db2359bf511358fb065f5b061d5042bf37f0a)
This commit is contained in:
GuoCe 2024-03-27 17:25:42 +08:00 committed by openeuler-sync-bot
parent eea6027b17
commit ac4b39eeae
4 changed files with 10 additions and 2 deletions

View File

@ -2,12 +2,12 @@
%global pypi_name ruff
Name: python-%{pypi_name}
Version: 0.3.2
Version: 0.3.4
Release: 1
Summary: An extremely fast Python linter, written in Rust.
License: MIT
URL: https://github.com/astral-sh/ruff
Source0: https://files.pythonhosted.org/packages/e1/11/134742808610b28b960687ab735c562ec4c8444d0fe09d39d01c4ffdc8ff/ruff-0.3.2.tar.gz
Source0: https://files.pythonhosted.org/packages/e1/11/134742808610b28b960687ab735c562ec4c8444d0fe09d39d01c4ffdc8ff/ruff-0.3.4.tar.gz
BuildRequires: rust-packaging
BuildRequires: python3-devel
@ -44,6 +44,10 @@ An extremely fast Python linter, written in Rust.
%{python3_sitearch}/%{pypi_name}*.dist-info/
%changelog
* Wed Mar 27 2024 GuoCe <guoce@kylinos.cn> - 0.3.4-1
- Update package to version 0.3.4
- Add yaml file
* Fri Mar 15 2024 jiangxinyu <jiangxinyu@kylinos.cn> - 0.3.2-1
- Update package to version 0.3.2
- Fix trailing kwargs end of line comment after slash

4
python-ruff.yaml Normal file
View File

@ -0,0 +1,4 @@
version_control: pypi
src_repo: ruff
tag_prefix:
seperator: .

Binary file not shown.

BIN
ruff-0.3.4.tar.gz Normal file

Binary file not shown.