Commit Graph

  • bf0a651ea8 Accepting request 1172327 from devel:languages:python factory Ana Guerrero 2024-05-13 15:56:55 +0000
  • 0e46b8a0e9 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pygments?expand=0&rev=112 Markéta Machová 2024-05-07 06:34:31 +0000
  • e68da9f6b5 Accepting request 1172211 from home:benoit_monin:branches:devel:languages:python Markéta Machová 2024-05-07 06:21:42 +0000
  • eb650f444f Accepting request 1129077 from devel:languages:python Ana Guerrero 2023-11-28 21:18:15 +0000
  • 980ba03073 - 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- Dirk Mueller 2023-11-27 09:26:31 +0000
  • 7dbf141366 Accepting request 1123390 from devel:languages:python Ana Guerrero 2023-11-06 20:13:42 +0000
  • 891dbeaad5 Add skip-wcag-contrast-ratio.patch to make python-wcag-contrast-ratio just optional dependency (gh#pygments/pygments!2564). Matej Cepl 2023-11-05 07:40:18 +0000
  • b37f0f9357 Draft of the patch send up Matej Cepl 2023-11-05 07:22:48 +0000
  • b2afb8964a Accepting request 1109328 from devel:languages:python Ana Guerrero 2023-09-07 19:12:43 +0000
  • 8ae7f2b854 it) (CVE-2021-20270, bsc#1183169, CVE-2021-27291, bsc#1184812): * drops cve_2021_20270.patch, cve_2021_27291.patch in older dists Dirk Mueller 2023-09-06 19:26:15 +0000
  • f50e7995b2 Accepting request 1102730 from devel:languages:python Dominique Leuenberger 2023-08-14 20:34:58 +0000
  • f1ff54e402 Accepting request 1102719 from home:benoit_monin:branches:devel:languages:python Matej Cepl 2023-08-07 14:43:13 +0000
  • 5ba13584d1 Accepting request 1084417 from devel:languages:python Dominique Leuenberger 2023-05-04 15:09:09 +0000
  • 1ac03858c5 Accepting request 1084416 from home:dirkmueller:acdc:as_python3_module Matej Cepl 2023-05-03 15:14:48 +0000
  • 9ddade1d98 Accepting request 1083107 from devel:languages:python Dominique Leuenberger 2023-05-03 10:56:13 +0000
  • b8fdf0397a - add sle15_python_module_pythons (jsc#PED-68) Dirk Mueller 2023-04-26 20:14:46 +0000
  • 5a161fe9d8 Accepting request 1080279 from home:benoit_monin:branches:devel:languages:python Matej Cepl 2023-04-19 10:57:01 +0000
  • d4ae05f938 Accepting request 1078284 from home:benoit_monin:branches:devel:languages:python Matej Cepl 2023-04-11 14:48:42 +0000
  • 347150c61f Accepting request 1058308 from devel:languages:python Dominique Leuenberger 2023-01-15 16:57:56 +0000
  • 2cd5a065fd OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pygments?expand=0&rev=90 Dirk Mueller 2023-01-06 22:01:55 +0000
  • ae08bbbd7f Accepting request 1046211 from home:benoit_monin:branches:devel:languages:python Markéta Machová 2023-01-02 17:30:17 +0000
  • 3ad03f264a Accepting request 998096 from devel:languages:python Dominique Leuenberger 2022-08-20 18:27:49 +0000
  • 3ae33bb23d Accepting request 998014 from home:benoit_monin:branches:devel:languages:python Dirk Mueller 2022-08-19 06:49:48 +0000
  • 16968ce415 Accepting request 989964 from devel:languages:python Dominique Leuenberger 2022-08-08 06:44:52 +0000
  • 7a6601f27e Accepting request 989963 from home:mcepl:branches:devel:languages:python Matej Cepl 2022-07-18 13:12:36 +0000
  • fb5373309a - Removing a test file is too much a hack for me Matej Cepl 2022-07-18 12:12:21 +0000
  • cd8449b35a Accepting request 989740 from home:bnavigator:branches:devel:languages:python Matej Cepl 2022-07-18 12:05:11 +0000
  • 9a8f8e81ac Accepting request 977386 from devel:languages:python Dominique Leuenberger 2022-05-17 15:23:32 +0000
  • 4e507cda01 - update to 2.12.0: - Added lexers: * Cplint (#2045) * Macaulay2 (#1791) * Minecraft (#2107) * Qlik (#1925) * `UnixConfigLexer for "colon-separated" config files, like /etc/passwd (#2112) - Updated lexers: * Agda: Update keyword list (#2017) * C family: Fix identifiers after case statements (#2084) * Clojure: Highlight ratios (#2042) * Csound: Update to 6.17 (#2064) * CSS: Update the list of properties (#2113) * Elpi: - Fix catastrophic backtracking (#2053, #2061) - Fix handling of -> (#2028) * Futhark: Add missing tokens (#2118) * Gherkin: Add But (#2046) * Inform6: Update to 6.36 (#2050) * LilyPond: - Fix incorrect lexing of names containing a built-in (#2071) - Fix properties containing dashes (#2099) * PHP: Update builtin function and keyword list (#2054, #2056) * Scheme: Various improvements (#2060) * Spice: Update the keyword list, add new types (#2063, #2067) * Terraform: - Support non-idiomatic comments (#2065, #2066) - Fix class name lexing (#2097) - Add plugins argument to get_all_lexers()`. - Bump minimal Python version to 3.6 (#2059) Dirk Mueller 2022-05-15 19:01:44 +0000
  • ef9feacf22 Accepting request 952059 from devel:languages:python Dominique Leuenberger 2022-02-09 19:38:12 +0000
  • 7c515cfc09 Accepting request 951979 from home:benoit_monin:branches:devel:languages:python Dirk Mueller 2022-02-07 09:27:11 +0000
  • c2e2356a47 Accepting request 943586 from home:marxin:branches:devel:languages:python Benoît Monin 2022-01-04 17:47:14 +0000
  • d81347aca5 Accepting request 929733 from devel:languages:python Dominique Leuenberger 2021-11-09 22:53:47 +0000
  • 49e9ec500a Accepting request 923312 from home:schubi2 Benoît Monin 2021-11-05 18:01:28 +0000
  • f188dea4f7 Accepting request 906363 from devel:languages:python Dominique Leuenberger 2021-07-25 18:09:02 +0000
  • 3ee1378582 - Update to 2.9.0: - This time the list of changes is truly too long, take a look at https://github.com/pygments/pygments/blob/master/CHANGES. Matej Cepl 2021-07-15 05:18:14 +0000
  • 8fa2dd806c Accepting request 867803 from devel:languages:python Dominique Leuenberger 2021-02-04 19:21:40 +0000
  • 025919c22e Accepting request 867801 from home:mcepl:branches:devel:languages:python Matej Cepl 2021-01-29 22:09:00 +0000
  • 220e5c6e19 Accepting request 853106 from devel:languages:python Dominique Leuenberger 2020-12-05 19:35:43 +0000
  • da2baadfb3 - Revert to 2.6.1 (higher version break python-Pelican). Matej Cepl 2020-12-04 13:07:44 +0000
  • 02ae8942a5 Accepting request 853103 from openSUSE:Factory Matej Cepl 2020-12-04 12:49:27 +0000
  • 96ca53093c - Revert to 2.6.1 to unbrake Pelican. Matej Cepl 2020-11-16 15:33:54 +0000
  • d65ead726b Accepting request 848903 from openSUSE:Factory Matej Cepl 2020-11-16 15:25:33 +0000
  • 0f19001f36 Accepting request 843927 from devel:languages:python Dominique Leuenberger 2020-10-29 08:48:50 +0000
  • 759f262137 Accepting request 843900 from home:benoit_monin:branches:devel:languages:python Matej Cepl 2020-10-25 17:29:50 +0000
  • 5f4f7358e8 Accepting request 835471 from home:benoit_monin:branches:devel:languages:python Tomáš Chvátal 2020-09-19 09:51:07 +0000
  • 0e1f838be3 Accepting request 834354 from home:benoit_monin:branches:devel:languages:python Tomáš Chvátal 2020-09-15 06:58:50 +0000
  • 858f8789d9 Accepting request 793948 from devel:languages:python Dominique Leuenberger 2020-04-19 19:49:17 +0000
  • a2330ab5d6 Correct removing slave alternatives Matej Cepl 2020-04-14 17:17:50 +0000
  • 87db58e05b - Don't use %python3_only command, but properly use alternatives. Matej Cepl 2020-04-14 11:38:38 +0000
  • 261354f07d Accepting request 786273 from home:benoit_monin:branches:devel:languages:python Steve Kowalik 2020-03-19 05:51:14 +0000
  • c64fbb99d6 Accepting request 784691 from home:benoit_monin:branches:devel:languages:python Tomáš Chvátal 2020-03-14 07:01:58 +0000
  • 5053a4cf20 Accepting request 783089 from home:benoit_monin:branches:devel:languages:python Matej Cepl 2020-03-09 22:31:50 +0000
  • 6d9951f6c1 Accepting request 755071 from home:benoit_monin:branches:devel:languages:python Tomáš Chvátal 2019-12-09 07:33:18 +0000
  • d3743d723f Accepting request 707618 from devel:languages:python Dominique Leuenberger 2019-06-07 10:18:09 +0000
  • 8ab74062fa - Update to 2.4.2: - Fix encoding error when guessing lexer with given `encoding option (#1438) - Updated lexers: * Coq (#1430) * MSDOS Session (PR#734) * NASM (#1517) * Objective-C (PR#813, #1508) * Prolog (#1511) * TypeScript (#1515) - Support CSS variables in stylesheets (PR#814, #1356) - Fix F# lexer name (PR#709) - Fix TerminalFormatter` using bold for bright text (#1480) Tomáš Chvátal 2019-06-04 14:04:44 +0000
  • ce649b1b73 Accepting request 704316 from devel:languages:python Dominique Leuenberger 2019-05-21 08:35:24 +0000
  • 7b5b0aea36 Accepting request 704315 from home:TheBlackCat:branches:devel:languages:python Todd R 2019-05-20 18:45:46 +0000
  • 8e9834961d Accepting request 690449 from devel:languages:python Dominique Leuenberger 2019-04-04 10:04:03 +0000
  • 51e92bc754 Accepting request 690448 from home:mcepl:branches:devel:languages:python Matej Cepl 2019-04-01 19:47:14 +0000
  • 450e844300 Accepting request 673460 from devel:languages:python Stephan Kulow 2019-02-24 16:00:20 +0000
  • 4fdb456f81 Accepting request 673426 from home:jengelh:branches:devel:languages:python Todd R 2019-02-11 19:58:20 +0000
  • 2cc7d8a540 - Update to 2.3.1: * Update lexers * Minimum Python versions changed to 2.7 and 3.5 * Added support for Python 3.7 generator changes (PR#772) * Fix incorrect token type in SCSS for single-quote strings (#1322) * Use terminal256 formatter if TERM contains 256 (PR#666) * Fix incorrect handling of GitHub style fences in Markdown (PR#741, #1389) * Fix %a not being highlighted in Python3 strings (PR#727) - Drop patch python_37.diff which was merged upstream - Refresh patch denose.patch Tomáš Chvátal 2019-02-11 11:15:42 +0000
  • d64870c051 Accepting request 664354 from devel:languages:python Dominique Leuenberger 2019-01-15 08:13:37 +0000
  • 3318ee464e Fix typo Matej Cepl 2019-01-10 13:08:39 +0000
  • 201748a90f Add link to the Bitbucket issue Matej Cepl 2019-01-10 01:24:33 +0000
  • acf8bec509 - Added denose.patch removing dependency on the nose package. Matej Cepl 2019-01-10 01:20:45 +0000
  • aa16d97f77 Accepting request 659309 from devel:languages:python Dominique Leuenberger 2018-12-21 07:19:48 +0000
  • e45bac06ec Remove superfluous devel dependency for noarch package Matej Cepl 2018-12-04 13:51:22 +0000
  • 7f78550cdb Accepting request 623134 from devel:languages:python Dominique Leuenberger 2018-07-21 08:07:52 +0000
  • 5c78e06fdb Accepting request 623133 from home:mimi_vx:branches:devel:languages:python Tomáš Chvátal 2018-07-16 13:34:14 +0000
  • c49dd889a2 Accepting request 527385 from devel:languages:python Dominique Leuenberger 2017-09-22 19:32:15 +0000
  • d63efc57f4 - fix build in a python2.x only env Dirk Mueller 2017-08-15 12:52:10 +0000
  • 0f3dcd396e Accepting request 486646 from devel:languages:python Dominique Leuenberger 2017-04-19 16:09:39 +0000
  • 588ae87355 Accepting request 486645 from home:TheBlackCat:branches:devel:languages:python Todd R 2017-04-07 21:14:11 +0000
  • 3f162e6f45 Accepting request 486622 from home:TheBlackCat:branches:devel:languages:python Todd R 2017-04-07 20:42:56 +0000
  • 50a448bb23 Accepting request 486611 from home:TheBlackCat:branches:devel:languages:python Todd R 2017-04-07 20:20:17 +0000
  • a931136a59 Accepting request 485737 from devel:languages:python:singlespec Dirk Mueller 2017-04-05 11:35:42 +0000
  • df8b4ca679 Accepting request 435705 from devel:languages:python Dominique Leuenberger 2016-10-22 11:01:40 +0000
  • b1d8996e6d - update to 2.1.3: - Fixed regression in Bash lexer (PR#563) - Fixed Python 3 regression in image formatter (#1215) - Fixed regression in Bash lexer (PR#562) Dirk Mueller 2016-10-17 09:54:28 +0000
  • d2bf2a9725 Accepting request 359553 from devel:languages:python Dominique Leuenberger 2016-02-22 07:55:54 +0000
  • 85e507ebe6 Accepting request 359397 from home:stroeder:branches:devel:languages:python Dirk Mueller 2016-02-15 20:17:37 +0000
  • 50b80feafc Accepting request 358511 from home:olh:branches:devel:languages:python Dirk Mueller 2016-02-09 15:09:44 +0000
  • c10d175f3d Accepting request 355804 from devel:languages:python Dominique Leuenberger 2016-01-30 10:30:59 +0000
  • 1410eb3803 Accepting request 355773 from home:stroeder:branches:devel:languages:python Jan Matejek 2016-01-25 17:43:30 +0000
  • 91cbd97be4 Accepting request 290391 from devel:languages:python Dominique Leuenberger 2015-03-16 05:58:48 +0000
  • deec4b56d2 Accepting request 290356 from home:netsroth:branches:devel:languages:python Denisart Benjamin 2015-03-12 09:21:47 +0000
  • cc4e03b43e Accepting request 229293 from devel:languages:python Stephan Kulow 2014-04-09 11:01:08 +0000
  • 9ec100ac46 Accepting request 229272 from Cloud:OpenStack:Master Denisart Benjamin 2014-04-07 14:48:18 +0000
  • 72f33d28e6 Accepting request 204633 from devel:languages:python Tomáš Chvátal 2013-10-25 09:29:12 +0000
  • f3bc15f571 - Require python-setuptools instead of distribute (upstreams merged) Sascha Peilicke 2013-10-24 11:11:52 +0000
  • fc25c6ce23 Accepting request 179704 from devel:languages:python Stephan Kulow 2013-06-19 14:22:44 +0000
  • 68031faa61 Python3 moved to devel:languages:python3 Sascha Peilicke 2013-06-17 12:53:04 +0000
  • 530439e07f Accepting request 174471 from devel:languages:python Stephan Kulow 2013-05-06 07:08:42 +0000
  • dc3f947d2f Accepting request 174470 from home:TheBlackCat:branches:devel:languages:python Todd R 2013-05-03 22:55:56 +0000
  • d5f7f24bd1 - Name Python3 binaries consistently: + Fix in setup.py to have correct egg-info data Sascha Peilicke 2012-11-20 18:39:47 +0000
  • e27b2ad524 Accepting request 120937 from devel:languages:python Stephan Kulow 2012-05-16 19:35:40 +0000
  • 1d7925c0f0 Accepting request 120936 from home:TheBlackCat:branches:devel:languages:python Todd R 2012-05-14 12:40:45 +0000
  • d9dd15fe85 Accepting request 116064 from devel:languages:python3 Todd R 2012-04-30 14:04:43 +0000
  • 39ae051e82 Accepting request 115800 from home:HighwayStar:branches:devel:languages:python Todd R 2012-04-27 10:02:08 +0000