upgrade version to 1.38

This commit is contained in:
zhaotianyang_z 2024-01-30 15:55:52 +08:00
parent c34e7e6240
commit 0879eb5c77
3 changed files with 7 additions and 3 deletions

Binary file not shown.

BIN
pygments-2.17.2.tar.gz Normal file

Binary file not shown.

View File

@ -15,11 +15,11 @@ need to prettify source code. Highlights are: \
%bcond_with docs
Name: python-pygments
Summary: Syntax highlighting engine written in Python
Version: 2.16.1
Version: 2.17.2
Release: 1
License: BSD-2-Clause
URL: http://pygments.org/
Source0: https://pypi.org/packages/source/P/Pygments/Pygments-%{version}.tar.gz
Source0: https://pypi.org/packages/source/P/Pygments/pygments-%{version}.tar.gz
BuildArch: noarch
@ -31,6 +31,7 @@ BuildRequires: python3-devel, python3-setuptools
BuildRequires: python3-setuptools_scm
BuildRequires: python3-pip
BuildRequires: python3-wheel
BuildRequires: python3-hatchling
%if %{with docs}
BuildRequires: python3-sphinx python3-pip
@ -45,7 +46,7 @@ Summary: Syntax highlighting engine written in Python
%package_help
%prep
%autosetup -p1 -n Pygments-%{version}
%autosetup -p1 -n pygments-%{version}
%build
%pyproject_build
@ -65,6 +66,9 @@ Summary: Syntax highlighting engine written in Python
%endif
%changelog
* Tue Jan 30 2024 zhaotianyang_z <zhaotianyang4@huawei.com> - 2.17.2-1
- upgrade package to version 2.17.2
* Tue Nov 7 2023 Dongxing Wang <dxwangk@isoftstone.com> - 2.16.1-1
- Update package to version 2.16.1