15
0

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

Updated to 2.3.0

OBS-URL: https://build.opensuse.org/request/show/286297
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-chardet?expand=0&rev=17
This commit is contained in:
Denisart Benjamin
2015-02-17 10:22:31 +00:00
committed by Git OBS Bridge
parent ca02d0d8f8
commit 83b6a3eddf
5 changed files with 26 additions and 12 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Tue Feb 10 23:45:01 UTC 2015 - aloisio@gmx.com
- Update to version 2.3.0
* Added support for CP932 detection (thanks to @hashy)
* Fixed an issue where UTF-8 with a BOM would not be detected
as UTF-8-SIG (#8)
* Modified chardetect to use argparse for argument parsing
* Moved docs to a gh-pages branch. You can now access them
at http://chardet.github.io
- Changelog on https://github.com/chardet/chardet/commits/2.3.0
- Other minor changes
-------------------------------------------------------------------
Thu Oct 24 11:00:03 UTC 2013 - speilicke@suse.com