public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rpmdeplint] rawhide: Update to 2.1 upstream release
@ 2026-06-04 14:12 Packit
0 siblings, 0 replies; only message in thread
From: Packit @ 2026-06-04 14:12 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/rpmdeplint
Branch : rawhide
Commit : a6e7f612707fe78f3d7d5096aa4cd9b7954fb682
Author : Packit <hello@packit.dev>
Date : 2026-06-03T12:45:47+00:00
Stats : +7/-5 in 5 file(s)
URL : https://src.fedoraproject.org/rpms/rpmdeplint/c/a6e7f612707fe78f3d7d5096aa4cd9b7954fb682?branch=rawhide
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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-04 14:12 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-04 14:12 [rpms/rpmdeplint] rawhide: Update to 2.1 upstream release Packit
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox