Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ddf3b1a1fa |
@ -1 +0,0 @@
|
|||||||
1
|
|
||||||
23
.gitignore
vendored
23
.gitignore
vendored
@ -1,22 +1 @@
|
|||||||
/idna-1.0.tar.gz
|
SOURCES/idna-3.11.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
.python3.14-idna.metadata
Normal file
1
.python3.14-idna.metadata
Normal file
@ -0,0 +1 @@
|
|||||||
|
ca93cb84b14b4c2b9e49955e640e797b79591a9a SOURCES/idna-3.11.tar.gz
|
||||||
@ -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
|
||||||
%global srcname idna
|
%global srcname idna
|
||||||
|
|
||||||
@ -47,4 +57,16 @@ rm -rf %{srcname}.egg-info
|
|||||||
%doc README.rst
|
%doc README.rst
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
%autochangelog
|
## START: Generated by rpmautospec
|
||||||
|
* 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
|
||||||
@ -1,6 +0,0 @@
|
|||||||
--- !Policy
|
|
||||||
product_versions:
|
|
||||||
- rhel-*
|
|
||||||
decision_context: osci_compose_gate
|
|
||||||
rules:
|
|
||||||
- !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}
|
|
||||||
11
plans.fmf
11
plans.fmf
@ -1,11 +0,0 @@
|
|||||||
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,5 +0,0 @@
|
|||||||
# 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