diff --git a/Pygments-2.16.1.tar.gz b/Pygments-2.16.1.tar.gz deleted file mode 100644 index 661d0d2..0000000 Binary files a/Pygments-2.16.1.tar.gz and /dev/null differ diff --git a/pygments-2.17.2.tar.gz b/pygments-2.17.2.tar.gz new file mode 100644 index 0000000..27b9538 Binary files /dev/null and b/pygments-2.17.2.tar.gz differ diff --git a/python-pygments.spec b/python-pygments.spec index 5481144..ad5b19b 100644 --- a/python-pygments.spec +++ b/python-pygments.spec @@ -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 - 2.17.2-1 +- upgrade package to version 2.17.2 + * Tue Nov 7 2023 Dongxing Wang - 2.16.1-1 - Update package to version 2.16.1