diff --git a/Pygments-2.1.3.tar.gz b/Pygments-2.1.3.tar.gz deleted file mode 100644 index ba56777..0000000 --- a/Pygments-2.1.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:88e4c8a91b2af5962bfa5ea2447ec6dd357018e86e94c7d14bd8cacbc5b55d81 -size 2116434 diff --git a/Pygments-2.2.0.tar.gz b/Pygments-2.2.0.tar.gz new file mode 100644 index 0000000..8c50696 --- /dev/null +++ b/Pygments-2.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbae1046def0efb574852fab9e90209b23f556367b5a320c0bcb871c77c3e8cc +size 2113944 diff --git a/python-Pygments.changes b/python-Pygments.changes index 3b5cc14..74b7221 100644 --- a/python-Pygments.changes +++ b/python-Pygments.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Fri Apr 7 20:05:44 UTC 2017 - toddrme2178@gmail.com + +- Update to 2.2.0 + - Added the ability to load lexer and formatter classes directly from files + with the `-x` command line option and the `lexers.load_lexer_from_file()` + and `formatters.load_formatter_from_file()` functions. (PR#559) + - Added `lexers.find_lexer_class_by_name()`. (#1203) + - Added new token types and lexing for magic methods and variables in Python + and PHP. + - Added a new token type for string affixes and lexing for them in Python, C++ + and Postgresql lexers. + - Added a new token type for heredoc (and similar) string delimiters and + lexing for them in C++, Perl, PHP, Postgresql and Ruby lexers. + - Styles can now define colors with ANSI colors for use in the 256-color + terminal formatter. (PR#531) + - Improved the CSS lexer. (#1083, #1130) + - Added "Rainbow Dash" style. (PR#623) + - Delay loading `pkg_resources`, which takes a long while to import. (PR#690) + ------------------------------------------------------------------- Wed Apr 5 05:36:56 UTC 2017 - tbechtold@suse.com diff --git a/python-Pygments.spec b/python-Pygments.spec index 0371a82..8eb07fc 100644 --- a/python-Pygments.spec +++ b/python-Pygments.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-Pygments -Version: 2.1.3 +Version: 2.2.0 Release: 0 Url: http://pygments.org Summary: Pygments is a syntax highlighting package written in Python @@ -67,7 +67,8 @@ install -Dm0644 doc/pygmentize.1 %{buildroot}%{_mandir}/man1/pygmentize.1 %{python_expand %fdupes %{buildroot}%{$python_sitelib}} %check -%{python_expand /usr/bin/nosetests-%{$python_bin_suffix}} +export PYTHONDEBUG=1 +%python_exec tests/run.py %files %{python_files} %defattr(-,root,root,-)