diff --git a/Pygments-2.10.0.tar.gz b/Pygments-2.11.2.tar.gz similarity index 35% rename from Pygments-2.10.0.tar.gz rename to Pygments-2.11.2.tar.gz index c4fd31f19a63e10b689f6983011954ceb839fb10..13956a9992d8ba5be0a1ac9b5c393cb572b59aa1 100644 Binary files a/Pygments-2.10.0.tar.gz and b/Pygments-2.11.2.tar.gz differ diff --git a/python-pygments.spec b/python-pygments.spec index dd25cacc2cbe1b2d6ef1c2168b2f1dc1bace816d..151100e27774dafa340992d42af354f1a3acf37b 100644 --- a/python-pygments.spec +++ b/python-pygments.spec @@ -16,11 +16,11 @@ need to prettify source code. Highlights are: \ %bcond_without tests Name: python-pygments Summary: Syntax highlighting engine written in Python -Version: 2.10.0 -Release: 3 -License: BSD-2-Clause +Version: 2.11.2 +Release: 1 +License: BSD URL: http://pygments.org/ -Source0: https://pypi.org/packages/source/P/Pygments/Pygments-%{version}.tar.gz +Source0: https://files.pythonhosted.org/packages/94/9c/cb656d06950268155f46d4f6ce25d7ffc51a0da47eadf1b164bbf23b718b/Pygments-2.11.2.tar.gz BuildArch: noarch @@ -59,11 +59,6 @@ install doc/pygmentize.1 -Dt %{buildroot}%{_mandir}/man1/ chmod -x %{buildroot}%{_mandir}/man1/*.1 %endif cp -r doc/docs doc/reST -%if %{with tests} -%check -make test -%endif - %files -n python3-pygments %license LICENSE @@ -78,6 +73,9 @@ make test %endif %changelog +* Wed Jun 15 2022 OpenStack_SIG - 2.11.2-1 +- Upgrade package python3-pygments to version 2.11.2 + * Wed May 11 2022 wulei - 2.10.0-3 - License compliance rectification