From f31146172baa8dc80d5427f3d3c0b946def7d634 Mon Sep 17 00:00:00 2001 From: proklov_av Date: Thu, 9 Apr 2020 18:17:38 +0900 Subject: [PATCH] update version 2.6.1 --- .abf.yml | 2 +- python-pygments.spec | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.abf.yml b/.abf.yml index 089d2de..f0acfec 100644 --- a/.abf.yml +++ b/.abf.yml @@ -1,2 +1,2 @@ sources: - Pygments-2.2.0.tar.gz: 5c6714bd6fd950c1478889f7b72fc7f6771d5163 + pygments-2.6.1.tar.gz: 513c99f47a79e94b35f93a8aa3a9ef036462c69c diff --git a/python-pygments.spec b/python-pygments.spec index 5f583f4..c51f9e3 100644 --- a/python-pygments.spec +++ b/python-pygments.spec @@ -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