!57 upgrade to version 2.17.2

From: @zhaotianyang_z 
Reviewed-by: @licihua 
Signed-off-by: @licihua
This commit is contained in:
openeuler-ci-bot 2024-01-30 12:07:05 +00:00 committed by Gitee
commit 538c5c7f89
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
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 %bcond_with docs
Name: python-pygments Name: python-pygments
Summary: Syntax highlighting engine written in Python Summary: Syntax highlighting engine written in Python
Version: 2.16.1 Version: 2.17.2
Release: 1 Release: 1
License: BSD-2-Clause License: BSD-2-Clause
URL: http://pygments.org/ 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 BuildArch: noarch
@ -31,6 +31,7 @@ BuildRequires: python3-devel, python3-setuptools
BuildRequires: python3-setuptools_scm BuildRequires: python3-setuptools_scm
BuildRequires: python3-pip BuildRequires: python3-pip
BuildRequires: python3-wheel BuildRequires: python3-wheel
BuildRequires: python3-hatchling
%if %{with docs} %if %{with docs}
BuildRequires: python3-sphinx python3-pip BuildRequires: python3-sphinx python3-pip
@ -45,7 +46,7 @@ Summary: Syntax highlighting engine written in Python
%package_help %package_help
%prep %prep
%autosetup -p1 -n Pygments-%{version} %autosetup -p1 -n pygments-%{version}
%build %build
%pyproject_build %pyproject_build
@ -65,6 +66,9 @@ Summary: Syntax highlighting engine written in Python
%endif %endif
%changelog %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 * Tue Nov 7 2023 Dongxing Wang <dxwangk@isoftstone.com> - 2.16.1-1
- Update package to version 2.16.1 - Update package to version 2.16.1