Skip to content

Releases: packit/specfile

0.2.0

31 Mar 07:52
Compare
Choose a tag to compare
  • Enabled Zuul CI (#8)
  • Switched from git:// to https:// for rebase hook (#22)
  • Updated pre-commit configuration and adapted to type changes brought by new version of mypy (#24)
  • Non-lowercase section names are now supported (#26)
  • Added Sections.get() convenience method (#29)
  • Added packit configuration and enabled packit (#25)
  • Fixed infinite recursion when deep-copying instances of Sections and Tags (#30)
  • Updated Fedora and EPEL spec files (#32)
  • Fixed issues caused by older versions of dependencies on EPEL 8 (#33)
  • Implemented high-level manipulation of sources and patches (#20, #36)
  • It is now possible to parse spec files with missing local sources (#23)

0.1.1

21 Feb 12:51
Compare
Choose a tag to compare
  • Fixed parsing Source and Patch tags
  • Made Specfile importable directly from the package

0.1.0

15 Feb 09:34
Compare
Choose a tag to compare
  • Initial release.