Skip to content

Commit

Permalink
Release 0.2.0
Browse files Browse the repository at this point in the history
Signed-off-by: Nikola Forró <[email protected]>
  • Loading branch information
nforro committed Mar 31, 2022
1 parent 75bfd49 commit a15b091
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# 0.2.0

- 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

- Fixed parsing _Source_ and _Patch_ tags
Expand Down
5 changes: 4 additions & 1 deletion epel/python-specfile.spec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ in a minimal diff.}


Name: python-specfile
Version: 0.1.1
Version: 0.2.0
Release: 1%{?dist}

Summary: A library for parsing and manipulating RPM spec files
Expand Down Expand Up @@ -60,6 +60,9 @@ rm -rf specfile.egg-info


%changelog
* Wed Mar 30 2022 Nikola Forró <[email protected]> - 0.2.0-1
- New upstream release 0.2.0

* Mon Feb 21 2022 Nikola Forró <[email protected]> - 0.1.1-1
- New upstream release 0.1.1

Expand Down
5 changes: 4 additions & 1 deletion fedora/python-specfile.spec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ in a minimal diff.}


Name: python-specfile
Version: 0.1.1
Version: 0.2.0
Release: 1%{?dist}

Summary: A library for parsing and manipulating RPM spec files
Expand Down Expand Up @@ -57,6 +57,9 @@ Summary: %{summary}


%changelog
* Wed Mar 30 2022 Nikola Forró <[email protected]> - 0.2.0-1
- New upstream release 0.2.0

* Mon Feb 21 2022 Nikola Forró <[email protected]> - 0.1.1-1
- New upstream release 0.1.1

Expand Down

1 comment on commit a15b091

@packit-as-a-service
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Settings of a Copr project packit/packit-releases need to be updated, but Packit can't do that when there are previous builds still in progress.
You should be able to resolve the problem by recreating this pull request or running /packit build after all builds finished.

This was the change Packit tried to do:

field old value new value
chroots ['fedora-35-x86_64', 'fedora-34-x86_64', 'fedora-36-x86_64', 'fedora-rawhide-x86_64'] ['epel-8-x86_64']

Diff of chroots:

-fedora-35-x86_64
-fedora-34-x86_64
-fedora-36-x86_64
-fedora-rawhide-x86_64
+epel-8-x86_64

Please sign in to comment.