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
|
||||||
5
.gitignore
vendored
5
.gitignore
vendored
@ -1 +1,4 @@
|
|||||||
SOURCES/iniconfig-2.1.0.tar.gz
|
/iniconfig-*.tar.gz
|
||||||
|
/iniconfig-*/
|
||||||
|
/results_python-iniconfig/
|
||||||
|
*.rpm
|
||||||
|
|||||||
@ -1 +0,0 @@
|
|||||||
41495fa9f15123b7c720640732e08a325d87edaa SOURCES/iniconfig-2.1.0.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 iniconfig'
|
||||||
|
require:
|
||||||
|
- python3.14-iniconfig
|
||||||
|
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 = 3;
|
|
||||||
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}-iniconfig
|
Name: python%{python3_pkgversion}-iniconfig
|
||||||
@ -18,7 +8,7 @@ Summary: Brain-dead simple parsing of ini files
|
|||||||
License: MIT
|
License: MIT
|
||||||
URL: http://github.com/RonnyPfannschmidt/iniconfig
|
URL: http://github.com/RonnyPfannschmidt/iniconfig
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRequires: python3-devel
|
BuildRequires: python%{python3_pkgversion}-devel
|
||||||
|
|
||||||
# pytest 6+ needs this and this uses pytest for tests
|
# pytest 6+ needs this and this uses pytest for tests
|
||||||
%bcond_with tests
|
%bcond_with tests
|
||||||
@ -79,13 +69,4 @@ export SETUPTOOLS_SCM_PRETEND_VERSION=%{version}
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
## START: Generated by rpmautospec
|
%autochangelog
|
||||||
* Fri Nov 28 2025 Lukáš Zachar <lzachar@redhat.com> - 2.1.0-3
|
|
||||||
- Add gating.yaml
|
|
||||||
|
|
||||||
* Fri Nov 28 2025 Tomáš Hrnčiar <thrnciar@redhat.com> - 2.1.0-2
|
|
||||||
- Convert from Fedora for the Python 3.14 stack in RHEL
|
|
||||||
|
|
||||||
* Fri Nov 28 2025 Tomáš Hrnčiar <thrnciar@redhat.com> - 2.1.0-1
|
|
||||||
- RHEL: Rename SPEC to python3.14-iniconfig.spec
|
|
||||||
## END: Generated by rpmautospec
|
|
||||||
Loading…
Reference in New Issue
Block a user