14
0

Accepting request 1235989 from home:yacar:branches:devel:languages:python

- Update to 3.1.0:
  * Add typing-extensions into dependencies  -  by @lepture (93fd1)
  * Cleanup unused imports  -  by @lepture (6d046)
  * Make typing-extension optional dependency  -  by @lepture (f7db5)
  * Importing Self from typing_extensions  -  by @lepture (0772c)
  * Only HTML-escape codespan in HTML render  -  by @mentalisttraceur (245c0)
  * Only HTML-escape URLs when rendering to HTML  -  by @mentalisttraceur (f4237)
  * Use correct importing for typing_extensions  -  by @lepture (4f91d)

OBS-URL: https://build.opensuse.org/request/show/1235989
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mistune?expand=0&rev=55
This commit is contained in:
2025-01-09 12:34:48 +00:00
committed by Git OBS Bridge
parent b510141ac0
commit 6f8d3193a6
4 changed files with 22 additions and 6 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Wed Jan 8 15:56:07 UTC 2025 - Yunus Acar <yunus.acar@suse.com>
- Update to 3.1.0:
* Add typing-extensions into dependencies - by @lepture (93fd1)
* Cleanup unused imports - by @lepture (6d046)
* Make typing-extension optional dependency - by @lepture (f7db5)
* Importing Self from typing_extensions - by @lepture (0772c)
* Only HTML-escape codespan in HTML render - by @mentalisttraceur (245c0)
* Only HTML-escape URLs when rendering to HTML - by @mentalisttraceur (f4237)
* Use correct importing for typing_extensions - by @lepture (4f91d)
-------------------------------------------------------------------
Tue Nov 21 08:53:35 UTC 2023 - Dirk Müller <dmueller@suse.com>