From f1ff54e402efb507680b6f237e6cc0ab87a33aff22d9ba85d791a7756a1b584b Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Mon, 7 Aug 2023 14:43:13 +0000 Subject: [PATCH] Accepting request 1102719 from home:benoit_monin:branches:devel:languages:python update to version 2.16.1 OBS-URL: https://build.opensuse.org/request/show/1102719 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pygments?expand=0&rev=100 --- Pygments-2.15.1.tar.gz | 3 --- Pygments-2.16.1.tar.gz | 3 +++ python-Pygments.changes | 51 +++++++++++++++++++++++++++++++++++++++++ python-Pygments.spec | 2 +- 4 files changed, 55 insertions(+), 4 deletions(-) delete mode 100644 Pygments-2.15.1.tar.gz create mode 100644 Pygments-2.16.1.tar.gz diff --git a/Pygments-2.15.1.tar.gz b/Pygments-2.15.1.tar.gz deleted file mode 100644 index 8191c31..0000000 --- a/Pygments-2.15.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8ace4d3c1dd481894b2005f560ead0f9f19ee64fe983366be1a21e171d12775c -size 4819591 diff --git a/Pygments-2.16.1.tar.gz b/Pygments-2.16.1.tar.gz new file mode 100644 index 0000000..f390c6b --- /dev/null +++ b/Pygments-2.16.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1daff0494820c69bc8941e407aa20f577374ee88364ee10a98fdbe0aece96e29 +size 4872980 diff --git a/python-Pygments.changes b/python-Pygments.changes index 1feef26..27624ff 100644 --- a/python-Pygments.changes +++ b/python-Pygments.changes @@ -1,3 +1,54 @@ +------------------------------------------------------------------- +Mon Aug 7 13:10:31 UTC 2023 - Benoît Monin + +- update to version 2.16.1: + * Fix native style missing from style list (#2484) +- additional changes from version 2.16.0: + * New lexers: + + ASN.1 (#2462) + + Blueprint (#2434) + + BQN (#2472) + + DNS zone files (#2464) + + GraphQL (#2428) + + Linux desktop files (following the specification of the + Freedesktop group, formerly known as XDG) (#2470) + + NVIDIA PTX (#2432) + + OpenSCAD (#2449) + + systemd (#2470) + + TLS presentation language (#2455) + + Verifpal (#2430) + + YARA (#2453) + * Updated lexers: + + ASC: Add application/pem-certificate-chain mimetype (#2471) + + C/C++: Refine keyword lists (#2421, #2422) + + Carbon: Fix long processing times on invalid input, fix + number lexing (#2454, #2456) + + Elpi: Handle quotations (#2419) + + Go: Support additional built-ins (#2481) + + HTTP: Support empty headers (#2461), support more general + methods (#2460), also recognize responses in analyse_text + implementation (#2460), and highlight URL encoded data + (#2465, #1620) + + Igor Pro: Update to Igor Pro 9 (#2482) + + lean: Recognize expressions nested within attributes (#1817) + + Macaulay2: Update builtins (#2457) + + Markdown: Allow extra characters after language name in code + blocks (#2437) + + NestedText: Update to version 3 (#2459) + + scdoc: Improve language guessing implementation (#2402) + + Spice: Update to latest version (#2476) + + Transact SQL: Add Pre-sorted Group keyword (#2417) + + Uxntal: Update for current runes (#2424) + + Wikitext: Fix templates in wiki links; fix a language + converter false positive; add bold italic markup (#2447) + * Add Generic.EmphStrong token for bold italic markup (#2444) + * Add Lightbulb style (#2474) + * Improve contrast in Monokai style (#2448) + * Add documentation how to create terminal code highlighting + commands (#2131, #2425) + * Add support for loading TrueType fonts to the ImageFormatter + (#1960) + ------------------------------------------------------------------- Fri Apr 21 12:21:13 UTC 2023 - Dirk Müller diff --git a/python-Pygments.spec b/python-Pygments.spec index c30e370..e945a6c 100644 --- a/python-Pygments.spec +++ b/python-Pygments.spec @@ -25,7 +25,7 @@ %{?sle15_python_module_pythons} Name: python-Pygments -Version: 2.15.1 +Version: 2.16.1 Release: 0 Summary: A syntax highlighting package written in Python License: BSD-2-Clause