Update to 2.3.0 (#1150536)
This commit is contained in:
parent
ad2fc6b38d
commit
9973efd3a8
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
python2-chardet-2.0.1.tgz
|
||||
/chardet-2.2.1.tar.gz
|
||||
/chardet-2.3.0.tar.gz
|
||||
|
||||
@ -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 <mhroncok@redhat.com> - 2.3.0-1
|
||||
- Update to 2.3.0 (#1150536)
|
||||
|
||||
* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.2.1-6
|
||||
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user