- update to 2.17.2:

* Fix a packaging issue on macOS
  * Updated lexers:
  * TOML: Fix bug making lexing of single-quoted strings too
    eager
  * Cypher: fix comment matching, add missing keywords
  * Fortran: add ``elseif`` keyword
  * Lean: make it available as ``lean3``, in preparation for
  * a possible switch to ``lean`` highlighting as Lean 4
  * JSON: add MIME types and file extensions for several line-
    delimited JSON formats
  * Nix: many improvements
  * OCaml: Add ``and`` keyword, remove ``value`` from keywords
  * Python: add ``starlark`` and ``bazel`` aliases
  * Snowball: Treat ``len`` like ``size``
  * Spice: add ``panic`` keyword and ``->`` operator
  * squid.conf: fix catastrophic backtracking
  * TOML: rewritten, with many fixes
  * Turtle: support blank nodes
  * Wikitext: fix erroneous highlighting of LanguageConverter
    markup
  * CMake: support ``[=[ bracketed arguments ]=]```
  * Fix ctags support and tests
  * Include ``Lexer.add_filter`` in the documentation
  * Add a ``Lean3Lexer`` alias
  * The ``pygments.styles`` module contains a new ``STYLES``
    variable with a dictionary of built-in styles.  The old
    ``STYLE_MAP`` variable, which uses a different format,
    is kept for backwards compatibility.
  * On Windows, add a new installation extra (``windows-

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pygments?expand=0&rev=107
This commit is contained in:
Dirk Mueller 2023-11-27 09:26:31 +00:00 committed by Git OBS Bridge
parent 891dbeaad5
commit 980ba03073
4 changed files with 62 additions and 11 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1daff0494820c69bc8941e407aa20f577374ee88364ee10a98fdbe0aece96e29
size 4872980

3
pygments-2.17.2.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:da46cec9fd2de5be3a8a784f434e4c4ab670b4ff54d605c4c2717e9d49c4c367
size 4827772

View File

@ -1,3 +1,54 @@
-------------------------------------------------------------------
Mon Nov 27 09:25:18 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 2.17.2:
* Fix a packaging issue on macOS
* Updated lexers:
* TOML: Fix bug making lexing of single-quoted strings too
eager
* Cypher: fix comment matching, add missing keywords
* Fortran: add ``elseif`` keyword
* Lean: make it available as ``lean3``, in preparation for
* a possible switch to ``lean`` highlighting as Lean 4
* JSON: add MIME types and file extensions for several line-
delimited JSON formats
* Nix: many improvements
* OCaml: Add ``and`` keyword, remove ``value`` from keywords
* Python: add ``starlark`` and ``bazel`` aliases
* Snowball: Treat ``len`` like ``size``
* Spice: add ``panic`` keyword and ``->`` operator
* squid.conf: fix catastrophic backtracking
* TOML: rewritten, with many fixes
* Turtle: support blank nodes
* Wikitext: fix erroneous highlighting of LanguageConverter
markup
* CMake: support ``[=[ bracketed arguments ]=]```
* Fix ctags support and tests
* Include ``Lexer.add_filter`` in the documentation
* Add a ``Lean3Lexer`` alias
* The ``pygments.styles`` module contains a new ``STYLES``
variable with a dictionary of built-in styles. The old
``STYLE_MAP`` variable, which uses a different format,
is kept for backwards compatibility.
* On Windows, add a new installation extra (``windows-
terminal``) which pulls in dependencies for colored
console output. See :doc:`cmdline` for more details.
* Support more file types in ``autopygmentize`` script
* Change color of numbers in ``rrt`` style
* Fix error when trying to look up plugin formatters by file
extension of the output format
* Use Hatchling as a build backend instead of setuptools.
* This change is transparent to most users. Distribution
packagers who build without build isolation need to add
hatchling as a build dependency and remove setuptools.
People downloading source distributions and wheels from PyPI
directly should note that they now have ``pygments`` in their
file names instead of ``Pygments``.
* Improve the test framework to also check for lost tokens when
processing the snippets and example files
* Improve the *Dracula* style definition to make it easier to
maintain
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Nov 5 07:15:50 UTC 2023 - Matěj Cepl <mcepl@cepl.eu> Sun Nov 5 07:15:50 UTC 2023 - Matěj Cepl <mcepl@cepl.eu>

View File

@ -25,20 +25,20 @@
%{?sle15_python_module_pythons} %{?sle15_python_module_pythons}
Name: python-Pygments Name: python-Pygments
Version: 2.16.1 Version: 2.17.2
Release: 0 Release: 0
Summary: A syntax highlighting package written in Python Summary: A syntax highlighting package written in Python
License: BSD-2-Clause License: BSD-2-Clause
Group: Development/Languages/Python Group: Development/Languages/Python
URL: https://pygments.org URL: https://pygments.org
Source: https://files.pythonhosted.org/packages/source/P/Pygments/Pygments-%{version}.tar.gz Source: https://files.pythonhosted.org/packages/source/P/Pygments/pygments-%{version}.tar.gz
# PATCH-FIX-UPSTREAM skip-wcag-contrast-ratio.patch gh#pygments/pygments!2564 mcepl@suse.com # PATCH-FIX-UPSTREAM skip-wcag-contrast-ratio.patch gh#pygments/pygments!2564 mcepl@suse.com
# Don't make wcag-contrast-ratio mandatory for testing # Don't make wcag-contrast-ratio mandatory for testing
Patch0: skip-wcag-contrast-ratio.patch Patch0: skip-wcag-contrast-ratio.patch
BuildRequires: %{python_module base >= 3.7} BuildRequires: %{python_module base >= 3.7}
BuildRequires: %{python_module hatchling}
BuildRequires: %{python_module pip} BuildRequires: %{python_module pip}
BuildRequires: %{python_module pytest >= 7} BuildRequires: %{python_module pytest >= 7}
BuildRequires: %{python_module setuptools >= 61}
BuildRequires: %{python_module wheel} BuildRequires: %{python_module wheel}
BuildRequires: fdupes BuildRequires: fdupes
BuildRequires: python-rpm-macros >= 20210929 BuildRequires: python-rpm-macros >= 20210929
@ -69,7 +69,7 @@ source code. Highlights are:
* highlights Brainfuck * highlights Brainfuck
%prep %prep
%autosetup -n Pygments-%{version} -p1 %autosetup -n pygments-%{version} -p1
%build %build
%pyproject_wheel %pyproject_wheel
@ -102,6 +102,6 @@ install -Dm0644 doc/pygmentize.1 %{buildroot}%{_mandir}/man1/pygmentize.1
%python_alternative %{_bindir}/pygmentize %python_alternative %{_bindir}/pygmentize
%python_alternative %{_mandir}/man1/pygmentize.1%{ext_man} %python_alternative %{_mandir}/man1/pygmentize.1%{ext_man}
%{python_sitelib}/pygments %{python_sitelib}/pygments
%{python_sitelib}/Pygments-%{version}*-info %{python_sitelib}/pygments-%{version}*-info
%changelog %changelog