Fedora Packages

python3-specfile-0.41.0-2.fc45 in Fedora Rawhide

↵ Return to the main page of python3-specfile
View build
Search for updates

Package Info
🠗 Changelog
🠗 Dependencies
🠗 Provides
🠗 Files

Changelog

Date Author Change
2026-06-04 Python Maint <python dash maint at redhat dot com> - 0.41.0-2 - Rebuilt for Python 3.15
2026-05-29 Packit <hello at packit dot 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}.1 ``` In this case, with `dist` being `.fc44`, `Specfile.expanded_release` returned `12.fc44.fc44` instead of `12.fc44`. (#539)
2026-04-24 Packit <hello at packit dot dev> - 0.40.2-1 - Trailing whitespaces at the end of specfile sections are now ignored during parsing. (#531) - Resolves: rhbz#2461109
2026-03-25 Packit <hello at packit dot dev> - 0.40.1-1 - Fixed issues related to introduced sanitization (#523, #524, #525). - Resolves: rhbz#2446536
2026-03-11 Packit <hello at packit dot dev> - 0.40.0-1 - `Specfile()` has a new `sanitize` option that enables best effort sanitization of potentially dangerous constructs such as shell expansions and unsafe Lua macros before they are passed to RPM for parsing. (#519) - Fixed incorrect parsing of nested macros. (#522)
2026-02-14 Packit <hello at packit dot dev> - 0.39.1-1 - Fixed whitespace padding of day of month in changelog entries. (#511) - Resolves: rhbz#2393435
2026-01-17 Fedora Release Engineering <releng at fedoraproject dot org> - 0.38.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
2026-01-08 Packit <hello at packit dot dev> - 0.38.0-1 - A bug leading to incorrect EVR expansion has been fixed. (#492) - Prevented side-effects during condition evaluation that could occur when expanding macros that manipulate other macros, leading to misinterpreted validity of condition branches. (#499)
2025-10-03 Packit <hello at packit dot dev> - 0.37.1-1 - We have solved a FutureWarning in our codebase. (#485)
2025-09-19 Python Maint <python dash maint at redhat dot com> - 0.37.0-2 - Rebuilt for Python 3.14.0rc3 bytecode

Dependencies

Provides

  • python-specfile
  • python3-specfile
  • python3.15-specfile
  • python3.15dist(specfile)
  • python3dist(specfile)

Files


Sources on Pagure