public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Packit <hello@packit.dev>
To: git-commits@fedoraproject.org
Subject: [rpms/python-rtslib] f44: Update to 2.2.4 upstream release
Date: Thu, 09 Jul 2026 11:18:29 GMT	[thread overview]
Message-ID: <178359590944.1.10279656196992370429.rpms-python-rtslib-9c84c511e5a6@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/python-rtslib
            Branch : f44
            Commit : 9c84c511e5a63a2a841964d550a66707b6927866
            Author : Packit <hello@packit.dev>
            Date   : 2026-07-03T11:01:02+00:00
            Stats  : +54/-3 in 5 file(s)
            URL    : https://src.fedoraproject.org/rpms/python-rtslib/c/9c84c511e5a63a2a841964d550a66707b6927866?branch=f44

            Log:
            Update to 2.2.4 upstream release

Upstream tag: v2.2.4
Upstream commit: d97597da

Commit authored by Packit automation (https://packit.dev/)

---
diff --git a/.gitignore b/.gitignore
index 3017370..715aae5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -61,3 +61,4 @@
 /rtslib-fb-2.1.75.tar.gz
 /rtslib-fb-2.1.76.tar.gz
 /rtslib-fb-2.2.3.tar.gz
+/rtslib-fb-2.2.4.tar.gz

diff --git a/.packit.yaml b/.packit.yaml
new file mode 100644
index 0000000..9e31b36
--- /dev/null
+++ b/.packit.yaml
@@ -0,0 +1,44 @@
+---
+# Basic configuration for Packit
+# See documentation: https://packit.dev/docs/configuration/
+
+specfile_path: python-rtslib-fb.spec
+
+upstream_package_name: rtslib-fb
+# In Fedora, Python packages are prefixed with 'python-'
+downstream_package_name: python3-rtslib
+
+# Use hatch to create the source archive
+actions:
+  create-archive:
+    - hatch build -t sdist
+    - bash -c "ls -1t ./dist/*.tar.gz | head -n 1"
+
+srpm_build_deps:
+  - python3-devel
+  - python3-pip
+  - hatch
+  - python3-hatchling
+  - python3-hatch-vcs
+
+jobs:
+  # Test PRs in COPR
+  - job: copr_build
+    trigger: pull_request
+    targets:
+      - fedora-latest-stable
+      - epel-9
+
+  # Run tests
+  - job: tests
+    trigger: pull_request
+    targets:
+      - fedora-latest-stable
+      - epel-9
+
+  # Sync with Fedora when a new release is created
+  - job: propose_downstream
+    trigger: release
+    dist_git_branches:
+      - fedora-all
+      - epel-9

diff --git a/README.packit b/README.packit
new file mode 100644
index 0000000..dd0af79
--- /dev/null
+++ b/README.packit
@@ -0,0 +1,3 @@
+This repository is maintained by packit.
+https://packit.dev/
+The file was generated using packit 1.16.1.

diff --git a/python-rtslib.spec b/python-rtslib.spec
index af8ab14..f4d9e1f 100644
--- a/python-rtslib.spec
+++ b/python-rtslib.spec
@@ -6,8 +6,8 @@
 Name:             python-rtslib
 License:          Apache-2.0
 Summary:          API for Linux kernel LIO SCSI target
-Version:          2.2.3
-Release:          5%{?dist}
+Version:          2.2.4
+Release:          1%{?dist}
 URL:              https://github.com/open-iscsi/%{oname}
 Source:           %{url}/archive/v%{version}/%{oname}-%{version}.tar.gz
 Patch0:           0001-disable-xen_pvscsi.patch
@@ -128,6 +128,9 @@ install -m 644 doc/saveconfig.json.5 %{buildroot}%{_mandir}/man5/
 %endif
 
 %changelog
+* Fri Jul 03 2026 Packit <hello@packit.dev> - 2.2.4-1
+- Update to version 2.2.4
+
 * Sat Jan 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.3-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
 

diff --git a/sources b/sources
index d7c758f..cc2aa36 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (rtslib-fb-2.2.3.tar.gz) = 43064b54283847f96fae216354195edb1f7d2e70b46ef4528def7f9ac02f3735e7dd134e1bcfb43ec3daa583bb7eebfc4d4aa4dbf723bd761a8be4bd1bb22bf6
+SHA512 (rtslib-fb-2.2.4.tar.gz) = 233b4d392f0bde95634cc2cf8ebfcc5f4decdb3e8821f511cfd6207d55c57b4f0e403f123224215e952833b031d5aab7ba2191b84ae23e1749f0a70a2e0388f0

                 reply	other threads:[~2026-07-09 11:18 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=178359590944.1.10279656196992370429.rpms-python-rtslib-9c84c511e5a6@fedoraproject.org \
    --to=hello@packit.dev \
    --cc=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