15
0

Accepting request 905715 from home:jacraig:branches:devel:languages:python

- Update to 3.6.0
  * Added support for Python 3.8, 3.9 and 3.10. This primarily
    involves avoiding the new-in-3.8 validation of the format
    string when using the ‘safe-template’ format style, since
    that’s not supported in the Python standard library.
  * Added ZConfig.pygments module containing a lexer compatible
    with the pygments library. Made discoverable via an entry
    point; use zconfig as the highlight language for code-block
    directives in Sphinx documents.
- Drop patch that was integrated upstream.

OBS-URL: https://build.opensuse.org/request/show/905715
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ZConfig?expand=0&rev=15
This commit is contained in:
2021-07-12 09:29:04 +00:00
committed by Git OBS Bridge
parent 2790947c07
commit ae36cb25f6
5 changed files with 20 additions and 172 deletions

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Sun Jul 11 19:18:44 UTC 2021 - Jason Craig <os@jacraig.com>
- Update to 3.6.0
* Added support for Python 3.8, 3.9 and 3.10. This primarily
involves avoiding the new-in-3.8 validation of the format
string when using the safe-template format style, since
thats not supported in the Python standard library.
* Added ZConfig.pygments module containing a lexer compatible
with the pygments library. Made discoverable via an entry
point; use zconfig as the highlight language for code-block
directives in Sphinx documents.
- Drop patch that was integrated upstream.
-------------------------------------------------------------------
Mon Nov 25 01:54:32 UTC 2019 - Steve Kowalik <steven.kowalik@suse.com>