Skip to content

Commit

Permalink
Merge pull request #386 from packit-service/0.11.2-release
Browse files Browse the repository at this point in the history
  • Loading branch information
softwarefactory-project-zuul[bot] authored Apr 16, 2020
2 parents e28e782 + a625bec commit 6ac4ba2
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 2 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,28 @@
# 0.11.2

## New Features

- A new method to set flags on Pagure PRs was added. (@csomh)
- It is Pagure-specific.
- Other git-forges do not have this as they display the flags of the head commit on PRs.
- CommitFlag now has created/edited properties. (@TomasJani)

## Minor

- Pagure service is used for CentOS prod/stg instances by default. (@jsakalos)
- We now forward the specific errors from the Pagure API. (@TomasTomecek)

## Fixes

- Pagination of PR comments on Pagure was fixed. (@AdarLavi)

## Internals

- Tests were removed from the zuul gating pipeline. (@lbarcziova)
- We now use [rpmautospec] for generating changelogs in Fedora. (@TomasTomecek)

[rpmautospec]: https://pagure.io/Fedora-Infra/rpmautospec

# 0.11.1

## New Features
Expand Down
4 changes: 2 additions & 2 deletions fedora/python-ogr.spec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
%global srcname ogr

Name: python-%{srcname}
Version: 0.11.1
Version: 0.11.2
Release: %{?autorel}%{!?autorel:1}
Summary: One API for multiple git forges

Expand All @@ -27,7 +27,7 @@ One Git library to Rule!


%prep
%autosetup -n ogr-0.11.1
%autosetup -n ogr-0.11.2
# Remove bundled egg-info
rm -rf %{srcname}.egg-info

Expand Down

0 comments on commit 6ac4ba2

Please sign in to comment.