Hello community,

here is the log from the commit of package python-chardet for openSUSE:Factory 
checked in at 2015-02-18 11:39:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-chardet (Old)
 and      /work/SRC/openSUSE:Factory/.python-chardet.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-chardet"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-chardet/python-chardet.changes    
2013-10-25 11:18:42.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python-chardet.new/python-chardet.changes       
2015-02-18 12:08:52.000000000 +0100
@@ -1,0 +2,13 @@
+Tue Feb 10 23:45:01 UTC 2015 - aloi...@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
+
+-------------------------------------------------------------------

Old:
----
  chardet-2.1.1.tar.bz2

New:
----
  chardet-2.3.0.tar.bz2
  python-chardet-rpmlintrc

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-chardet.spec ++++++
--- /var/tmp/diff_new_pack.XRmpe1/_old  2015-02-18 12:08:53.000000000 +0100
+++ /var/tmp/diff_new_pack.XRmpe1/_new  2015-02-18 12:08:53.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-chardet
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,20 +17,18 @@
 
 
 Name:           python-chardet
-Version:        2.1.1
+Version:        2.3.0
 Release:        0
 Summary:        Universal encoding detector
 License:        LGPL-2.1+
 Group:          Development/Languages/Python
-Url:            http://chardet.feedparser.org/
-Source:         chardet-%{version}.tar.bz2
+Url:            https://github.com/chardet/chardet
+Source0:        chardet-%{version}.tar.bz2
+Source1:        python-chardet-rpmlintrc
 BuildRequires:  python-devel
 BuildRequires:  python-setuptools
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-%if 0%{?suse_version} && 0%{?suse_version} <= 1110
-%{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
-%{!?python_sitearch: %global python_sitearch %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
-%else
+%if 0%{?suse_version} > 1110
 BuildArch:      noarch
 %endif
 
@@ -75,6 +73,6 @@
 %files
 %defattr(-,root,root,-)
 %{python_sitelib}/*
-%{_bindir}/chardetect.py
+%{_bindir}/chardetect
 
 %changelog

++++++ chardet-2.1.1.tar.bz2 -> chardet-2.3.0.tar.bz2 ++++++
++++ 6827 lines of diff (skipped)

++++++ python-chardet-rpmlintrc ++++++
# remove warnings about modules not being executable
addFilter("non-executable-script")

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to