↵ Return to the main page of python3-specfile
View build
Search for updates
Package Info
🠗 Changelog
🠗 Dependencies
🠗 Provides
🠗 Files
Date | Author | Change |
---|---|---|
2024-09-15 | Packit <hello at packit dot dev> - 0.32.2-1 | - Explicitly invalidate the global parse hash when a SpecParser instance is created to prevent this issue. (#409) |
2024-07-29 | Packit <hello at packit dot dev> - 0.32.1-1 | - Fixed two issues related to condition parsing. (#405) |
2024-07-22 | Packit <hello at packit dot 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) |
2024-07-19 | Fedora Release Engineering <releng at fedoraproject dot org> - 0.31.0-2 | - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild |
2024-07-09 | Packit <hello at packit dot 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 |
2024-06-26 | Packit <hello at packit dot 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) |
2024-06-17 | Packit <hello at packit dot dev> - 0.29.0-1 | - Improved compatibility with RPM 4.20 (alpha version is currently in Fedora Rawhide). (#380) - Resolves: rhbz#2282962 |
2024-06-09 | Python Maint <python dash maint at redhat dot com> - 0.28.3-2 | - Rebuilt for Python 3.13 |
2024-05-23 | Packit <hello at packit dot dev> - 0.28.3-1 | - Fixed several minor issues such as processing seemingly commented-out macro definitions (e.g. `#%global prerel rc1`) and treating `SourceLicense` tag as a source. (#374, #376) - Made `EVR`, `NEVR` and `NEVRA` objects comparable. (#379) |
2024-04-08 | Packit <hello at packit dot dev> - 0.28.2-1 | - Handling of trailing newlines in the macro defintions has been improved. (#361) - Resolves: rhbz#2271583 |