From 8759e8fbe18e0432d064a842f1e750bf9384df20f5257b49a7c39aa74f4a75e7 Mon Sep 17 00:00:00 2001 From: Neal Gompa Date: Thu, 11 Oct 2018 17:03:50 +0000 Subject: [PATCH] - Update to 5.1.3 + Don't sync up ssh keys if there are already some + Do not notify twice when pushing commits to an open PR + Update git-multimail to fix it for Python 3 - Update to 5.1.2 + Make the sshkey migration more flexible from < 5.1 + Fix the update date information on the pull-request page + Fix detecting if the user is a committer via a group + Fix writing user's ssh keys on disk + tweak colors of the activity graph + cache oidc user data OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/pagure?expand=0&rev=8 --- pagure-5.1.1.tar.gz | 3 --- pagure-5.1.3.tar.gz | 3 +++ pagure.changes | 19 +++++++++++++++++++ pagure.spec | 2 +- 4 files changed, 23 insertions(+), 4 deletions(-) delete mode 100644 pagure-5.1.1.tar.gz create mode 100644 pagure-5.1.3.tar.gz diff --git a/pagure-5.1.1.tar.gz b/pagure-5.1.1.tar.gz deleted file mode 100644 index b903805..0000000 --- a/pagure-5.1.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7f7e3816b24d9d89866084c5ea87b198c3895da3e66340d408c8ce113f4c471c -size 21730358 diff --git a/pagure-5.1.3.tar.gz b/pagure-5.1.3.tar.gz new file mode 100644 index 0000000..e721099 --- /dev/null +++ b/pagure-5.1.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ea0bb3897df402a7a48ce3728fc9e1c42922bd0aa007b139ec6e7e8553d5a26 +size 21753377 diff --git a/pagure.changes b/pagure.changes index 3d8cfa9..2285f6b 100644 --- a/pagure.changes +++ b/pagure.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Thu Oct 11 16:56:20 UTC 2018 - Neal Gompa + +- Update to 5.1.3 + + Don't sync up ssh keys if there are already some + + Do not notify twice when pushing commits to an open PR + + Update git-multimail to fix it for Python 3 + +------------------------------------------------------------------- +Thu Oct 11 12:18:24 UTC 2018 - Neal Gompa + +- Update to 5.1.2 + + Make the sshkey migration more flexible from < 5.1 + + Fix the update date information on the pull-request page + + Fix detecting if the user is a committer via a group + + Fix writing user's ssh keys on disk + + tweak colors of the activity graph + + cache oidc user data + ------------------------------------------------------------------- Tue Oct 9 14:56:15 UTC 2018 - Neal Gompa diff --git a/pagure.spec b/pagure.spec index e6c29f3..db7df73 100644 --- a/pagure.spec +++ b/pagure.spec @@ -23,7 +23,7 @@ Name: pagure -Version: 5.1.1 +Version: 5.1.3 Release: 0 Summary: A git-centered forge Group: Development/Tools/Version Control