1
0

Accepting request 484347 from home:alois:branches:devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/484347
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-mimeparse?expand=0&rev=6
This commit is contained in:
Thomas Bechtold
2017-04-04 05:49:41 +00:00
committed by Git OBS Bridge
parent ef67da28be
commit 1f991dbf25
4 changed files with 50 additions and 20 deletions

View File

@ -1,3 +1,30 @@
-------------------------------------------------------------------
Sat Apr 1 14:24:37 UTC 2017 - aloisio@gmx.com
- Updated to version 1.6.0
* let acceptable types specify their quality (#26)
* more readable formatting of test data
* Run PyPy tests with pypy-5.4 on Travis (#30)
* Ignore more dirs in flake8 tests (#31)
* ignore .venv instead of venv
* flake8 tweaks (#27)
* ignore build/ and venv/ dirs
version 1.5.4:
* Release as a universal wheel (#28)
* Remove __init__.py (#29)
version 1.5.3:
* extra test based on RFC 7231 page 38
* cleaner code for quality_and_fitness_parsed
* more readable testdata.json
* readme tweaks
* setup.py sanity check + pep8 tweaks to mimeparse.py
* setup.py + README tidying (#22)
* Document return types (#24)
* Add pypy3 to test matrix
* update download_url (fixes #18)
- Converted to single-spec
-------------------------------------------------------------------
Tue Nov 15 12:45:22 UTC 2016 - dmueller@suse.com