14
0
forked from pool/python-pyroma

Accepting request 673500 from home:jayvdb:coala:python3-bears

- Update to v2.4
- Remove unnecessary build dependency on python-devel
- Update URL from BitBucket to GitHub
- Use %license
- Fix %doc to use README.rst instead of empty README.txt
- Initial version for v2.3

OBS-URL: https://build.opensuse.org/request/show/673500
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyroma?expand=0&rev=1
This commit is contained in:
Tomáš Chvátal
2019-02-12 09:21:01 +00:00
committed by Git OBS Bridge
commit 0e7446235f
5 changed files with 122 additions and 0 deletions

18
python-pyroma.changes Normal file
View File

@@ -0,0 +1,18 @@
-------------------------------------------------------------------
Tue Feb 12 00:33:47 UTC 2019 - John Vandenberg <jayvdb@gmail.com>
- Update to v2.4
- Get rid of the tests that rely on HTML scraping, it's too brittle.
- Added -n command line option to set the minimum rating needed for pyroma
to return success, useful in scripts.
- from 2.3.1
- Fixed installation fails with a non-UTF8 locale under Python 3.
- Remove unnecessary build dependency on python-devel
- Update URL from BitBucket to GitHub
- Use %license
- Fix %doc to use README.rst instead of empty README.txt
-------------------------------------------------------------------
Thu Nov 16 17:45:39 UTC 2017 - toddrme2178@gmail.com
- Initial version for v2.3