Update to 2.17.2
This commit is contained in:
parent
e2fa22bb4b
commit
88139c835a
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
/Pygments-*.tar.[gx]z
|
||||
/pygments-*.tar.gz
|
||||
|
@ -4,13 +4,13 @@
|
||||
%bcond tests 1
|
||||
|
||||
Name: python-pygments
|
||||
Version: 2.16.1
|
||||
Version: 2.17.2
|
||||
Release: 1%{?dist}
|
||||
Summary: Syntax highlighting engine written in Python
|
||||
|
||||
License: BSD-2-Clause
|
||||
URL: https://pygments.org/
|
||||
Source0: %{pypi_source Pygments}
|
||||
Source0: %{pypi_source pygments}
|
||||
|
||||
BuildArch: noarch
|
||||
|
||||
@ -58,7 +58,7 @@ Provides: pygmentize = %{?epoch:%{epoch}:}%{version}-%{release}
|
||||
|
||||
|
||||
%prep
|
||||
%autosetup -p1 -n Pygments-%{version}
|
||||
%autosetup -p1 -n pygments-%{version}
|
||||
|
||||
|
||||
%generate_buildrequires
|
||||
@ -98,6 +98,10 @@ chmod -x %{buildroot}%{_mandir}/man1/*.1
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Dec 13 2023 Karolina Surma <ksurma@redhat.com> - 2.17.2-1
|
||||
- Update to 2.17.2
|
||||
- Fixes: rhbz#2250432
|
||||
|
||||
* Mon Aug 14 2023 Karolina Surma <ksurma@redhat.com> - 2.16.1-1
|
||||
- Update to 2.16.1
|
||||
- Fixes: rhbz#2229493
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (Pygments-2.16.1.tar.gz) = 9b66c79c03e7ecd36cc00efd428a0a6b372e70dbccdcaae26eff4d56c07a17e2e00d2cf0291eb6624ffd1c896b797789b973e80ccbca4240d56daad95eacfd80
|
||||
SHA512 (pygments-2.17.2.tar.gz) = a3408a21f4c0a9f1a81d4fae5c2924f66f1f17daf98a52c4379d6953625354f47bb8db3005e6ab09407627f592843efde12afb14e1271c1e685973eb4c238d89
|
||||
|
Loading…
Reference in New Issue
Block a user