14
0
Go to file
Ana Guerrero e8428dedcf Accepting request 1242154 from devel:languages:python
- Update to 0.34.0:
  - Added support for detached (open)SUSE style changelogs
- Update to 0.33.0:
  - There is a new convenience method Sections.get_or_create()
    that allows you to manipulate a section without checking
    if it exists first. If a section doesn't exist, it will be
    appended to the end. (#441) For example, this will work
    properly even on spec files without %changelog:
      with spec.sections() as sections:
          changelog = sections.get_or_create("changelog")
          changelog[:] = ["%autochangelog"]

OBS-URL: https://build.opensuse.org/request/show/1242154
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-specfile?expand=0&rev=30
2025-02-03 20:44:00 +00:00
2025-02-01 22:19:13 +00:00
2025-02-01 22:19:13 +00:00
2025-02-01 22:19:13 +00:00
Description
No description provided
129 KiB
Languages
RPM Spec 100%