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
|
||||||
23
.gitignore
vendored
23
.gitignore
vendored
@ -1 +1,22 @@
|
|||||||
SOURCES/idna-3.11.tar.gz
|
/idna-1.0.tar.gz
|
||||||
|
/idna-2.0.tar.gz
|
||||||
|
/idna-2.1.tar.gz
|
||||||
|
/idna-2.2.tar.gz
|
||||||
|
/idna-2.3.tar.gz
|
||||||
|
/idna-2.4.tar.gz
|
||||||
|
/idna-2.5.tar.gz
|
||||||
|
/idna-2.7.tar.gz
|
||||||
|
/idna-2.8.tar.gz
|
||||||
|
/idna-2.9.tar.gz
|
||||||
|
/idna-2.10.tar.gz
|
||||||
|
/idna-3.0.tar.gz
|
||||||
|
/idna-3.1.tar.gz
|
||||||
|
/idna-3.2.tar.gz
|
||||||
|
/idna-3.3.tar.gz
|
||||||
|
/idna-3.4.tar.gz
|
||||||
|
/idna-3.6.tar.gz
|
||||||
|
/idna-3.7.tar.gz
|
||||||
|
/idna-3.8.tar.gz
|
||||||
|
/idna-3.9.tar.gz
|
||||||
|
/idna-3.10.tar.gz
|
||||||
|
/idna-3.11.tar.gz
|
||||||
|
|||||||
@ -1 +0,0 @@
|
|||||||
ca93cb84b14b4c2b9e49955e640e797b79591a9a SOURCES/idna-3.11.tar.gz
|
|
||||||
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}
|
||||||
11
plans.fmf
Normal file
11
plans.fmf
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
discover:
|
||||||
|
- name: Smoke-tests
|
||||||
|
how: shell
|
||||||
|
tests:
|
||||||
|
- name: python-import-test
|
||||||
|
test: python3.14 -c 'import idna'
|
||||||
|
require:
|
||||||
|
- python3.14-idna
|
||||||
|
duration: 1m
|
||||||
|
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
|
||||||
%global srcname idna
|
%global srcname idna
|
||||||
|
|
||||||
@ -57,16 +47,4 @@ rm -rf %{srcname}.egg-info
|
|||||||
%doc README.rst
|
%doc README.rst
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
## START: Generated by rpmautospec
|
%autochangelog
|
||||||
* Fri Nov 28 2025 Tomáš Hrnčiar <thrnciar@redhat.com> - 3.11-1
|
|
||||||
- Update to 3.11 - taken from Fedora 9888320
|
|
||||||
|
|
||||||
* Fri Nov 28 2025 Lukáš Zachar <lzachar@redhat.com> - 3.10-3
|
|
||||||
- Add gating.yaml
|
|
||||||
|
|
||||||
* Fri Nov 28 2025 Tomáš Hrnčiar <thrnciar@redhat.com> - 3.10-2
|
|
||||||
- Convert from Fedora for the Python 3.14 stack in RHEL
|
|
||||||
|
|
||||||
* Fri Nov 28 2025 Tomáš Hrnčiar <thrnciar@redhat.com> - 3.10-1
|
|
||||||
- RHEL: Rename SPEC to python3.14-idna.spec
|
|
||||||
## END: Generated by rpmautospec
|
|
||||||
5
rpminspect.yaml
Normal file
5
rpminspect.yaml
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
# completely disabled inspections:
|
||||||
|
inspections:
|
||||||
|
# we know about RIGHT-TO-LEFT OVERRIDE in tests/IdnaTestV2.txt
|
||||||
|
# (fine tuning of this inspection does not seem to work)
|
||||||
|
unicode: off
|
||||||
Loading…
Reference in New Issue
Block a user