From 1c0436daded820e5ad761e06428b4d8c8a0c7e64 Mon Sep 17 00:00:00 2001 From: Frantisek Lachman Date: Tue, 23 Jul 2019 15:35:04 +0200 Subject: [PATCH 1/3] 0.6.0 release --- CHANGELOG.md | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a310b30..c70d898c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,34 @@ +# 0.6.0 + + +## New Features + +* Possibility to authenticate via github-app. (@lachmanfrantisek) +* New method `get_latest_release()` for projects. (@marusinm) +* New method for creating releases in GitHub. (@lbarcziova) +* Add method for getting releases for Pagure. (@lbarcziova) +* Add labels for GitHub pull-requests. (@marusinm) +* New methods for getting pull-request/issue permissions (`who_can_marge_pr`, `who_can_close_issue`, `can_close_issue` and `can_merge_pr`). (@marusinm) +* New methods to get project's owners and permissions of various users. (@marusinm) +* Link GitTag to Release object. (@lbarcziova) +* Add method for creating projects/services from url. (@lachmanfrantisek) +* Creating/closing/commenting Pagure Issues. (@marusinm) + +## Fixes + +* Correct status handling for Github pull-requests. (@marusinm) +* Fix error 404 on `get_file_content`. (@lbarcziova) + +## Minor + +* Simplify usage of persistent storage and mocking. (@lachmanfrantisek) +* CommitStatus renamed to CommitFlag. (@lbarcziova) +* Add zuul as a CI system. (@TomasTomecek) +* Removed unused functions. (@lbarcziova) +* Unify external command invocation by subprocess.run. (@lbarcziova) +* Add `__str__ ` and `__eq__` for classes. (@shreyanshrs44, @lachmanfrantisek) + + # 0.5.0 ## New Features From de38cb81d34d5873a205535a6e9de7026af9cb07 Mon Sep 17 00:00:00 2001 From: Frantisek Lachman Date: Tue, 23 Jul 2019 15:40:06 +0200 Subject: [PATCH 2/3] Add packit job for releasing to Fedora Signed-off-by: Frantisek Lachman --- .packit.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.packit.yaml b/.packit.yaml index a2174602..ed8dd869 100644 --- a/.packit.yaml +++ b/.packit.yaml @@ -11,6 +11,18 @@ current_version_command: ["python3", "setup.py", "--version"] jobs: - job: sync_from_downstream trigger: commit +- job: propose_downstream + trigger: release + metadata: + dist_git_branch: master +- job: propose_downstream + trigger: release + metadata: + dist_git_branch: f30 +- job: propose_downstream + trigger: release + metadata: + dist_git_branch: f29 - job: copr_build trigger: pull_request metadata: From f50b388facee759db3712eb67cdca3339db34f38 Mon Sep 17 00:00:00 2001 From: Frantisek Lachman Date: Tue, 23 Jul 2019 15:40:52 +0200 Subject: [PATCH 3/3] Bump the specfile Signed-off-by: Frantisek Lachman --- python-ogr.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-ogr.spec b/python-ogr.spec index b49bd648..ef0aadb9 100644 --- a/python-ogr.spec +++ b/python-ogr.spec @@ -4,7 +4,7 @@ %{?python_enable_dependency_generator} Name: python-%{pypi_name} -Version: 0.5.0 +Version: 0.6.0 Release: 1%{?dist} Summary: One API for multiple git forges @@ -51,6 +51,9 @@ rm -rf %{pypi_name}.egg-info %changelog +* Tue Jul 23 2019 Frantisek Lachman - 0.6.0-1 +- New upstream release 0.6.0 + * Fri Jun 28 2019 Frantisek Lachman - 0.5.0-1 - New upstream release: 0.5.0