14
0
forked from pool/python-pyroma

- Update to 2.5:

- Fixed #35: Correctly restore ``sys.argv``.  [maurits]
  - Added back the BusFactor test, the XMLRPC API supports it.
  - #26: Adding a test to check for a development status classifier.
  - #21: Accept the new project_urls distribution data.
  - Now verifies that classifiers are valid, and that the license field
    and license classifiers match.
  - The rating now again reflects if the long_description isn't valid ReST.
  - #38: Recommendations for the License field has changed.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyroma?expand=0&rev=4
This commit is contained in:
Tomáš Chvátal
2019-06-03 10:19:07 +00:00
committed by Git OBS Bridge
parent 286a9fa439
commit bcf526e06d
4 changed files with 18 additions and 10 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Mon Jun 3 10:17:49 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 2.5:
- Fixed #35: Correctly restore ``sys.argv``. [maurits]
- Added back the BusFactor test, the XMLRPC API supports it.
- #26: Adding a test to check for a development status classifier.
- #21: Accept the new project_urls distribution data.
- Now verifies that classifiers are valid, and that the license field
and license classifiers match.
- The rating now again reflects if the long_description isn't valid ReST.
- #38: Recommendations for the License field has changed.
-------------------------------------------------------------------
Tue Feb 12 10:23:23 UTC 2019 - Jan Engelhardt <jengelh@inai.de>