- 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
This commit is contained in:
parent
7c5bcd4b92
commit
1ad3036902
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:f80add9dd706e5b59f0b1f9cf44fe2820b5b2573aea390602c17cbd3a742da58
|
|
||||||
size 21696775
|
|
3
pagure-5.1.tar.gz
Normal file
3
pagure-5.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:731752887df2aad8d4a8b9dbe4a4ac55580ae9d0463b207e9f01c7b69dfbfc52
|
||||||
|
size 21729428
|
@ -1,8 +1,21 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 9 12:16:28 UTC 2018 - Neal Gompa <ngompa13@gmail.com>
|
||||||
|
|
||||||
|
- 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 <jengelh@inai.de>
|
Tue Oct 2 09:28:36 UTC 2018 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
- Trim bias from description. Replace old $RPM_* shell vars by
|
- Trim bias from description.
|
||||||
macros.
|
- Replace old $RPM_* shell vars by macros.
|
||||||
- Update summaries to include those are Pagure themes.
|
- Update summaries to include those are Pagure themes.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
|
@ -23,7 +23,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: pagure
|
Name: pagure
|
||||||
Version: 5.0.1
|
Version: 5.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A git-centered forge
|
Summary: A git-centered forge
|
||||||
Group: Development/Tools/Version Control
|
Group: Development/Tools/Version Control
|
||||||
@ -82,6 +82,8 @@ BuildRequires: python3-WTForms
|
|||||||
BuildRequires: python3-munch
|
BuildRequires: python3-munch
|
||||||
BuildRequires: python3-redis
|
BuildRequires: python3-redis
|
||||||
|
|
||||||
|
# We require OpenSSH 7.4+ for SHA256 support
|
||||||
|
Conflicts: openssh < 7.4
|
||||||
|
|
||||||
Requires: python3-alembic
|
Requires: python3-alembic
|
||||||
Requires: python3-arrow
|
Requires: python3-arrow
|
||||||
|
Loading…
x
Reference in New Issue
Block a user