Compare commits
9 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2652ef7c53 | ||
|
|
500fd9ab06 | ||
|
|
0859683087 | ||
|
|
d4143c12d2 | ||
|
|
97d0054fb4 | ||
|
|
d8cc36cf0b | ||
|
|
169faa9cf3 | ||
|
|
57e33703ed | ||
|
|
6f491bfe59 |
6 changed files with 284 additions and 154 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1,2 +1,3 @@
|
||||||
/chardet-*.tar.gz
|
/chardet-*.tar.gz
|
||||||
/chardet-*/
|
/chardet-*/
|
||||||
|
/chardet-4.0.0-filtered.tar.xz
|
||||||
|
|
|
||||||
134
changelog
Normal file
134
changelog
Normal file
|
|
@ -0,0 +1,134 @@
|
||||||
|
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 4.0.0-4
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||||
|
|
||||||
|
* Wed Jun 02 2021 Python Maint <python-maint@redhat.com> - 4.0.0-3
|
||||||
|
- Rebuilt for Python 3.10
|
||||||
|
|
||||||
|
* Wed Jun 02 2021 Python Maint <python-maint@redhat.com> - 4.0.0-2
|
||||||
|
- Bootstrap for Python 3.10
|
||||||
|
|
||||||
|
* Fri Feb 05 2021 Miro Hrončok <mhroncok@redhat.com> - 4.0.0-1
|
||||||
|
- Update to 4.0.0
|
||||||
|
- Fixes: rhbz#1906585
|
||||||
|
- Fixes: rhbz#1923076
|
||||||
|
|
||||||
|
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.4-19
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||||
|
|
||||||
|
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.4-18
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||||
|
|
||||||
|
* Fri May 22 2020 Miro Hrončok <mhroncok@redhat.com> - 3.0.4-17
|
||||||
|
- Rebuilt for Python 3.9
|
||||||
|
|
||||||
|
* Fri May 22 2020 Miro Hrončok <mhroncok@redhat.com> - 3.0.4-16
|
||||||
|
- Bootstrap for Python 3.9
|
||||||
|
|
||||||
|
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.4-15
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||||
|
|
||||||
|
* Thu Nov 14 2019 Miro Hrončok <mhroncok@redhat.com> - 3.0.4-14
|
||||||
|
- Subpackage python2-chardet has been removed
|
||||||
|
See https://fedoraproject.org/wiki/Changes/Mass_Python_2_Package_Removal
|
||||||
|
|
||||||
|
* Thu Oct 03 2019 Miro Hrončok <mhroncok@redhat.com> - 3.0.4-13
|
||||||
|
- Rebuilt for Python 3.8.0rc1 (#1748018)
|
||||||
|
|
||||||
|
* Thu Aug 15 2019 Miro Hrončok <mhroncok@redhat.com> - 3.0.4-12
|
||||||
|
- Rebuilt for Python 3.8
|
||||||
|
|
||||||
|
* Wed Aug 14 2019 Miro Hrončok <mhroncok@redhat.com> - 3.0.4-11
|
||||||
|
- Bootstrap for Python 3.8
|
||||||
|
|
||||||
|
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.4-10
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||||
|
|
||||||
|
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.4-9
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||||
|
|
||||||
|
* Fri Aug 17 2018 Miro Hrončok <mhroncok@redhat.com> - 3.0.4-8
|
||||||
|
- Only have one /usr/bin/chardetect
|
||||||
|
|
||||||
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.4-7
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||||
|
|
||||||
|
* Wed Jun 13 2018 Miro Hrončok <mhroncok@redhat.com> - 3.0.4-6
|
||||||
|
- Rebuilt for Python 3.7
|
||||||
|
|
||||||
|
* Sun Feb 11 2018 Iryna Shcherbina <ishcherb@redhat.com> - 3.0.4-5
|
||||||
|
- Update Python 2 dependency declarations to new packaging standards
|
||||||
|
(See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)
|
||||||
|
|
||||||
|
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.4-4
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||||
|
|
||||||
|
* Sat Aug 19 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 3.0.4-3
|
||||||
|
- Python 2 binary package renamed to python2-chardet
|
||||||
|
See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3
|
||||||
|
|
||||||
|
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.4-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||||||
|
|
||||||
|
* 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
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||||
|
|
||||||
|
* Fri Dec 09 2016 Charalampos Stratakis <cstratak@redhat.com> - 2.3.0-2
|
||||||
|
- Rebuild for Python 3.6
|
||||||
|
|
||||||
|
* 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
|
||||||
|
|
||||||
|
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.1-5
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||||
|
|
||||||
|
* Wed Oct 14 2015 Robert Kuska <rkuska@redhat.com> - 2.2.1-4
|
||||||
|
- Rebuilt for Python3.5 rebuild
|
||||||
|
|
||||||
|
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.2.1-3
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||||
|
|
||||||
|
* Thu Jul 31 2014 Tom Callaway <spot@fedoraproject.org> - 2.2.1-2
|
||||||
|
- fix license handling
|
||||||
|
|
||||||
|
* Wed Jul 02 2014 Miro Hrončok <mhroncok@redhat.com> - 2.2.1-1
|
||||||
|
- Updated to 2.2.1
|
||||||
|
- Introduced Python 3 subpackage (upstream has merged the codebase)
|
||||||
|
- Removed BuildRoot and python_sitelib definition
|
||||||
|
- Use python2 macros instead of just python
|
||||||
|
|
||||||
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.1-8
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
||||||
|
|
||||||
|
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.1-7
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
||||||
|
|
||||||
|
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.1-6
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
||||||
|
|
||||||
|
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.1-5
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
||||||
|
|
||||||
|
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.1-4
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
||||||
|
|
||||||
|
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.1-3
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
||||||
|
|
||||||
|
* Wed Jul 21 2010 David Malcolm <dmalcolm@redhat.com> - 2.0.1-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
|
||||||
|
|
||||||
|
* Wed Jan 13 2010 Kushal Das <kushal@fedoraproject.org> 2.0.1-1
|
||||||
|
- New release
|
||||||
|
|
||||||
|
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.1-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
||||||
|
|
||||||
|
* Mon Aug 04 2008 Kushal Das <kushal@fedoraproject.org> 1.0.1-1
|
||||||
|
- Initial release
|
||||||
|
|
||||||
23
chardetect.1
Normal file
23
chardetect.1
Normal file
|
|
@ -0,0 +1,23 @@
|
||||||
|
.TH CHARDETECT "1" "June 2022" "" "User Commands"
|
||||||
|
.SH NAME
|
||||||
|
.B chardetect
|
||||||
|
\(en takes one or more file paths and reports their detected encodings
|
||||||
|
.SH SYNOPSIS
|
||||||
|
.B chardetect
|
||||||
|
.RB [ \-h ]
|
||||||
|
.RB [ \-\-version ]
|
||||||
|
.RI [ input \ ...]
|
||||||
|
.SH OPTIONS
|
||||||
|
.SS "POSITIONAL ARGUMENTS"
|
||||||
|
.TP
|
||||||
|
.I input
|
||||||
|
File whose encoding we would like to determine.
|
||||||
|
(default:
|
||||||
|
.IR stdin )
|
||||||
|
.SS "OPTIONAL ARGUMENTS"
|
||||||
|
.TP
|
||||||
|
.B \-h\fR, \fB\-\-help
|
||||||
|
show a help message and exit
|
||||||
|
.TP
|
||||||
|
.B \-\-version
|
||||||
|
show program\(cqs version number and exit
|
||||||
34
get_source
Executable file
34
get_source
Executable file
|
|
@ -0,0 +1,34 @@
|
||||||
|
#!/bin/sh
|
||||||
|
set -o errexit
|
||||||
|
set -o nounset
|
||||||
|
|
||||||
|
if [ "$#" != '1' ]
|
||||||
|
then
|
||||||
|
cat 1>&2 <<EOF
|
||||||
|
Usage: $0 VERSION
|
||||||
|
|
||||||
|
Downloads the requested version and creates a filtered source tarball.
|
||||||
|
EOF
|
||||||
|
exit 1
|
||||||
|
fi
|
||||||
|
|
||||||
|
VERSION="${1}"
|
||||||
|
OUTDIR="${PWD}"
|
||||||
|
TMPDIR="$(mktemp -d)"
|
||||||
|
trap "rm -rf '${TMPDIR}'" INT TERM EXIT
|
||||||
|
|
||||||
|
cd "${TMPDIR}"
|
||||||
|
URL="$(rpm -E "%{pypi_source chardet ${VERSION}}")"
|
||||||
|
echo "--> Downloading: ${URL}" 1>&2
|
||||||
|
curl -L -O "${URL}"
|
||||||
|
|
||||||
|
ARCHIVE="$(find . -mindepth 1 -maxdepth 1 -type f -name '*.tar.gz' -print -quit)"
|
||||||
|
echo "--> Extracting: $(basename "${ARCHIVE}")" 1>&2
|
||||||
|
tar -xzf "${ARCHIVE}"
|
||||||
|
echo '--> Removing tests due to licensing issues' 1>&2
|
||||||
|
rm -rvf */tests/
|
||||||
|
FILTERED="$(basename "${ARCHIVE}" .tar.gz)-filtered.tar.xz"
|
||||||
|
echo "--> Re-archiving: ${FILTERED}" 1>&2
|
||||||
|
tar -c "${FILTERED}" */ | xz -9e > "${FILTERED}"
|
||||||
|
mv -v "${FILTERED}" "${OUTDIR}"
|
||||||
|
echo 'Done.' 1>&2
|
||||||
|
|
@ -1,33 +1,88 @@
|
||||||
|
# Sphinx-generated HTML documentation is not suitable for packaging; see
|
||||||
|
# https://bugzilla.redhat.com/show_bug.cgi?id=2006555 for discussion.
|
||||||
|
#
|
||||||
|
# We can generate PDF documentation as a substitute.
|
||||||
|
%bcond_without doc_pdf
|
||||||
|
|
||||||
Name: python-chardet
|
Name: python-chardet
|
||||||
Version: 4.0.0
|
Version: 4.0.0
|
||||||
Release: 4%{?dist}
|
Release: %autorelease
|
||||||
Summary: Character encoding auto-detection in Python
|
Summary: Python character encoding detector
|
||||||
License: LGPLv2
|
|
||||||
|
# The entire source, after tests/ are filtered, is LGPLv2+. See the comment
|
||||||
|
# above Source0 for more details on tests/.
|
||||||
|
#
|
||||||
|
# See also:
|
||||||
|
# clarify Trove license classifier
|
||||||
|
# https://github.com/chardet/chardet/issues/162
|
||||||
|
# Clarify LGPL version in License trove classifier
|
||||||
|
# https://github.com/chardet/chardet/pull/255
|
||||||
|
License: LGPLv2+
|
||||||
URL: https://github.com/chardet/chardet
|
URL: https://github.com/chardet/chardet
|
||||||
Source0: %{pypi_source chardet}
|
# A filtered source tarball, obtained by (see Source1):
|
||||||
|
#
|
||||||
|
# ./get_source %%{version}
|
||||||
|
#
|
||||||
|
# is required because the contents of tests/ are under various undocumented
|
||||||
|
# licenses and are, for the most part, not freely redistributable. See:
|
||||||
|
#
|
||||||
|
# problematic licensing of /tests?
|
||||||
|
# https://github.com/chardet/chardet/issues/231
|
||||||
|
Source0: chardet-%{version}-filtered.tar.xz
|
||||||
|
Source1: get_source
|
||||||
|
# Hand-written for Fedora in groff_man(7) format based on --help output
|
||||||
|
Source2: chardetect.1
|
||||||
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
BuildRequires: python3-devel
|
BuildRequires: python3-devel
|
||||||
BuildRequires: pyproject-rpm-macros
|
|
||||||
|
|
||||||
# Circular dependency on pytest
|
%if %{with doc_pdf}
|
||||||
%bcond_without tests
|
BuildRequires: make
|
||||||
%if %{with tests}
|
BuildRequires: python3dist(sphinx)
|
||||||
BuildRequires: python3-pytest
|
BuildRequires: python3dist(sphinx-rtd-theme)
|
||||||
|
BuildRequires: python3-sphinx-latex
|
||||||
|
BuildRequires: latexmk
|
||||||
|
BuildRequires: tex-xetex-bin
|
||||||
|
BuildRequires: /usr/bin/xindy
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%global _description\
|
%global common_description %{expand:
|
||||||
Character encoding auto-detection in Python. As\
|
Chardet: The Universal Character Encoding Detector
|
||||||
smart as your browser. Open source.
|
|
||||||
|
|
||||||
%description %_description
|
Detects:
|
||||||
|
|
||||||
|
• ASCII, UTF-8, UTF-16 (2 variants), UTF-32 (4 variants)
|
||||||
|
• Big5, GB2312, EUC-TW, HZ-GB-2312, ISO-2022-CN (Traditional and Simplified
|
||||||
|
Chinese)
|
||||||
|
• EUC-JP, SHIFT_JIS, CP932, ISO-2022-JP (Japanese)
|
||||||
|
• EUC-KR, ISO-2022-KR, Johab (Korean)
|
||||||
|
• KOI8-R, MacCyrillic, IBM855, IBM866, ISO-8859-5, windows-1251 (Cyrillic)
|
||||||
|
• ISO-8859-5, windows-1251 (Bulgarian)
|
||||||
|
• ISO-8859-1, windows-1252 (Western European languages)
|
||||||
|
• ISO-8859-7, windows-1253 (Greek)
|
||||||
|
• ISO-8859-8, windows-1255 (Visual and Logical Hebrew)
|
||||||
|
• TIS-620 (Thai)
|
||||||
|
|
||||||
|
ISO-8859-2 and windows-1250 (Hungarian) probers have been temporarily
|
||||||
|
disabled.}
|
||||||
|
|
||||||
|
%description
|
||||||
|
%{common_description}
|
||||||
|
|
||||||
|
|
||||||
%package -n python3-chardet
|
%package -n python3-chardet
|
||||||
Summary: %{summary}
|
Summary: %{summary}
|
||||||
|
|
||||||
%description -n python3-chardet %_description
|
%description -n python3-chardet
|
||||||
|
%{common_description}
|
||||||
|
|
||||||
|
|
||||||
|
%package doc
|
||||||
|
Summary: Documentation for python-chardet
|
||||||
|
|
||||||
|
%description doc
|
||||||
|
%{common_description}
|
||||||
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
|
|
@ -37,164 +92,47 @@ Summary: %{summary}
|
||||||
# https://github.com/chardet/chardet/commit/1e94b33329
|
# https://github.com/chardet/chardet/commit/1e94b33329
|
||||||
grep -lr "^#\!/usr/bin/env python" chardet/ | xargs sed -i "1d"
|
grep -lr "^#\!/usr/bin/env python" chardet/ | xargs sed -i "1d"
|
||||||
|
|
||||||
|
# Since pdflatex cannot handle Unicode inputs in general:
|
||||||
|
echo "latex_engine = 'xelatex'" >> docs/conf.py
|
||||||
|
|
||||||
|
|
||||||
%generate_buildrequires
|
%generate_buildrequires
|
||||||
%pyproject_buildrequires -r
|
%pyproject_buildrequires
|
||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%pyproject_wheel
|
%pyproject_wheel
|
||||||
|
|
||||||
|
%if %{with doc_pdf}
|
||||||
|
PYTHONPATH="${PWD}" %make_build -C docs latex SPHINXOPTS='%{?_smp_mflags}'
|
||||||
|
%make_build -C docs/_build/latex LATEXMKOPTS='-quiet'
|
||||||
|
%endif
|
||||||
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%pyproject_install
|
%pyproject_install
|
||||||
%pyproject_save_files chardet
|
%pyproject_save_files chardet
|
||||||
|
install -t '%{buildroot}%{_mandir}/man1' -D -p -m 0644 '%{SOURCE2}'
|
||||||
|
|
||||||
|
|
||||||
%if %{with tests}
|
|
||||||
%check
|
%check
|
||||||
%pytest -v
|
# We cannot run the upstream tests because they would require data files with
|
||||||
%endif
|
# problematic license status.
|
||||||
|
%pyproject_check_import
|
||||||
|
|
||||||
|
|
||||||
%files -n python3-chardet -f %{pyproject_files}
|
%files -n python3-chardet -f %{pyproject_files}
|
||||||
|
%{_bindir}/chardetect
|
||||||
|
%{_mandir}/man1/chardetect.1*
|
||||||
|
|
||||||
|
|
||||||
|
%files doc
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
%doc README.rst
|
%doc README.rst
|
||||||
%{_bindir}/chardetect
|
%if %{with doc_pdf}
|
||||||
|
%doc docs/_build/latex/chardet.pdf
|
||||||
|
%endif
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 4.0.0-4
|
%autochangelog
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
||||||
|
|
||||||
* Wed Jun 02 2021 Python Maint <python-maint@redhat.com> - 4.0.0-3
|
|
||||||
- Rebuilt for Python 3.10
|
|
||||||
|
|
||||||
* Wed Jun 02 2021 Python Maint <python-maint@redhat.com> - 4.0.0-2
|
|
||||||
- Bootstrap for Python 3.10
|
|
||||||
|
|
||||||
* Fri Feb 05 2021 Miro Hrončok <mhroncok@redhat.com> - 4.0.0-1
|
|
||||||
- Update to 4.0.0
|
|
||||||
- Fixes: rhbz#1906585
|
|
||||||
- Fixes: rhbz#1923076
|
|
||||||
|
|
||||||
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.4-19
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
||||||
|
|
||||||
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.4-18
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
||||||
|
|
||||||
* Fri May 22 2020 Miro Hrončok <mhroncok@redhat.com> - 3.0.4-17
|
|
||||||
- Rebuilt for Python 3.9
|
|
||||||
|
|
||||||
* Fri May 22 2020 Miro Hrončok <mhroncok@redhat.com> - 3.0.4-16
|
|
||||||
- Bootstrap for Python 3.9
|
|
||||||
|
|
||||||
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.4-15
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
||||||
|
|
||||||
* Thu Nov 14 2019 Miro Hrončok <mhroncok@redhat.com> - 3.0.4-14
|
|
||||||
- Subpackage python2-chardet has been removed
|
|
||||||
See https://fedoraproject.org/wiki/Changes/Mass_Python_2_Package_Removal
|
|
||||||
|
|
||||||
* Thu Oct 03 2019 Miro Hrončok <mhroncok@redhat.com> - 3.0.4-13
|
|
||||||
- Rebuilt for Python 3.8.0rc1 (#1748018)
|
|
||||||
|
|
||||||
* Thu Aug 15 2019 Miro Hrončok <mhroncok@redhat.com> - 3.0.4-12
|
|
||||||
- Rebuilt for Python 3.8
|
|
||||||
|
|
||||||
* Wed Aug 14 2019 Miro Hrončok <mhroncok@redhat.com> - 3.0.4-11
|
|
||||||
- Bootstrap for Python 3.8
|
|
||||||
|
|
||||||
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.4-10
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
||||||
|
|
||||||
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.4-9
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
||||||
|
|
||||||
* Fri Aug 17 2018 Miro Hrončok <mhroncok@redhat.com> - 3.0.4-8
|
|
||||||
- Only have one /usr/bin/chardetect
|
|
||||||
|
|
||||||
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.4-7
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
||||||
|
|
||||||
* Wed Jun 13 2018 Miro Hrončok <mhroncok@redhat.com> - 3.0.4-6
|
|
||||||
- Rebuilt for Python 3.7
|
|
||||||
|
|
||||||
* Sun Feb 11 2018 Iryna Shcherbina <ishcherb@redhat.com> - 3.0.4-5
|
|
||||||
- Update Python 2 dependency declarations to new packaging standards
|
|
||||||
(See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)
|
|
||||||
|
|
||||||
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.4-4
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
||||||
|
|
||||||
* Sat Aug 19 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 3.0.4-3
|
|
||||||
- Python 2 binary package renamed to python2-chardet
|
|
||||||
See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3
|
|
||||||
|
|
||||||
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.4-2
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
||||||
|
|
||||||
* 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
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
||||||
|
|
||||||
* Fri Dec 09 2016 Charalampos Stratakis <cstratak@redhat.com> - 2.3.0-2
|
|
||||||
- Rebuild for Python 3.6
|
|
||||||
|
|
||||||
* 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
|
|
||||||
|
|
||||||
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.1-5
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
||||||
|
|
||||||
* Wed Oct 14 2015 Robert Kuska <rkuska@redhat.com> - 2.2.1-4
|
|
||||||
- Rebuilt for Python3.5 rebuild
|
|
||||||
|
|
||||||
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.2.1-3
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
||||||
|
|
||||||
* Thu Jul 31 2014 Tom Callaway <spot@fedoraproject.org> - 2.2.1-2
|
|
||||||
- fix license handling
|
|
||||||
|
|
||||||
* Wed Jul 02 2014 Miro Hrončok <mhroncok@redhat.com> - 2.2.1-1
|
|
||||||
- Updated to 2.2.1
|
|
||||||
- Introduced Python 3 subpackage (upstream has merged the codebase)
|
|
||||||
- Removed BuildRoot and python_sitelib definition
|
|
||||||
- Use python2 macros instead of just python
|
|
||||||
|
|
||||||
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.1-8
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
||||||
|
|
||||||
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.1-7
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
||||||
|
|
||||||
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.1-6
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
||||||
|
|
||||||
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.1-5
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
||||||
|
|
||||||
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.1-4
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
||||||
|
|
||||||
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.1-3
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
||||||
|
|
||||||
* Wed Jul 21 2010 David Malcolm <dmalcolm@redhat.com> - 2.0.1-2
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
|
|
||||||
|
|
||||||
* Wed Jan 13 2010 Kushal Das <kushal@fedoraproject.org> 2.0.1-1
|
|
||||||
- New release
|
|
||||||
|
|
||||||
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.1-2
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
||||||
|
|
||||||
* Mon Aug 04 2008 Kushal Das <kushal@fedoraproject.org> 1.0.1-1
|
|
||||||
- Initial release
|
|
||||||
|
|
||||||
|
|
|
||||||
2
sources
2
sources
|
|
@ -1 +1 @@
|
||||||
SHA512 (chardet-4.0.0.tar.gz) = ebd7f420e1094445270db993f6373ffe7370419e002b0bb13299dc6c9b0f7c4e77b0f44f871fba6371e6869e7c86728514367db377e3137487a3acf50cb81e96
|
SHA512 (chardet-4.0.0-filtered.tar.xz) = 4c41d5f9311e6796a3270b5ecd63abc51e52962c97a7599e8756e82ba97998306e2e841e14da96441a63c446fa9142534bac7154579822b55882e621f3bbe2e0
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue