Update to 2.0.4
This commit is contained in:
parent
5c3a1e329a
commit
9496395946
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
/2.0.3.tar.gz
|
||||
/2.0.4.tar.gz
|
||||
|
@ -1,5 +1,5 @@
|
||||
Name: python-charset-normalizer
|
||||
Version: 2.0.3
|
||||
Version: 2.0.4
|
||||
Release: 1%{?dist}
|
||||
Summary: The Real First Universal Charset Detector
|
||||
|
||||
@ -11,7 +11,6 @@ BuildArch: noarch
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: pyproject-rpm-macros
|
||||
BuildRequires: python3dist(pytest)
|
||||
BuildRequires: dos2unix
|
||||
|
||||
|
||||
%description
|
||||
@ -33,9 +32,6 @@ library provides codecs are supported.
|
||||
%autosetup -n charset_normalizer-%{version}
|
||||
# Remove pytest-cov settings from setup.cfg
|
||||
sed -i "/addopts = --cov/d" setup.cfg
|
||||
# Fix line endings in readme
|
||||
# https://github.com/Ousret/charset_normalizer/issues/66
|
||||
dos2unix README.md
|
||||
|
||||
%generate_buildrequires
|
||||
%pyproject_buildrequires -r
|
||||
@ -56,5 +52,9 @@ dos2unix README.md
|
||||
%{_bindir}/normalizer
|
||||
|
||||
%changelog
|
||||
* Mon Aug 02 2021 Lumír Balhar <lbalhar@redhat.com> - 2.0.4-1
|
||||
- Update to 2.0.4
|
||||
Resolves: rhbz#1988575
|
||||
|
||||
* Wed Jul 21 2021 Lumír Balhar <lbalhar@redhat.com> - 2.0.3-1
|
||||
- Initial package
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (2.0.3.tar.gz) = 4fa5507c4c0c61b3722d7423f4b597514a30ad0fea176a77a1e926328003ba6c0f49c95b4f4a64b8dbb32985373706d895bae1c6e3fe1fe224851b8383576923
|
||||
SHA512 (2.0.4.tar.gz) = 64fdddf2b6574828cc37dcb310e5e023d994e9cd4f8a7f6fb5796e997542cb1b14d9444994ab2594267361712a125fa476205462f9c7fea95505eef3c9770d5e
|
||||
|
Loading…
Reference in New Issue
Block a user