From bc37080419a9b1614ffae39ad7e2945d96875094 Mon Sep 17 00:00:00 2001 From: Frantisek Lachman Date: Wed, 11 Sep 2019 13:06:24 +0200 Subject: [PATCH 1/5] 0.7.0 release --- CHANGELOG.md | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c70d898c..55b01a97 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,28 @@ -# 0.6.0 +# 0.7.0 + +## New Features + +* First version of **GitLab** support. (Implementation is not completed yet.) (@lbarcziova) +* Add method for loading services from dictionary. (@lachmanfrantisek) +* Release objects has a method for editing. (@lbarcziova) +* Function for getting all commits from specific PR. (@phracek) + +## Fixes +* Fix creating pull-request from fork to upstream on new versions of Pagure. (@lachmanfrantisek) +* Use web url in Pagure issue. (@dustymabe) + +## Minor + +* Add cryptography to dependencies to be able to authenticate as a github app. (@lachmanfrantisek) +* Add `github_app_private_key_path` parameter to GithubService. (@lachmanfrantisek) +* Make the pagure service mapping more general. (@lachmanfrantisek) +* The tests in CI (zuul) runs both on pip and rpm versions of dependencies. (@lachmanfrantisek) +* Jenkins removed. (@jpopelka) +* Run Pagure tests on one repository: https://pagure.io/api/0/ogr-tests. (@lbarcziova) + + +# 0.6.0 ## New Features From 7000c613ba32bbaa66e3843b94fbe8e47af250a6 Mon Sep 17 00:00:00 2001 From: Frantisek Lachman Date: Wed, 11 Sep 2019 13:08:07 +0200 Subject: [PATCH 2/5] 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 ef0aadb9..40114723 100644 --- a/python-ogr.spec +++ b/python-ogr.spec @@ -4,7 +4,7 @@ %{?python_enable_dependency_generator} Name: python-%{pypi_name} -Version: 0.6.0 +Version: 0.7.0 Release: 1%{?dist} Summary: One API for multiple git forges @@ -51,6 +51,9 @@ rm -rf %{pypi_name}.egg-info %changelog +* Wed Sep 11 2019 Frantisek Lachman - 0.7.0-1 +- New upstream release 0.7.0 + * Tue Jul 23 2019 Frantisek Lachman - 0.6.0-1 - New upstream release 0.6.0 From 5b26930c8d10efb3a42a7db418db75248f93bcc4 Mon Sep 17 00:00:00 2001 From: lachmanfrantisek Date: Wed, 11 Sep 2019 14:37:49 +0200 Subject: [PATCH 3/5] Update Jenkins removal note in CHANGELOG.md Co-Authored-By: Tomas Tomecek --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 55b01a97..7710d748 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,7 +18,7 @@ * Add `github_app_private_key_path` parameter to GithubService. (@lachmanfrantisek) * Make the pagure service mapping more general. (@lachmanfrantisek) * The tests in CI (zuul) runs both on pip and rpm versions of dependencies. (@lachmanfrantisek) -* Jenkins removed. (@jpopelka) +* We no longer use Centos CI Jenkins. (@jpopelka) * Run Pagure tests on one repository: https://pagure.io/api/0/ogr-tests. (@lbarcziova) From f30e455b8076456312b2f13b7674125c2ef0a4d0 Mon Sep 17 00:00:00 2001 From: Frantisek Lachman Date: Wed, 11 Sep 2019 14:52:41 +0200 Subject: [PATCH 4/5] Fix grammar error in CHANGELOG Signed-off-by: Frantisek Lachman --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7710d748..e0e4d135 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ * First version of **GitLab** support. (Implementation is not completed yet.) (@lbarcziova) * Add method for loading services from dictionary. (@lachmanfrantisek) -* Release objects has a method for editing. (@lbarcziova) +* Release objects have a method for editing. (@lbarcziova) * Function for getting all commits from specific PR. (@phracek) ## Fixes From dee3aaf04589489a71468ea9d747456e33c3425e Mon Sep 17 00:00:00 2001 From: Frantisek Lachman Date: Wed, 11 Sep 2019 14:54:52 +0200 Subject: [PATCH 5/5] Use sentences in the CHANGELOG notes Signed-off-by: Frantisek Lachman --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e0e4d135..a67d7945 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,10 +2,10 @@ ## New Features -* First version of **GitLab** support. (Implementation is not completed yet.) (@lbarcziova) -* Add method for loading services from dictionary. (@lachmanfrantisek) +* Introduced a first version of **GitLab** support. (Implementation is not completed yet.) (@lbarcziova) +* Added a method for loading services from dictionary. (@lachmanfrantisek) * Release objects have a method for editing. (@lbarcziova) -* Function for getting all commits from specific PR. (@phracek) +* Added a function for getting all commits from specific PR. (@phracek) ## Fixes