public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Packit <hello@packit.dev>
To: git-commits@fedoraproject.org
Subject: [rpms/rpmdeplint] f44: Update to 2.1 upstream release
Date: Thu, 04 Jun 2026 14:14:44 GMT	[thread overview]
Message-ID: <178058248444.1.2677419836665838824.rpms-rpmdeplint-5a9d2fbc26de@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/rpmdeplint
            Branch : f44
            Commit : 5a9d2fbc26dee27ee8273fd2065a30b6810b1a07
            Author : Packit <hello@packit.dev>
            Date   : 2026-06-03T12:46:02+00:00
            Stats  : +7/-5 in 5 file(s)
            URL    : https://src.fedoraproject.org/rpms/rpmdeplint/c/5a9d2fbc26dee27ee8273fd2065a30b6810b1a07?branch=f44

            Log:
            Update to 2.1 upstream release

Upstream tag: v2.1
Upstream commit: 9e889d0c

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

---
diff --git a/.gitignore b/.gitignore
index d205b87..5a67421 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@
 /rpmdeplint-1.4.tar.gz
 /rpmdeplint-2.0rc3.tar.gz
 /rpmdeplint-2.0.tar.gz
+/rpmdeplint-2.1.tar.gz

diff --git a/.packit.yaml b/.packit.yaml
index 3f7a38e..293157d 100644
--- a/.packit.yaml
+++ b/.packit.yaml
@@ -9,7 +9,7 @@ files_to_sync:
 actions:
   create-archive:
     - "python3 -m build --sdist --outdir ."
-    - "sh -c 'echo rpmdeplint-$(hatch version).tar.gz'"
+    - "sh -c 'ls -1 rpmdeplint*.tar.gz'"
   get-current-version:
     - bash -c "hatch version | sed 's|^\([[:digit:]]\.[[:digit:]]\)rc|\1~rc|'"
 

diff --git a/README.packit b/README.packit
index b6ea2f6..4e76cbe 100644
--- a/README.packit
+++ b/README.packit
@@ -1,3 +1,3 @@
 This repository is maintained by packit.
 https://packit.dev/
-The file was generated using packit 0.85.0.post1.dev17+g1f3036b1.
+The file was generated using packit 1.16.0.post1.dev8+g8a0482385.

diff --git a/rpmdeplint.spec b/rpmdeplint.spec
index 54d121a..3f4cbcf 100644
--- a/rpmdeplint.spec
+++ b/rpmdeplint.spec
@@ -1,5 +1,5 @@
 Name:           rpmdeplint
-Version:        2.0
+Version:        2.1
 Release:        %autorelease
 Summary:        Tool to find errors in RPM packages in the context of their dependency graph
 License:        GPL-2.0-or-later
@@ -38,7 +38,8 @@ This package provides a Python 3 API for performing the checks.
 %autosetup -n rpmdeplint-%{version}
 
 %generate_buildrequires
-%pyproject_buildrequires -x docs -x tests
+# The -w flag is required for EPEL 9's older hatchling
+%pyproject_buildrequires %{?el9:-w} -x docs -x tests
 
 %build
 %pyproject_wheel

diff --git a/sources b/sources
index ed8c2ca..b390c53 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (rpmdeplint-2.0.tar.gz) = 5eb00de5eda4072b8789eceabcd88ccfdcf0745db3f2ebdf29aee8a01fe4f566a4473755fae8dafd1f1e5f7de27650897aadf67b146b257b95b545046d39d1e4
+SHA512 (rpmdeplint-2.1.tar.gz) = ca8410daea28277aaf2cfac59967c438fa0f7c2a7de8e074de7d5df92f8da3ff0caef9407fa7e5b46efd2aeadf60484822dfb4fb48d8df1385b83ab94c3ceb57

                 reply	other threads:[~2026-06-04 14:14 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=178058248444.1.2677419836665838824.rpms-rpmdeplint-5a9d2fbc26de@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