public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python3-rpm] epel10: CI: Test the RPM Python bindings for Python 3.13 and 3.14
@ 2026-06-26 14:16
0 siblings, 0 replies; only message in thread
From: @ 2026-06-26 14:16 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/python3-rpm
Branch : epel10
Commit : 6b0f88f1407df3ae10bf1635fe1b10168c684b23
Author : Miro Hrončok <miro@hroncok.cz>
Date : 2026-06-25T07:44:59+00:00
Stats : +33/-0 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/python3-rpm/c/6b0f88f1407df3ae10bf1635fe1b10168c684b23?branch=epel10
Log:
CI: Test the RPM Python bindings for Python 3.13 and 3.14
Co-Authored-By: Lukáš Zachar <lzachar@redhat.com>
---
diff --git a/plans/python3.X-rpm.fmf b/plans/python3.X-rpm.fmf
new file mode 100644
index 0000000..72153cd
--- /dev/null
+++ b/plans/python3.X-rpm.fmf
@@ -0,0 +1,33 @@
+execute:
+ how: tmt
+
+prepare:
+ - name: Install dependencies
+ how: install
+ package:
+ - dnf
+ - $PYTHON
+ - $PYTHON-rpm
+ - name: Update packages
+ how: shell
+ script: dnf upgrade -y
+
+discover:
+ - name: $PYTHON
+ how: shell
+ tests:
+ - name: labelCompare
+ test: |
+ $PYTHON -c 'import rpm; assert rpm.labelCompare("1:2.3-4", "1:2.3-1") == 1'
+ - name: TransactionSet
+ test: |
+ $PYTHON -c 'import rpm; ts = rpm.TransactionSet(); mi = ts.dbMatch("name", "$PYTHON-rpm"); assert mi.count() == 1'
+
+
+/python3.13:
+ environment:
+ PYTHON: python3.13
+
+/python3.14:
+ environment:
+ PYTHON: python3.14
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-26 14:16 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-26 14:16 [rpms/python3-rpm] epel10: CI: Test the RPM Python bindings for Python 3.13 and 3.14
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox