public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-dtoc] rawhide: Update to 0.0.7 + spec cleanup and organization
@ 2026-08-07 23:50 Filipe Rosset
  0 siblings, 0 replies; only message in thread
From: Filipe Rosset @ 2026-08-07 23:50 UTC (permalink / raw)
  To: git-commits

            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

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-08-07 23:50 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:50 [rpms/python-dtoc] rawhide: Update to 0.0.7 + spec cleanup and organization Filipe Rosset

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox