15
0
forked from pool/python-pyroma

Accepting request 786908 from home:mcalabkova:branches:devel:languages:python

- Update to 2.6
  * Ran flake8 and black on the code, better formatting for 
    classifiers.py generation.
  * Support for PEP 517, setup.cfg-only packages. [Max Tyulin]
  * Adds support for Markdown long_descriptions, if you set
    long_description_content_type to 'text/markdown'
  * Installs Pygments to avoid an error message of you have
    syntax highlighted code in the long_description.

OBS-URL: https://build.opensuse.org/request/show/786908
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyroma?expand=0&rev=6
This commit is contained in:
Tomáš Chvátal
2020-03-20 14:34:30 +00:00
committed by Git OBS Bridge
parent bcf526e06d
commit 2658b334cd
4 changed files with 19 additions and 5 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Fri Mar 20 14:10:29 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
- Update to 2.6
* Ran flake8 and black on the code, better formatting for
classifiers.py generation.
* Support for PEP 517, setup.cfg-only packages. [Max Tyulin]
* Adds support for Markdown long_descriptions, if you set
long_description_content_type to 'text/markdown'
* Installs Pygments to avoid an error message of you have
syntax highlighted code in the long_description.
-------------------------------------------------------------------
Mon Jun 3 10:17:49 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>