Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 885 Bytes

CHANGELOG.md

File metadata and controls

33 lines (19 loc) · 885 Bytes

Changelog

UNRELEASED

  • Added type annotations for tools like mypy, your IDE, and your brain (Thanks @KOLANICH).
  • replace_macro now always expects a Spec instance as second argument. Does not make much sense without.

0.10 (2020-09-19)

Changes:

  • Ignore spaces before ':' separator (see PR [#32][bkircher#32])
  • Fix behavior of replace_macro function when macro is a tag, too (see issue #33).

0.9 (2020-05-02)

Changes:

  • Ignore case when parsing directives

0.8 (2018-09-18)

New Features:

  • Enable parsing versions in BuildRequires: and Requires:
  • Add support for conditional macros, e.g. %{?test_macro:expression}
  • Use flit for packaging

0.7 (2017-08-10)

New Features:

  • Add Spec.sources_dict and Spec.patches_dict