update version 2.6.1

This commit is contained in:
proklov_av 2020-04-09 18:17:38 +09:00
parent a3f8b6502a
commit f31146172b
2 changed files with 8 additions and 8 deletions

View file

@ -1,2 +1,2 @@
sources:
Pygments-2.2.0.tar.gz: 5c6714bd6fd950c1478889f7b72fc7f6771d5163
pygments-2.6.1.tar.gz: 513c99f47a79e94b35f93a8aa3a9ef036462c69c

View file

@ -1,17 +1,17 @@
%define tarname Pygments
%define tarname pygments
Summary: Syntax highlighting package written in Python
Name: python-pygments
Version: 2.2.0
Release: 5
Version: 2.6.1
Release: 1
License: BSD
Group: Development/Python
Url: http://pygments.org/
Source0: https://files.pythonhosted.org/packages/source/P/%{tarname}/%{tarname}-%{version}.tar.gz
BuildRequires: pkgconfig(python)
Source0: https://github.com/pygments/pygments/archive/%{version}.tar.gz?/%{tarname}-%{version}.tar.gz
BuildRequires: pkgconfig(python2)
BuildRequires: pkgconfig(python3)
BuildRequires: python-setuptools
BuildRequires: python3-setuptools
BuildRequires: pythonegg(setuptools)
BuildRequires: python3egg(setuptools)
Requires: python-pkg-resources
BuildArch: noarch