Skip to content

Commit

Permalink
Merge pull request #178 from packit/create-pull-request/patch
Browse files Browse the repository at this point in the history
Release 0.12.0

Update the changelog and the specfile for release 0.12.0.

Reviewed-by: Nikola Forró <None>
  • Loading branch information
2 parents a82bf08 + 4877611 commit 1f18485
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 0.12.0

- All classes including `Specfile` itself can now be copied using the standard `copy()` and `deepcopy()` functions from `copy` module. (#176)
- `Section.name` attribute has been renamed to a more fitting `Section.id`. (#167)
- `setup.cfg` now uses `license_files` instead of deprecated `license_file`. (#162)

# 0.11.1

- Tags enclosed in conditional macro expansions are not ignored anymore. (#156)
Expand Down
5 changes: 4 additions & 1 deletion fedora/python-specfile.spec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ in a minimal diff.}


Name: python-specfile
Version: 0.11.1
Version: 0.12.0
Release: 1%{?dist}

Summary: A library for parsing and manipulating RPM spec files
Expand Down Expand Up @@ -69,6 +69,9 @@ sed -i 's/rpm-py-installer/rpm/' setup.cfg


%changelog
* Fri Jan 06 2023 Packit Team <[email protected]> - 0.12.0-1
- New upstream release 0.12.0

* Wed Dec 14 2022 Packit Team <[email protected]> - 0.11.1-1
- New upstream release 0.11.1

Expand Down

0 comments on commit 1f18485

Please sign in to comment.