Update to 2.3.0 (#1150536)
This commit is contained in:
parent
ad2fc6b38d
commit
9973efd3a8
3 changed files with 7 additions and 3 deletions
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
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
4a758402eaefd0331bdedc7ecb6f452c chardet-2.2.1.tar.gz
|
||||
25274d664ccb5130adae08047416e1a8 chardet-2.3.0.tar.gz
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue