public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-specfile] rawhide: Update to 0.41.0 upstream release
@ 2026-05-29 13:50 Packit
  2026-05-29 13:50 ` [rpms/python-specfile] f43: " Packit
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Packit @ 2026-05-29 13:50 UTC (permalink / raw)
  To: git-commits

        A new commit has been pushed.

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

        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 3fd2a26..7f56f6c 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

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [rpms/python-specfile] f43: Update to 0.41.0 upstream release
  2026-05-29 13:50 [rpms/python-specfile] rawhide: Update to 0.41.0 upstream release Packit
@ 2026-05-29 13:50 ` Packit
  2026-05-29 13:51 ` [rpms/python-specfile] f44: " Packit
  2026-05-29 13:54 ` [rpms/python-specfile] eln: " Packit
  2 siblings, 0 replies; 4+ messages in thread
From: Packit @ 2026-05-29 13:50 UTC (permalink / raw)
  To: git-commits

        A new commit has been pushed.

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

        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 3fd2a26..7f56f6c 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

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [rpms/python-specfile] f44: Update to 0.41.0 upstream release
  2026-05-29 13:50 [rpms/python-specfile] rawhide: Update to 0.41.0 upstream release Packit
  2026-05-29 13:50 ` [rpms/python-specfile] f43: " Packit
@ 2026-05-29 13:51 ` Packit
  2026-05-29 13:54 ` [rpms/python-specfile] eln: " Packit
  2 siblings, 0 replies; 4+ messages in thread
From: Packit @ 2026-05-29 13:51 UTC (permalink / raw)
  To: git-commits

        A new commit has been pushed.

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

        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 3fd2a26..7f56f6c 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

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [rpms/python-specfile] eln: Update to 0.41.0 upstream release
  2026-05-29 13:50 [rpms/python-specfile] rawhide: Update to 0.41.0 upstream release Packit
  2026-05-29 13:50 ` [rpms/python-specfile] f43: " Packit
  2026-05-29 13:51 ` [rpms/python-specfile] f44: " Packit
@ 2026-05-29 13:54 ` Packit
  2 siblings, 0 replies; 4+ messages in thread
From: Packit @ 2026-05-29 13:54 UTC (permalink / raw)
  To: git-commits

        A new commit has been pushed.

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

        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 3fd2a26..7f56f6c 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

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2026-05-29 13:54 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-05-29 13:50 [rpms/python-specfile] rawhide: Update to 0.41.0 upstream release Packit
2026-05-29 13:50 ` [rpms/python-specfile] f43: " Packit
2026-05-29 13:51 ` [rpms/python-specfile] f44: " Packit
2026-05-29 13:54 ` [rpms/python-specfile] eln: " Packit

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