15
0

6 Commits

Author SHA256 Message Date
858e65fbe8 Accepting request 1306508 from devel:languages:python
Fix the Staging:E with new python-docutils

- Skip broken test with latest docutils, gh#pypa/readme_renderer#332

OBS-URL: https://build.opensuse.org/request/show/1306508
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-readme_renderer?expand=0&rev=17
2025-09-23 14:06:36 +00:00
4536e9bdd5 - Skip broken test with latest docutils, gh#pypa/readme_renderer#332
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-readme_renderer?expand=0&rev=37
2025-09-22 12:01:53 +00:00
53cc02d6bf Accepting request 1239132 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1239132
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-readme_renderer?expand=0&rev=16
2025-01-23 16:57:11 +00:00
6bed2955da - Add pygments.patch to fix test failure with Pygments 2.19
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-readme_renderer?expand=0&rev=35
2025-01-21 03:48:54 +00:00
4d2fbfbe87 Accepting request 1222462 from devel:languages:python
- Update to 44.0:
  * Drop support for Python 3.8 (#315)
  * Require docutils 0.21.2 and higher (#315)
  * Remove HTML5 <s> tag from the list of allowed HTML tags (#315)
  * Test all supported CPython and PyPy versions in CI (#315)
  * Resolve Node 16 deprecation warnings in CI (#309)
  * Lint specific directories (#312)
  * Build a wheel once for all tox test environments (#308)
  * Lazy open output files, and always close them (#314)
  * Gitpod: Migrate to the Even Better TOML extension (#306)
  * check-manifest: Remove a now-default .gitpod.yml exclusion (#307)

OBS-URL: https://build.opensuse.org/request/show/1222462
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-readme_renderer?expand=0&rev=15
2024-11-08 10:55:53 +00:00
f57734f9a9 - Update to 44.0:
* Drop support for Python 3.8 (#315)
  * Require docutils 0.21.2 and higher (#315)
  * Remove HTML5 <s> tag from the list of allowed HTML tags (#315)
  * Test all supported CPython and PyPy versions in CI (#315)
  * Resolve Node 16 deprecation warnings in CI (#309)
  * Lint specific directories (#312)
  * Build a wheel once for all tox test environments (#308)
  * Lazy open output files, and always close them (#314)
  * Gitpod: Migrate to the Even Better TOML extension (#306)
  * check-manifest: Remove a now-default .gitpod.yml exclusion (#307)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-readme_renderer?expand=0&rev=33
2024-11-07 13:31:06 +00:00
2 changed files with 9 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Sep 22 12:01:13 UTC 2025 - Daniel Garcia <daniel.garcia@suse.com>
- Skip broken test with latest docutils, gh#pypa/readme_renderer#332
-------------------------------------------------------------------
Mon Jan 20 15:29:01 UTC 2025 - Markéta Machová <mmachova@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-readme_renderer
#
# Copyright (c) 2025 SUSE LLC
# Copyright (c) 2025 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -59,7 +59,9 @@ long_description for packages.
%check
export LANG=en_US.UTF-8
%pytest
# gh#pypa/readme_renderer#332
donttest="test_cli_explicit_format"
%pytest -k "not $donttest"
%files %{python_files}
%license LICENSE