15
0

12 Commits

Author SHA256 Message Date
f8eedab652 Accepting request 1277326 from devel:languages:python
- Redownload source file to have the same version released in pypi.

OBS-URL: https://build.opensuse.org/request/show/1277326
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Pygments?expand=0&rev=49
2025-05-15 14:59:48 +00:00
OBS User buildservice-autocommit
dcf7ab8331 auto commit by copy to link target
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pygments?expand=0&rev=124
2025-05-15 14:59:48 +00:00
OBS User buildservice-autocommit
625bb98fb6 Updating link to change in openSUSE:Factory/python-Pygments revision 49
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pygments?expand=0&rev=1316268b92399a310284d77bfb741698
2025-05-15 14:59:48 +00:00
4b04594242 - Redownload source file to have the same version released in pypi.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pygments?expand=0&rev=123
2025-05-14 07:22:29 +00:00
1e3a45b8ac Accepting request 1251963 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1251963
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Pygments?expand=0&rev=48
2025-03-11 19:42:32 +00:00
3611a3bc52 - Remove files from testsamples that licensedigger flagged as high risks.
Also created an issue upstream for potential licensing issues. See
  https://github.com/pygments/pygments/issues/2872
- Disable tests which depended on those files

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pygments?expand=0&rev=121
2025-03-11 07:56:11 +00:00
965a93db19 Accepting request 1239845 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1239845
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Pygments?expand=0&rev=47
2025-01-23 16:57:23 +00:00
6c476ed6d2 - Drop dependency on ca-certificates-mozilla-prebuilt to really
avoid buildcycles

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pygments?expand=0&rev=119
2025-01-23 11:32:10 +00:00
f544e30964 update to version 2.19.1
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pygments?expand=0&rev=118
2025-01-06 21:56:27 +00:00
3473806d2f Accepting request 1191413 from home:benoit_monin:branches:devel:languages:python
fix build by forcing pip to use the prebuilt CA bundle

OBS-URL: https://build.opensuse.org/request/show/1191413
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pygments?expand=0&rev=117
2024-08-09 08:55:04 +00:00
e3c91fb8b2 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pygments?expand=0&rev=116 2024-07-15 14:30:18 +00:00
ceb19f606c - add buildignores to avoid bootstrap buildcycle
p11-kit/gtk-doc/python-Pygments which comes via
  pip/ca-certificates

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pygments?expand=0&rev=115
2024-07-11 14:25:32 +00:00
4 changed files with 5 additions and 19 deletions

BIN
pygments-2.19.1.tar.gz LFS Normal file

Binary file not shown.

View File

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

View File

@@ -1,15 +1,3 @@
-------------------------------------------------------------------
Thu Jul 10 02:55:32 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
- Skip testcase that breaks with pytest 8.4.
-------------------------------------------------------------------
Sat Jun 21 15:48:13 UTC 2025 - Benoît Monin <benoit.monin@gmx.fr>
- update to version 2.19.2:
* Lua: Fix regression introduced in 2.19.0 (#2882, #2839)
- skip random input tests because they get stuck from time to time
------------------------------------------------------------------- -------------------------------------------------------------------
Wed May 14 07:19:25 UTC 2025 - Daniel Garcia <daniel.garcia@suse.com> Wed May 14 07:19:25 UTC 2025 - Daniel Garcia <daniel.garcia@suse.com>

View File

@@ -24,7 +24,7 @@
%endif %endif
%{?sle15_python_module_pythons} %{?sle15_python_module_pythons}
Name: python-Pygments Name: python-Pygments
Version: 2.19.2 Version: 2.19.1
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
@@ -88,9 +88,7 @@ install -Dm0644 doc/pygmentize.1 %{buildroot}%{_mandir}/man1/pygmentize.1
# skip test_guess_lexer_modula2 as we have to remove it's depent artifacts # skip test_guess_lexer_modula2 as we have to remove it's depent artifacts
# in exmplefiles because of potential licensing concerns # in exmplefiles because of potential licensing concerns
# See https://github.com/pygments/pygments/issues/2872 # See https://github.com/pygments/pygments/issues/2872
# skip random input tests as they get stuck (missing entropy?) %pytest -k "not test_guess_lexer_modula2"
# test_lexer_classes breaks with pytest 8.4.
%pytest -k "not (test_guess_lexer_modula2 or test_random_input or test_lexer_classes)"
%pre %pre
# If libalternatives is used: Removing old update-alternatives entries. # If libalternatives is used: Removing old update-alternatives entries.