Compare commits

...

1 Commits
c10s ... c10

Author SHA1 Message Date
c64577ad19 import UBI python-charset-normalizer-3.3.2-7.el10 2025-05-14 19:19:42 +00:00
8 changed files with 107 additions and 92 deletions

View File

@ -1 +0,0 @@
1

20
.gitignore vendored
View File

@ -1,19 +1 @@
/2.0.3.tar.gz 3.3.2.tar.gz
/2.0.4.tar.gz
/2.0.6.tar.gz
/2.0.7.tar.gz
/2.0.8.tar.gz
/2.0.9.tar.gz
/2.0.10.tar.gz
/2.0.11.tar.gz
/2.0.12.tar.gz
/2.1.0.tar.gz
/3.0.1.tar.gz
/3.1.0.tar.gz
/3.2.0.tar.gz
/3.3.0.tar.gz
/3.3.1.tar.gz
/3.3.2.tar.gz
/3.4.0.tar.gz
/3.4.1.tar.gz
/3.4.2.tar.gz

View File

@ -1,3 +0,0 @@
# python-charset-normalizer
The python-charset-normalizer package

View File

@ -1,50 +0,0 @@
* Thu Jan 19 2023 Lumír Balhar <lbalhar@redhat.com> - 3.0.1-1
- Update to 3.0.1 (rhbz#2118769)
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Mon Jun 20 2022 Lumír Balhar <lbalhar@redhat.com> - 2.1.0-1
- Update to 2.1.0
Resolves: rhbz#2098481
* Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 2.0.12-2
- Rebuilt for Python 3.11
* Mon Feb 14 2022 Lumír Balhar <lbalhar@redhat.com> - 2.0.12-1
- Update to 2.0.12
Resolves: rhbz#2053838
* Mon Jan 31 2022 Lumír Balhar <lbalhar@redhat.com> - 2.0.11-1
- Update to 2.0.11
Resolves: rhbz#2048279
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.10-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
* Wed Jan 05 2022 Lumír Balhar <lbalhar@redhat.com> - 2.0.10-1
- Update to 2.0.10
Resolves: rhbz#2037079
* Fri Dec 17 2021 Lumír Balhar <lbalhar@redhat.com> - 2.0.9-1
- Update to 2.0.9
Resolves: rhbz#2028947
* Mon Nov 29 2021 Lumír Balhar <lbalhar@redhat.com> - 2.0.8-1
- Update to 2.0.8
Resolves: rhbz#2026482
* Thu Oct 14 2021 Lumír Balhar <lbalhar@redhat.com> - 2.0.7-1
- Update to 2.0.7
Resolves: rhbz#2013031
* Mon Sep 20 2021 Lumír Balhar <lbalhar@redhat.com> - 2.0.6-1
- Update to 2.0.6
Resolves: rhbz#2004262
* 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

View File

@ -1,5 +0,0 @@
--- !Policy
decision_context: osci_compose_gate
rules:
- !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}

View File

@ -1,9 +0,0 @@
discover:
how: shell
tests:
- name: import test
test: python3 -c 'import charset_normalizer'
require:
- python3-charset-normalizer
execute:
how: tmt

View File

@ -1,5 +1,15 @@
## START: Set by rpmautospec
## (rpmautospec version 0.6.5)
## RPMAUTOSPEC: autorelease, autochangelog
%define autorelease(e:s:pb:n) %{?-p:0.}%{lua:
release_number = 7;
base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}"));
print(release_number + base_release_number - 1);
}%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}}
## END: Set by rpmautospec
Name: python-charset-normalizer Name: python-charset-normalizer
Version: 3.4.2 Version: 3.3.2
Release: %autorelease Release: %autorelease
Summary: The Real First Universal Charset Detector Summary: The Real First Universal Charset Detector
# SPDX # SPDX
@ -30,8 +40,8 @@ library provides codecs are supported.
%prep %prep
%autosetup -n charset_normalizer-%{version} %autosetup -n charset_normalizer-%{version}
# Drop mypy from build dependencies # Remove pytest-cov settings from setup.cfg
sed -i 's/"mypy.*"//' pyproject.toml sed -i "/addopts = --cov/d" setup.cfg
%generate_buildrequires %generate_buildrequires
%pyproject_buildrequires -r %pyproject_buildrequires -r
@ -52,4 +62,95 @@ sed -i 's/"mypy.*"//' pyproject.toml
%{_bindir}/normalizer %{_bindir}/normalizer
%changelog %changelog
%autochangelog ## START: Generated by rpmautospec
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 3.3.2-7
- Bump release for October 2024 mass rebuild:
* Mon Jul 22 2024 Karolina Surma <ksurma@redhat.com> - 3.3.2-6
- Add simple smoke test
* Mon Jul 22 2024 Karolina Surma <ksurma@redhat.com> - 3.3.2-5
- Add gating.yaml
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 3.3.2-4
- Bump release for June 2024 mass rebuild
* Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 3.3.2-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Mon Jan 22 2024 Fedora Release Engineering <releng@fedoraproject.org> - 3.3.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Wed Nov 01 2023 Lumir Balhar <lbalhar@redhat.com> - 3.3.2-1
- Update to 3.3.2 (rhbz#2247370)
* Mon Oct 23 2023 Lumir Balhar <lbalhar@redhat.com> - 3.3.1-1
- Update to 3.3.1 (rhbz#2245543)
* Wed Oct 04 2023 Lumir Balhar <lbalhar@redhat.com> - 3.3.0-1
- Update to 3.3.0 (rhbz#2241473)
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 3.2.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
* Mon Jul 17 2023 Lumir Balhar <lbalhar@redhat.com> - 3.2.0-1
- Update to 3.2.0 (rhbz#2221302), SPDX
* Tue Jun 13 2023 Python Maint <python-maint@redhat.com> - 3.1.0-2
- Rebuilt for Python 3.12
* Wed Mar 08 2023 Charalampos Stratakis <cstratak@redhat.com> - 3.1.0-1
- Update to 3.1.0 (rhbz#2175690)
* Thu Jan 19 2023 Lumír Balhar <lbalhar@redhat.com> - 3.0.1-1
- Update to 3.0.1 (rhbz#2118769)
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Mon Jun 20 2022 Lumír Balhar <lbalhar@redhat.com> - 2.1.0-1
- Update to 2.1.0
Resolves: rhbz#2098481
* Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 2.0.12-2
- Rebuilt for Python 3.11
* Mon Feb 14 2022 Lumír Balhar <lbalhar@redhat.com> - 2.0.12-1
- Update to 2.0.12
Resolves: rhbz#2053838
* Mon Jan 31 2022 Lumír Balhar <lbalhar@redhat.com> - 2.0.11-1
- Update to 2.0.11
Resolves: rhbz#2048279
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.10-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
* Wed Jan 05 2022 Lumír Balhar <lbalhar@redhat.com> - 2.0.10-1
- Update to 2.0.10
Resolves: rhbz#2037079
* Fri Dec 17 2021 Lumír Balhar <lbalhar@redhat.com> - 2.0.9-1
- Update to 2.0.9
Resolves: rhbz#2028947
* Mon Nov 29 2021 Lumír Balhar <lbalhar@redhat.com> - 2.0.8-1
- Update to 2.0.8
Resolves: rhbz#2026482
* Thu Oct 14 2021 Lumír Balhar <lbalhar@redhat.com> - 2.0.7-1
- Update to 2.0.7
Resolves: rhbz#2013031
* Mon Sep 20 2021 Lumír Balhar <lbalhar@redhat.com> - 2.0.6-1
- Update to 2.0.6
Resolves: rhbz#2004262
* 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
## END: Generated by rpmautospec

View File

@ -1 +1 @@
SHA512 (3.4.2.tar.gz) = 5b5197ad615a330d29fdb4ce910af085e19e283e229c6ee96ab19a1ccc0f60dc0863ba8c4818094b993295d39b3f4112c530d493b73e19ef73913e17a91c9e6f SHA512 (3.3.2.tar.gz) = 52df4ed731fecf2736ce89af3348bdfaec28e2c6bb4526a3e6cb52d9d90db33fb7fc339a91e9b77da1268a879f865a944ddf761de0ce700c156a3e70a9ca88b1