From 1ad303690214382c8f8ad75a7a3953c809a759377dcbbd476a7aa64505525b74 Mon Sep 17 00:00:00 2001 From: Neal Gompa Date: Tue, 9 Oct 2018 12:27:01 +0000 Subject: [PATCH] - Update to 5.1 + Multiple fixes to the UI to address visual quirks and glitches + Initial implementation of HTTP(S) push support + Rework how SSH keys are stored in the database + Multiple changes and fixes around the ACL checker + Adding 'list-groups' function to pagure-admin + Add a new API endpoint to retrieve the list of files changed in a PR - Add Conflicts for OpenSSH < 7.4 due to SSH key handling rework - Re-wrap previous changelog entry for readability OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/pagure?expand=0&rev=4 --- pagure-5.0.1.tar.gz | 3 --- pagure-5.1.tar.gz | 3 +++ pagure.changes | 17 +++++++++++++++-- pagure.spec | 4 +++- 4 files changed, 21 insertions(+), 6 deletions(-) delete mode 100644 pagure-5.0.1.tar.gz create mode 100644 pagure-5.1.tar.gz diff --git a/pagure-5.0.1.tar.gz b/pagure-5.0.1.tar.gz deleted file mode 100644 index 2df5d6d..0000000 --- a/pagure-5.0.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f80add9dd706e5b59f0b1f9cf44fe2820b5b2573aea390602c17cbd3a742da58 -size 21696775 diff --git a/pagure-5.1.tar.gz b/pagure-5.1.tar.gz new file mode 100644 index 0000000..f9b5d50 --- /dev/null +++ b/pagure-5.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:731752887df2aad8d4a8b9dbe4a4ac55580ae9d0463b207e9f01c7b69dfbfc52 +size 21729428 diff --git a/pagure.changes b/pagure.changes index d5e6a78..a5eee17 100644 --- a/pagure.changes +++ b/pagure.changes @@ -1,8 +1,21 @@ +------------------------------------------------------------------- +Tue Oct 9 12:16:28 UTC 2018 - Neal Gompa + +- Update to 5.1 + + Multiple fixes to the UI to address visual quirks and glitches + + Initial implementation of HTTP(S) push support + + Rework how SSH keys are stored in the database + + Multiple changes and fixes around the ACL checker + + Adding 'list-groups' function to pagure-admin + + Add a new API endpoint to retrieve the list of files changed in a PR +- Add Conflicts for OpenSSH < 7.4 due to SSH key handling rework +- Re-wrap previous changelog entry for readability + ------------------------------------------------------------------- Tue Oct 2 09:28:36 UTC 2018 - Jan Engelhardt -- Trim bias from description. Replace old $RPM_* shell vars by - macros. +- Trim bias from description. +- Replace old $RPM_* shell vars by macros. - Update summaries to include those are Pagure themes. ------------------------------------------------------------------- diff --git a/pagure.spec b/pagure.spec index 1a3fe2e..2326982 100644 --- a/pagure.spec +++ b/pagure.spec @@ -23,7 +23,7 @@ Name: pagure -Version: 5.0.1 +Version: 5.1 Release: 0 Summary: A git-centered forge Group: Development/Tools/Version Control @@ -82,6 +82,8 @@ BuildRequires: python3-WTForms BuildRequires: python3-munch BuildRequires: python3-redis +# We require OpenSSH 7.4+ for SHA256 support +Conflicts: openssh < 7.4 Requires: python3-alembic Requires: python3-arrow