public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Filipe Rosset <rosset.filipe@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/python-binary-manager] rawhide: Update to 0.0.7
Date: Fri, 07 Aug 2026 23:42:37 GMT	[thread overview]
Message-ID: <178614615755.1.16295769027968907532.rpms-python-binary-manager-ec32840f2a49@fedoraproject.org> (raw)

            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

                 reply	other threads:[~2026-08-07 23:42 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=178614615755.1.16295769027968907532.rpms-python-binary-manager-ec32840f2a49@fedoraproject.org \
    --to=rosset.filipe@gmail.com \
    --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