Accepting request 867751 from devel:tools:scm

- Update to 5.13.1
  + Add the api_project_hascommit endpoint to the API doc
  + Do not return a 500 error when the OpenID provider doesn't provide an email
  + Fix bug in the default hook
  + When failing to find a git repo, log where pagure looked
  + Get the default branch of the target repo when linking for new PR
  + Add an hascommit API endpoint
  + Fixing sample input and output for alias related api
  + Add missing API endpoints related to git aliases and re-order a little
  + Add support for chardet 4.0+
  + Fix support for cchardet
  + Make the token_id column of the commit_flags table nullable

OBS-URL: https://build.opensuse.org/request/show/867751
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pagure?expand=0&rev=22
This commit is contained in:
Dominique Leuenberger 2021-01-30 12:56:30 +00:00 committed by Git OBS Bridge
commit 86ab5e0ed5
4 changed files with 20 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4eae219486cf583e667e8494471dea4593a1e1baaa9b81b6f3f3e8edcb214c1e
size 21927677

3
pagure-5.13.1.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2022ad461b9c8349a0b40be634245435e88522d941097b7375ea7b0943c7e303
size 21913878

View File

@ -1,3 +1,19 @@
-------------------------------------------------------------------
Fri Jan 29 15:43:26 UTC 2021 - Neal Gompa <ngompa13@gmail.com>
- Update to 5.13.1
+ Add the api_project_hascommit endpoint to the API doc
+ Do not return a 500 error when the OpenID provider doesn't provide an email
+ Fix bug in the default hook
+ When failing to find a git repo, log where pagure looked
+ Get the default branch of the target repo when linking for new PR
+ Add an hascommit API endpoint
+ Fixing sample input and output for alias related api
+ Add missing API endpoints related to git aliases and re-order a little
+ Add support for chardet 4.0+
+ Fix support for cchardet
+ Make the token_id column of the commit_flags table nullable
-------------------------------------------------------------------
Thu Jan 7 11:49:02 UTC 2021 - Neal Gompa <ngompa13@gmail.com>

View File

@ -23,7 +23,7 @@
Name: pagure
Version: 5.12
Version: 5.13.1
Release: 0
Summary: A git-centered forge
Group: Development/Tools/Version Control