Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e624432a71 |
@ -1 +0,0 @@
|
|||||||
1
|
|
||||||
5
.gitignore
vendored
5
.gitignore
vendored
@ -1,4 +1 @@
|
|||||||
/iniconfig-*.tar.gz
|
SOURCES/iniconfig-2.1.0.tar.gz
|
||||||
/iniconfig-*/
|
|
||||||
/results_python-iniconfig/
|
|
||||||
*.rpm
|
|
||||||
|
|||||||
1
.python3.14-iniconfig.metadata
Normal file
1
.python3.14-iniconfig.metadata
Normal file
@ -0,0 +1 @@
|
|||||||
|
41495fa9f15123b7c720640732e08a325d87edaa SOURCES/iniconfig-2.1.0.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 = 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
|
||||||
@ -8,7 +18,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: python%{python3_pkgversion}-devel
|
BuildRequires: python3-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
|
||||||
@ -69,4 +79,13 @@ export SETUPTOOLS_SCM_PRETEND_VERSION=%{version}
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
%autochangelog
|
## START: Generated by rpmautospec
|
||||||
|
* 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
|
||||||
@ -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 iniconfig'
|
|
||||||
require:
|
|
||||||
- python3.14-iniconfig
|
|
||||||
duration: 1m
|
|
||||||
execute:
|
|
||||||
how: tmt
|
|
||||||
Loading…
Reference in New Issue
Block a user