public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-binary-manager] rawhide: Update to 0.0.7
@ 2026-08-07 23:42 Filipe Rosset
0 siblings, 0 replies; only message in thread
From: Filipe Rosset @ 2026-08-07 23:42 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/python-binary-manager
Branch : rawhide
Commit : ec32840f2a49890fef01bc5d13fd0cc53b128f5a
Author : Filipe Rosset <rosset.filipe@gmail.com>
Date : 2026-08-07T20:42:29-03:00
Stats : +12/-8 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/python-binary-manager/c/ec32840f2a49890fef01bc5d13fd0cc53b128f5a?branch=rawhide
Log:
Update to 0.0.7
Signed-off-by: Filipe Rosset <rosset.filipe@gmail.com>
---
diff --git a/.gitignore b/.gitignore
index 39f42a4..41b9914 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/binary-manager-0.0.6.tar.gz
+/binary_manager-*.tar.gz
diff --git a/python-binary-manager.spec b/python-binary-manager.spec
index 14eb81f..85ef59b 100644
--- a/python-binary-manager.spec
+++ b/python-binary-manager.spec
@@ -1,20 +1,22 @@
Name: python-binary-manager
-Version: 0.0.6
+Version: 0.0.7
Release: %autorelease
Summary: Binman firmware-packaging tool
License: GPL-2.0-or-later
URL: https://docs.u-boot.org/en/latest/develop/package/index.html
-Source: %{pypi_source binary-manager}
+Source: %{pypi_source binary_manager}
BuildArch: noarch
BuildRequires: python3-devel
+BuildRequires: python3-libfdt
BuildRequires: python3-pkg-resources
-BuildRequires: sed
-
BuildRequires: python3dist(jsonschema)
BuildRequires: python3dist(pycryptodomex)
BuildRequires: python3dist(pyyaml)
+BuildRequires: python3dist(yamllint)
+BuildRequires: sed
+
%global _description %{expand:
Binman provides a mechanism for building images, from simple SPL + U-Boot
@@ -26,17 +28,19 @@ needed.}
%package -n python3-binary-manager
Summary: %{summary}
+Requires: python3-libfdt
Requires: python3dist(jsonschema)
Requires: python3dist(pycryptodomex)
Requires: python3dist(pyyaml)
+Requires: python3dist(yamllint)
%description -n python3-binary-manager %_description
%prep
-%autosetup -p1 -n binary-manager-%{version}
+%autosetup -p1 -n binary_manager-%{version}
# Fix dependency name
-sed -i 's:pylibfdt:libfdt:' pyproject.toml
+sed -i 's:"pylibfdt", ::' pyproject.toml
# Remove unnecessary shebangs
sed -i "\|#!/usr/bin/env python3|d" src/binman/*.py
diff --git a/sources b/sources
index c437215..9b37efe 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (binary-manager-0.0.6.tar.gz) = 68f234b53540b2aa1e47fb85f57a61f69c16de9d73351cd546ac7665d0883bf5cfe88137b3b040ea217cc5bc84e5531e3972b772debe6224ed8da479f03ee3da
+SHA512 (binary_manager-0.0.7.tar.gz) = ce0c4a062b02172a3b3e06e89e617bc14fecd0456b357b07c357d0c65a524cfad804ea2919174abc6d56ee5f20c5a4ffe187eac39a926d2917fb1625568da0e0
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-07 23:42 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-07 23:42 [rpms/python-binary-manager] rawhide: Update to 0.0.7 Filipe Rosset
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox