Update to 2.4.2. Drop upstreamed patch. Update sources.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
cd10e9be3f
commit
4c307df629
1
.gitignore
vendored
1
.gitignore
vendored
@ -6,3 +6,4 @@ Pygments-1.3.1.tar.gz
|
||||
/Pygments-2.1.3.tar.gz
|
||||
/Pygments-2.2.0.tar.gz
|
||||
/Pygments-2.3.1.tar.gz
|
||||
/Pygments-2.4.2.tar.gz
|
||||
|
@ -6,7 +6,7 @@
|
||||
%bcond_without docs
|
||||
|
||||
Name: python-pygments
|
||||
Version: 2.3.1
|
||||
Version: 2.4.2
|
||||
Release: 1%{?dist}
|
||||
Summary: %{sum}
|
||||
|
||||
@ -14,9 +14,6 @@ License: BSD
|
||||
URL: http://pygments.org/
|
||||
Source0: %{pypi_source %{upstream_name} %{version}}
|
||||
|
||||
# https://bitbucket.org/birkenfeld/pygments-main/commits/113118f16792
|
||||
Patch1: sphinx2.patch
|
||||
|
||||
BuildArch: noarch
|
||||
|
||||
%description
|
||||
@ -132,6 +129,9 @@ make test PYTHON=%{__python3}
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Wed Jul 10 2019 Kevin Fenzi <kevin@scrye.com> - 2.4.2-1
|
||||
- Update to 2.4.2. Fixes bug #1707945
|
||||
|
||||
* Tue Mar 12 2019 Miro Hrončok <mhroncok@redhat.com> - 2.3.1-1
|
||||
- Update to 2.3.1
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (Pygments-2.3.1.tar.gz) = 2c36cb42f8dd62e04b7664b5e87f951a8428ccbb6dbe5b5b43d8c7e6923ada0ab55a231bb8e9ed79eb5a85344ed64d3acc8e7bc991ab1f49c58eb612b8002c1e
|
||||
SHA512 (Pygments-2.4.2.tar.gz) = c8f378700e99d9e5701ac7e27363921dbabab50a910686aafda1e016c813e99915fcfeed8298323b9b681b3d81f4265ab9a5bb75b8cdff0668c9eff745337b66
|
||||
|
@ -1,14 +0,0 @@
|
||||
diff --git a/doc/conf.py b/doc/conf.py
|
||||
--- a/doc/conf.py
|
||||
+++ b/doc/conf.py
|
||||
@@ -125,8 +125,8 @@
|
||||
#html_use_smartypants = True
|
||||
|
||||
# Custom sidebar templates, maps document names to template names.
|
||||
-html_sidebars = {'index': 'indexsidebar.html',
|
||||
- 'docs/*': 'docssidebar.html'}
|
||||
+html_sidebars = {'index': ['indexsidebar.html'],
|
||||
+ 'docs/*': ['docssidebar.html']}
|
||||
|
||||
# Additional templates that should be rendered to pages, maps page names to
|
||||
# template names.
|
Loading…
Reference in New Issue
Block a user