From 9973efd3a81ce6ed2ac9053b1dc03dea1c065ac2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Wed, 27 Jul 2016 12:08:34 +0200 Subject: [PATCH] Update to 2.3.0 (#1150536) --- .gitignore | 1 + python-chardet.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index f5b65b0..a66ad29 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ python2-chardet-2.0.1.tgz /chardet-2.2.1.tar.gz +/chardet-2.3.0.tar.gz diff --git a/python-chardet.spec b/python-chardet.spec index ff9f91e..6127cff 100644 --- a/python-chardet.spec +++ b/python-chardet.spec @@ -1,8 +1,8 @@ %global with_python3 1 %global pypi_name chardet Name: python-%{pypi_name} -Version: 2.2.1 -Release: 6%{?dist} +Version: 2.3.0 +Release: 1%{?dist} Summary: Character encoding auto-detection in Python Group: Development/Languages @@ -80,6 +80,9 @@ popd %changelog +* Wed Jul 27 2016 Miro HronĨok - 2.3.0-1 +- Update to 2.3.0 (#1150536) + * Tue Jul 19 2016 Fedora Release Engineering - 2.2.1-6 - https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages diff --git a/sources b/sources index e3a852e..6a19719 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -4a758402eaefd0331bdedc7ecb6f452c chardet-2.2.1.tar.gz +25274d664ccb5130adae08047416e1a8 chardet-2.3.0.tar.gz