Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6eaa1a60b6 |
@ -1 +0,0 @@
|
|||||||
1
|
|
||||||
22
.gitignore
vendored
22
.gitignore
vendored
@ -1,21 +1 @@
|
|||||||
/2.0.3.tar.gz
|
SOURCES/3.4.4.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
.python3.14-charset-normalizer.metadata
Normal file
1
.python3.14-charset-normalizer.metadata
Normal file
@ -0,0 +1 @@
|
|||||||
|
64066ff47be208c99a062caf8cbde8dabe43f8b0 SOURCES/3.4.4.tar.gz
|
||||||
@ -1,3 +0,0 @@
|
|||||||
# python-charset-normalizer
|
|
||||||
|
|
||||||
The python-charset-normalizer package
|
|
||||||
@ -1,3 +1,13 @@
|
|||||||
|
## 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
|
||||||
@ -46,4 +56,16 @@ mv %{buildroot}%{_bindir}/normalizer{,-%{python3_version}}
|
|||||||
%{_bindir}/normalizer-%{python3_pkgversion}
|
%{_bindir}/normalizer-%{python3_pkgversion}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
%autochangelog
|
## START: Generated by rpmautospec
|
||||||
|
* 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
|
||||||
@ -1,6 +0,0 @@
|
|||||||
--- !Policy
|
|
||||||
product_versions:
|
|
||||||
- rhel-*
|
|
||||||
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.14 -c 'import charset_normalizer'
|
|
||||||
require:
|
|
||||||
- python3.14-charset-normalizer
|
|
||||||
execute:
|
|
||||||
how: tmt
|
|
||||||
Loading…
Reference in New Issue
Block a user