Name: | python3-specfile |
---|---|
Version: | 0.3.0 |
Release: | 1.el8 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 231367 |
License: | MIT |
RPM: | python3-specfile-0.3.0-1.el8.noarch.rpm |
Source RPM: | python-specfile-0.3.0-1.el8.src.rpm |
Build Date: | Wed May 25 2022 |
Build Host: | build-ol8-x86_64.oracle.com |
Vendor: | Oracle America |
URL: | https://github.com/packit/specfile |
Summary: | A 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. |
- Made `Sources` a `MutableSequence` (#36) - Started using consistent terminology for source numbers and added the option to insert a source with a specific number (#47) - Added support for implicit source numbering (#48) - Documented sources and `%prep` macros in README (#49) - Implemented high-level manipulation of version and release (#54) - Added support for `* Mon May 16 2022 John Doe <packager@example.com> - 0.3.0-1.fc35 - local build` (#56) - Added `remote` property to sources and enabled addition of `Sources` (#59) - Implemented mid-level manipulation of `%prep` section, including modification of `%prep` macros (#37, #52)
- New upstream release 0.2.0
- New upstream release 0.1.1
- Initial package