public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Packit <hello@packit.dev>
To: git-commits@fedoraproject.org
Subject: [rpms/python-specfile] epel10: Update to 0.41.0 upstream release
Date: Fri, 29 May 2026 13:50:08 +0000	[thread overview]
Message-ID: <rpms-python-specfile-8f89aac628ec@fedoraproject.org> (raw)

        A new commit has been pushed.

        Repo   : rpms/python-specfile
        Branch : epel10
        Commit : 8f89aac628ecec247cf511d92537073c152ce157
        Author : Packit <hello@packit.dev>
        Date   : 2026-05-29T09:15:16+00:00
        Stats  : +14/-5 in 5 file(s)
        URL    : https://src.fedoraproject.org/rpms/python-specfile/c/8f89aac628ecec247cf511d92537073c152ce157?branch=epel10

        Log:
        Update to 0.41.0 upstream release

Upstream tag: 0.41.0
Upstream commit: 2dc72c0d

Commit authored by Packit automation (https://packit.dev/)

---
diff --git a/README.packit b/README.packit
index 7698114..4e76cbe 100644
--- a/README.packit
+++ b/README.packit
@@ -1,3 +1,3 @@
 This repository is maintained by packit.
 https://packit.dev/
-The file was generated using packit 1.15.3.post1.dev4+g553394da5.
+The file was generated using packit 1.16.0.post1.dev8+g8a0482385.

diff --git a/plans/main.fmf b/plans/main.fmf
index aab8419..031a591 100644
--- a/plans/main.fmf
+++ b/plans/main.fmf
@@ -1,6 +1,6 @@
 discover:
     how: fmf
     url: https://github.com/packit/specfile.git
-    ref: 43174b05acad3c534fb7557d4251540ba84f6487
+    ref: 2dc72c0deb408b858b72b365271a676056045513
 execute:
     how: tmt

diff --git a/plans/packit-integration.fmf b/plans/packit-integration.fmf
index e66ca03..8d68c5c 100644
--- a/plans/packit-integration.fmf
+++ b/plans/packit-integration.fmf
@@ -2,7 +2,7 @@ discover:
     how: fmf
     url: https://github.com/packit/packit
     filter: tag:full
-    ref: 3824aae58b21d6a38bbcb49a9fe53484143a4569
+    ref: 8a0482385de8c0d3d7b233786a412c0b3240ca57
 prepare:
   - how: install
     copr: packit/packit-dev

diff --git a/python-specfile.spec b/python-specfile.spec
index ae8ca09..af3efde 100644
--- a/python-specfile.spec
+++ b/python-specfile.spec
@@ -7,7 +7,7 @@ Main focus is on modifying existing spec files, any change should result
 in a minimal diff.}
 
 
-%global base_version 0.40.2
+%global base_version 0.41.0
 #global prerelease   rc1
 
 %global package_version %{base_version}%{?prerelease:~%{prerelease}}
@@ -81,6 +81,15 @@ sed -i 's/setuptools_scm\[toml\]>=7/setuptools_scm[toml]/' pyproject.toml
 
 
 %changelog
+* Fri May 29 2026 Packit <hello@packit.dev> - 0.41.0-1
+- Fixed an issue where the value of a tag could have been incorrectly expanded if the spec file contained a macro definition shadowing the tag name, e.g.:
+```
+%%global release 12
+%%global release_string %%{release}%%{?dist}
+Release: %%{release_string}
+```
+In this case, with `dist` being `.fc44`, `Specfile.expanded_release` returned `12.fc44.fc44` instead of `12.fc44`. (#539)
+
 * Fri Apr 24 2026 Packit <hello@packit.dev> - 0.40.2-1
 - Trailing whitespaces at the end of specfile sections are now ignored during parsing. (#531)
 - Resolves: rhbz#2461109

diff --git a/sources b/sources
index 93fbc46..24b1a14 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (specfile-0.40.2.tar.gz) = 4ad40abe25302ec63c870a1af3fb9a33a51df683fd79a632fa31fb4c68d5906cfef98c4f4dee5431e57710f65b7978236f96d6b2e495ebd58497ae75e30e186f
+SHA512 (specfile-0.41.0.tar.gz) = 34619d6b7a1b293ba2ceab0dd68e5800c69f6c8a92e87ef9924d461d02d137e9cd3152ff2d42a0fbdc9821a88f39fdbb38a0f84393203ff7da9836341a793085

WARNING: multiple messages have this Message-ID (diff)
From: Packit <hello@packit.dev>
To: git-commits@fedoraproject.org
Subject: [rpms/python-specfile] epel10.2: Update to 0.41.0 upstream release
Date: Fri, 29 May 2026 13:50:19 +0000	[thread overview]
Message-ID: <rpms-python-specfile-8f89aac628ec@fedoraproject.org> (raw)
Message-ID: <20260529135019.ZYI3lO-XFDmBwLKc52wGfMJiDhbiOicK656QTTp0tZg@z> (raw)

        A new commit has been pushed.

        Repo   : rpms/python-specfile
        Branch : epel10.2
        Commit : 8f89aac628ecec247cf511d92537073c152ce157
        Author : Packit <hello@packit.dev>
        Date   : 2026-05-29T09:15:16+00:00
        Stats  : +14/-5 in 5 file(s)
        URL    : https://src.fedoraproject.org/rpms/python-specfile/c/8f89aac628ecec247cf511d92537073c152ce157?branch=epel10.2

        Log:
        Update to 0.41.0 upstream release

Upstream tag: 0.41.0
Upstream commit: 2dc72c0d

Commit authored by Packit automation (https://packit.dev/)

---
diff --git a/README.packit b/README.packit
index 7698114..4e76cbe 100644
--- a/README.packit
+++ b/README.packit
@@ -1,3 +1,3 @@
 This repository is maintained by packit.
 https://packit.dev/
-The file was generated using packit 1.15.3.post1.dev4+g553394da5.
+The file was generated using packit 1.16.0.post1.dev8+g8a0482385.

diff --git a/plans/main.fmf b/plans/main.fmf
index aab8419..031a591 100644
--- a/plans/main.fmf
+++ b/plans/main.fmf
@@ -1,6 +1,6 @@
 discover:
     how: fmf
     url: https://github.com/packit/specfile.git
-    ref: 43174b05acad3c534fb7557d4251540ba84f6487
+    ref: 2dc72c0deb408b858b72b365271a676056045513
 execute:
     how: tmt

diff --git a/plans/packit-integration.fmf b/plans/packit-integration.fmf
index e66ca03..8d68c5c 100644
--- a/plans/packit-integration.fmf
+++ b/plans/packit-integration.fmf
@@ -2,7 +2,7 @@ discover:
     how: fmf
     url: https://github.com/packit/packit
     filter: tag:full
-    ref: 3824aae58b21d6a38bbcb49a9fe53484143a4569
+    ref: 8a0482385de8c0d3d7b233786a412c0b3240ca57
 prepare:
   - how: install
     copr: packit/packit-dev

diff --git a/python-specfile.spec b/python-specfile.spec
index ae8ca09..af3efde 100644
--- a/python-specfile.spec
+++ b/python-specfile.spec
@@ -7,7 +7,7 @@ Main focus is on modifying existing spec files, any change should result
 in a minimal diff.}
 
 
-%global base_version 0.40.2
+%global base_version 0.41.0
 #global prerelease   rc1
 
 %global package_version %{base_version}%{?prerelease:~%{prerelease}}
@@ -81,6 +81,15 @@ sed -i 's/setuptools_scm\[toml\]>=7/setuptools_scm[toml]/' pyproject.toml
 
 
 %changelog
+* Fri May 29 2026 Packit <hello@packit.dev> - 0.41.0-1
+- Fixed an issue where the value of a tag could have been incorrectly expanded if the spec file contained a macro definition shadowing the tag name, e.g.:
+```
+%%global release 12
+%%global release_string %%{release}%%{?dist}
+Release: %%{release_string}
+```
+In this case, with `dist` being `.fc44`, `Specfile.expanded_release` returned `12.fc44.fc44` instead of `12.fc44`. (#539)
+
 * Fri Apr 24 2026 Packit <hello@packit.dev> - 0.40.2-1
 - Trailing whitespaces at the end of specfile sections are now ignored during parsing. (#531)
 - Resolves: rhbz#2461109

diff --git a/sources b/sources
index 93fbc46..24b1a14 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (specfile-0.40.2.tar.gz) = 4ad40abe25302ec63c870a1af3fb9a33a51df683fd79a632fa31fb4c68d5906cfef98c4f4dee5431e57710f65b7978236f96d6b2e495ebd58497ae75e30e186f
+SHA512 (specfile-0.41.0.tar.gz) = 34619d6b7a1b293ba2ceab0dd68e5800c69f6c8a92e87ef9924d461d02d137e9cd3152ff2d42a0fbdc9821a88f39fdbb38a0f84393203ff7da9836341a793085

             reply	other threads:[~2026-05-29 13:50 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-05-29 13:50 Packit [this message]
2026-05-29 13:50 ` [rpms/python-specfile] epel10.2: Update to 0.41.0 upstream release Packit

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=rpms-python-specfile-8f89aac628ec@fedoraproject.org \
    --to=hello@packit.dev \
    --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