Compare commits
No commits in common. "c9-beta" and "c10s" have entirely different histories.
1
.fmf/version
Normal file
1
.fmf/version
Normal file
@ -0,0 +1 @@
|
|||||||
|
1
|
||||||
22
.gitignore
vendored
22
.gitignore
vendored
@ -1 +1,21 @@
|
|||||||
SOURCES/3.4.4.tar.gz
|
/2.0.3.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
|
||||||
|
/3.4.3.tar.gz
|
||||||
|
/3.4.4.tar.gz
|
||||||
|
|||||||
@ -1 +0,0 @@
|
|||||||
64066ff47be208c99a062caf8cbde8dabe43f8b0 SOURCES/3.4.4.tar.gz
|
|
||||||
3
README.md
Normal file
3
README.md
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
# python-charset-normalizer
|
||||||
|
|
||||||
|
The python-charset-normalizer package
|
||||||
6
gating.yaml
Normal file
6
gating.yaml
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
--- !Policy
|
||||||
|
product_versions:
|
||||||
|
- rhel-*
|
||||||
|
decision_context: osci_compose_gate
|
||||||
|
rules:
|
||||||
|
- !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}
|
||||||
9
plan.fmf
Normal file
9
plan.fmf
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
discover:
|
||||||
|
how: shell
|
||||||
|
tests:
|
||||||
|
- name: import test
|
||||||
|
test: python3.14 -c 'import charset_normalizer'
|
||||||
|
require:
|
||||||
|
- python3.14-charset-normalizer
|
||||||
|
execute:
|
||||||
|
how: tmt
|
||||||
@ -1,13 +1,3 @@
|
|||||||
## START: Set by rpmautospec
|
|
||||||
## (rpmautospec version 0.6.5)
|
|
||||||
## RPMAUTOSPEC: autorelease, autochangelog
|
|
||||||
%define autorelease(e:s:pb:n) %{?-p:0.}%{lua:
|
|
||||||
release_number = 1;
|
|
||||||
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
|
|
||||||
|
|
||||||
%global python3_pkgversion 3.14
|
%global python3_pkgversion 3.14
|
||||||
|
|
||||||
Name: python%{python3_pkgversion}-charset-normalizer
|
Name: python%{python3_pkgversion}-charset-normalizer
|
||||||
@ -56,16 +46,4 @@ mv %{buildroot}%{_bindir}/normalizer{,-%{python3_version}}
|
|||||||
%{_bindir}/normalizer-%{python3_pkgversion}
|
%{_bindir}/normalizer-%{python3_pkgversion}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
## START: Generated by rpmautospec
|
%autochangelog
|
||||||
* Fri Nov 28 2025 Tomáš Hrnčiar <thrnciar@redhat.com> - 3.4.4-1
|
|
||||||
- Update to 3.4.4 - taken from Fedora cf7f8a9
|
|
||||||
|
|
||||||
* Fri Nov 28 2025 Lukáš Zachar <lzachar@redhat.com> - 3.4.3-3
|
|
||||||
- Add gating.yaml
|
|
||||||
|
|
||||||
* Fri Nov 28 2025 Tomáš Hrnčiar <thrnciar@redhat.com> - 3.4.3-2
|
|
||||||
- Convert from Fedora for the Python 3.14 stack in RHEL
|
|
||||||
|
|
||||||
* Fri Nov 28 2025 Tomáš Hrnčiar <thrnciar@redhat.com> - 3.4.3-1
|
|
||||||
- RHEL: Rename SPEC to python3.14-charset-normalizer.spec
|
|
||||||
## END: Generated by rpmautospec
|
|
||||||
Loading…
Reference in New Issue
Block a user