Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f65c49a628 |
@ -1 +0,0 @@
|
||||
1
|
||||
7
.gitignore
vendored
7
.gitignore
vendored
@ -1,6 +1 @@
|
||||
/semantic_version-2.4.1.tar.gz
|
||||
/semantic_version-2.4.2.tar.gz
|
||||
/semantic_version-2.5.0.tar.gz
|
||||
/semantic_version-2.6.0.tar.gz
|
||||
/semantic_version-2.8.4.tar.gz
|
||||
/python-semanticversion-2.10.0.tar.gz
|
||||
SOURCES/python-semanticversion-2.10.0.tar.gz
|
||||
|
||||
1
.python3.14-semantic_version.metadata
Normal file
1
.python3.14-semantic_version.metadata
Normal file
@ -0,0 +1 @@
|
||||
ab1c55dead22473b0beaa76d3eb790f1abdb4381 SOURCES/python-semanticversion-2.10.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 = 4;
|
||||
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
|
||||
|
||||
Name: python%{python3_pkgversion}-semantic_version
|
||||
@ -48,4 +58,16 @@ Python.}
|
||||
%doc README.rst ChangeLog CREDITS
|
||||
|
||||
%changelog
|
||||
%autochangelog
|
||||
## START: Generated by rpmautospec
|
||||
* Fri Nov 28 2025 Lukáš Zachar <lzachar@redhat.com> - 2.10.0-4
|
||||
- Fix pytest in gating plan
|
||||
|
||||
* Fri Nov 28 2025 Lukáš Zachar <lzachar@redhat.com> - 2.10.0-3
|
||||
- Add gating.yaml
|
||||
|
||||
* Fri Nov 28 2025 Tomáš Hrnčiar <thrnciar@redhat.com> - 2.10.0-2
|
||||
- Convert from Fedora for the Python 3.14 stack in RHEL
|
||||
|
||||
* Fri Nov 28 2025 Tomáš Hrnčiar <thrnciar@redhat.com> - 2.10.0-1
|
||||
- RHEL: Rename SPEC to python3.14-semantic_version.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}
|
||||
14
plan.fmf
14
plan.fmf
@ -1,14 +0,0 @@
|
||||
execute:
|
||||
how: tmt
|
||||
discover:
|
||||
how: shell
|
||||
dist-git-source: true
|
||||
tests:
|
||||
- name: bundled tests
|
||||
require:
|
||||
- python3.14-semantic_version
|
||||
- python3.14-pytest
|
||||
test: |
|
||||
cd $(dirname $TMT_SOURCE_DIR/python-semanticversion-*/tests) &&
|
||||
rm -rf semantic_version* &&
|
||||
pytest-3.14
|
||||
Loading…
Reference in New Issue
Block a user