Update to 3.0.4
Signed-off-by: Jeremy Cline <jeremy@jcline.org>
This commit is contained in:
parent
9e6423d7e6
commit
a956d8fe40
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
|||||||
python2-chardet-2.0.1.tgz
|
python2-chardet-2.0.1.tgz
|
||||||
/chardet-2.2.1.tar.gz
|
/chardet-2.2.1.tar.gz
|
||||||
/chardet-2.3.0.tar.gz
|
/chardet-2.3.0.tar.gz
|
||||||
|
/chardet-3.0.4.tar.gz
|
||||||
|
|||||||
@ -1,14 +1,14 @@
|
|||||||
%global with_python3 1
|
%global with_python3 1
|
||||||
%global pypi_name chardet
|
%global pypi_name chardet
|
||||||
Name: python-%{pypi_name}
|
Name: python-%{pypi_name}
|
||||||
Version: 2.3.0
|
Version: 3.0.4
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Character encoding auto-detection in Python
|
Summary: Character encoding auto-detection in Python
|
||||||
|
|
||||||
Group: Development/Languages
|
Group: Development/Languages
|
||||||
License: LGPLv2
|
License: LGPLv2
|
||||||
URL: https://github.com/%{pypi_name}/%{pypi_name}
|
URL: https://github.com/%{pypi_name}/%{pypi_name}
|
||||||
Source0: https://pypi.python.org/packages/source/c/%{pypi_name}/%{pypi_name}-%{version}.tar.gz
|
Source0: https://files.pythonhosted.org/packages/source/c/%{pypi_name}/%{pypi_name}-%{version}.tar.gz
|
||||||
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRequires: python2-devel, python-setuptools
|
BuildRequires: python2-devel, python-setuptools
|
||||||
@ -80,6 +80,9 @@ popd
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jun 20 2017 Jeremy Cline <jeremy@jcline.org> - 3.0.4-1
|
||||||
|
- Update to 3.0.4 (#1441436)
|
||||||
|
|
||||||
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.0-3
|
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.0-3
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user