public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
To: git-commits@fedoraproject.org
Subject: [rpms/python3-rpm] epel10: CI: Test the RPM Python bindings for Python 3.13 and 3.14
Date: Fri, 26 Jun 2026 14:16:42 GMT [thread overview]
Message-ID: <178248340244.1.2454641283297311389.rpms-python3-rpm-6b0f88f1407d@fedoraproject.org> (raw)
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
reply other threads:[~2026-06-26 14:16 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178248340244.1.2454641283297311389.rpms-python3-rpm-6b0f88f1407d@fedoraproject.org \
--to=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox