Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
d22ce1334b |
@ -1 +0,0 @@
|
|||||||
1
|
|
17
.gitignore
vendored
17
.gitignore
vendored
@ -1,16 +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
|
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
# python-charset-normalizer
|
|
||||||
|
|
||||||
The python-charset-normalizer package
|
|
50
changelog
50
changelog
@ -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
|
|
@ -1,5 +0,0 @@
|
|||||||
--- !Policy
|
|
||||||
|
|
||||||
decision_context: osci_compose_gate
|
|
||||||
rules:
|
|
||||||
- !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}
|
|
9
plan.fmf
9
plan.fmf
@ -1,9 +0,0 @@
|
|||||||
discover:
|
|
||||||
how: shell
|
|
||||||
tests:
|
|
||||||
- name: import test
|
|
||||||
test: python3 -c 'import charset_normalizer'
|
|
||||||
require:
|
|
||||||
- python3-charset-normalizer
|
|
||||||
execute:
|
|
||||||
how: tmt
|
|
@ -1,3 +1,13 @@
|
|||||||
|
## START: Set by rpmautospec
|
||||||
|
## (rpmautospec version 0.6.1)
|
||||||
|
## RPMAUTOSPEC: autorelease, autochangelog
|
||||||
|
%define autorelease(e:s:pb:n) %{?-p:0.}%{lua:
|
||||||
|
release_number = 4;
|
||||||
|
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.3.2
|
Version: 3.3.2
|
||||||
Release: %autorelease
|
Release: %autorelease
|
||||||
@ -52,4 +62,86 @@ sed -i "/addopts = --cov/d" setup.cfg
|
|||||||
%{_bindir}/normalizer
|
%{_bindir}/normalizer
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
%autochangelog
|
## START: Generated by rpmautospec
|
||||||
|
* 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
|
||||||
|
Loading…
Reference in New Issue
Block a user