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-u-boot-pylib] rawhide: Update to 0.0.7 + spec cleanup + fixes F45FTBFS
Date: Sat, 08 Aug 2026 17:21:10 GMT	[thread overview]
Message-ID: <178620967086.1.14318304574236174353.rpms-python-u-boot-pylib-e37eb5028696@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/python-u-boot-pylib
Branch : rawhide
Commit : e37eb5028696bce0d47e593879ec18bed31f5262
Author : Filipe Rosset <rosset.filipe@gmail.com>
Date   : 2026-08-08T14:17:15-03:00
Stats  : +8/-3 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/python-u-boot-pylib/c/e37eb5028696bce0d47e593879ec18bed31f5262?branch=rawhide

Log:
Update to 0.0.7 + spec cleanup + fixes F45FTBFS

---
diff --git a/.gitignore b/.gitignore
index b7f86e1..cc77c5a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/u_boot_pylib-0.0.6.tar.gz
+/u_boot_pylib-*.tar.gz

diff --git a/python-u-boot-pylib.spec b/python-u-boot-pylib.spec
index adc13c3..b1bcd4a 100644
--- a/python-u-boot-pylib.spec
+++ b/python-u-boot-pylib.spec
@@ -1,5 +1,8 @@
 Name:           python-u-boot-pylib
-Version:        0.0.6
+Version:        0.0.7
+%global forgeurl https://source.denx.de/u-boot/u-boot
+%global forgename gitlab
+%forgemeta
 Release:        %autorelease
 Summary:        U-Boot Python library
 
@@ -23,6 +26,8 @@ Summary:        %{summary}
 
 %prep
 %autosetup -p1 -n u_boot_pylib-%{version}
+# Remove shebang from non-executable script
+sed -i -e '1{\@^#!/usr/bin/env python@d}' src/u_boot_pylib/__main__.py
 
 %generate_buildrequires
 %pyproject_buildrequires

diff --git a/sources b/sources
index 2b9c429..10fa5d7 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (u_boot_pylib-0.0.6.tar.gz) = 494315690f50e72c30ab723a8f8b50c8cc6d2e70db20b3cb830429ab332aa4fde3be3ed2efce0e7c86ddc5b4e2c4bd1068ca59393c3ac2cb7d53983bc8e55b4c
+SHA512 (u_boot_pylib-0.0.7.tar.gz) = 204af1a4064da6e90deb3ddbefb683be6b80be17bc82541e5b866a08d1c48fc30764ed0653644027658b2a3e4d1e376b36e72b126fc2ad8a5f11b2f6cc8b4f5c

                 reply	other threads:[~2026-08-08 17:21 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=178620967086.1.14318304574236174353.rpms-python-u-boot-pylib-e37eb5028696@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