diff --git a/python-pygments.spec b/python-pygments.spec index 016ffc8..0585796 100644 --- a/python-pygments.spec +++ b/python-pygments.spec @@ -1,5 +1,5 @@ Name: python-pygments -Version: 2.8.1 +Version: 2.9.0 Release: 1mamba Summary: A syntax highlighting package written in Python Group: System/Libraries/Python @@ -10,7 +10,8 @@ URL: https://pygments.org/ Source: http://pypi.debian.net/Pygments/Pygments-%{version}.tar.gz License: BSD ## AUTOBUILDREQ-BEGIN -BuildRequires: libpython-devel +BuildRequires: libpython3-devel +BuildRequires: python3.7dist(setuptools) ## AUTOBUILDREQ-END BuildRequires: libpython3-devel >= 3.7.4 BuildRequires: python-setuptools @@ -83,6 +84,9 @@ install -D -m 0644 doc/pygmentize.1 \ %{_mandir}/man1/pygmentize.1* %changelog +* Tue May 04 2021 Automatic Build System 2.9.0-1mamba +- automatic version update by autodist + * Sun Mar 07 2021 Automatic Build System 2.8.1-1mamba - automatic version update by autodist