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-dtoc] rawhide: Update to 0.0.7 + spec cleanup and organization
Date: Fri, 07 Aug 2026 23:50:27 GMT [thread overview]
Message-ID: <178614662755.1.14816642132665527081.rpms-python-dtoc-899c59316d4d@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/python-dtoc
Branch : rawhide
Commit : 899c59316d4dd71c5a12c14ad2850369050a0ca0
Author : Filipe Rosset <rosset.filipe@gmail.com>
Date : 2026-08-07T20:29:00-03:00
Stats : +6/-4 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/python-dtoc/c/899c59316d4dd71c5a12c14ad2850369050a0ca0?branch=rawhide
Log:
Update to 0.0.7 + spec cleanup and organization
Resolves: rhbz#2484399
Resolves: rhbz#2504517
Resolves: rhbz#2506632
---
diff --git a/.gitignore b/.gitignore
index 5456179..97b10e3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/dtoc-0.0.6.tar.gz
+/dtoc-*.tar.gz
diff --git a/python-dtoc.spec b/python-dtoc.spec
index 20ea76e..7534d00 100644
--- a/python-dtoc.spec
+++ b/python-dtoc.spec
@@ -1,5 +1,5 @@
Name: python-dtoc
-Version: 0.0.6
+Version: 0.0.7
Release: %autorelease
Summary: Devicetree-to-C generator
@@ -9,6 +9,7 @@ Source: %{pypi_source dtoc}
BuildArch: noarch
BuildRequires: python3-devel
+BuildRequires: python3-libfdt
BuildRequires: sed
%global _description %{expand:
@@ -21,6 +22,7 @@ modification of the devicetree files.}
%package -n python3-dtoc
Summary: %{summary}
+Requires: python3-libfdt
%description -n python3-dtoc %_description
@@ -28,7 +30,7 @@ Summary: %{summary}
%autosetup -p1 -n dtoc-%{version}
# Fix dependency name
-sed -i 's:pylibfdt:libfdt:' pyproject.toml
+sed -i 's:"pylibfdt", ::' pyproject.toml
# Remove unnecessary shebangs
sed -i src/dtoc/*.py \
diff --git a/sources b/sources
index 3f79417..d9fa744 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (dtoc-0.0.6.tar.gz) = 7654f9c5f67a4abd44b7b88bb2b8b4925ccbd79123a0d0150f649d3f18d585de09dd6bde6fb2c6ec6f36cdffb6cc99adb3800b45a7496fd2264040a7a10e0c75
+SHA512 (dtoc-0.0.7.tar.gz) = 075deb283ef0d4828fb29081e8df1c7c65ffd1c3bddb2b56ac80af8dd86eb5ecc93ecf7a770579e857b4010ba7c70e5abec02d6371f600873d65e93eadb9e760
reply other threads:[~2026-08-07 23:50 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=178614662755.1.14816642132665527081.rpms-python-dtoc-899c59316d4d@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