Information for build python-specfile-0.32.2-1.fc41

ID87910
Package Namepython-specfile
Links Fedora Package Sources | Fedora Official Koji Buildsystem | Rocks RISC-V Koji Buildsystem | Fedora RISC-V GitHub | Old Koji Buildsystem
Version0.32.2
Release1.fc41
Epoch
DraftFalse
Sourcegit+https://src.fedoraproject.org/rpms/python-specfile.git#7c31289bd2cad5dde0c0c8ee7441a575f7790c23
SummaryA library for parsing and manipulating RPM spec files
Description Python library for parsing and manipulating RPM spec files. Main focus is on modifying existing spec files, any change should result in a minimal diff.
Built bykojiadmin
State failed
Volume DEFAULT
StartedMon, 30 Sep 2024 12:28:55 CST
CompletedMon, 30 Sep 2024 12:40:05 CST
Taskbuild (f41-build-side-1, /rpms/python-specfile.git:7c31289bd2cad5dde0c0c8ee7441a575f7790c23)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/python-specfile.git#7c31289bd2cad5dde0c0c8ee7441a575f7790c23'}}
Tags No tags
RPMs No RPMs
Changelog * Sun Sep 15 2024 Packit <hello@packit.dev> - 0.32.2-1 - Explicitly invalidate the global parse hash when a SpecParser instance is created to prevent this issue. (#409) * Mon Jul 29 2024 Packit <hello@packit.dev> - 0.32.1-1 - Fixed two issues related to condition parsing. (#405) * Mon Jul 22 2024 Packit <hello@packit.dev> - 0.32.0-1 - It is now possible to bump a release in a manner similar to `rpmdev-bumpspec` using `Specfile.bump_release()` method. (#399) * Fri Jul 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.31.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild * Tue Jul 09 2024 Packit <hello@packit.dev> - 0.31.0-1 - Value of a `Tag` no longer includes trailing whitespace (if any). (#393) - specfile now tries to expand macros before processing conditions to be able to resolve conditional expressions defined by macros, for example OpenSUSE Tumbleweed defines `%ifpython3` macro as `%if "%{python_flavor}" == "python3"`. (#394) - Resolves: rhbz#2294393 * Wed Jun 26 2024 Packit <hello@packit.dev> - 0.30.0-1 - Fixed an exception that occured when accessing the `Specfile.has_autochangelog` property while having unparseable lines (e.g. lines ending with unescaped `%`) in `%changelog`. (#387) * Thu Jun 06 2024 Packit <hello@packit.dev> - 0.29.0-1 - Improved compatibility with RPM 4.20 (alpha version is currently in Fedora Rawhide). (#380) - Resolves: rhbz#2282962