Bug 269331 - devel/py-python-gitlab: Update to 3.13.0
Summary: devel/py-python-gitlab: Update to 3.13.0
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Fernando Apesteguía
URL: https://github.com/python-gitlab/pyth...
Keywords:
Depends on:
Blocks:
 
Reported: 2023-02-04 23:25 UTC by Derek Schrock
Modified: 2023-02-06 16:07 UTC (History)
1 user (show)

See Also:


Attachments
Update to 3.13.0 (2.66 KB, patch)
2023-02-04 23:25 UTC, Derek Schrock
dereks: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Derek Schrock 2023-02-04 23:25:45 UTC
Created attachment 239913 [details]
Update to 3.13.0

- Update to 3.13.0
- Update LICENSE to LGPL3+

portlint: ok. looks fine.
testport: ok. 13amd64.
unittest: ok. 543 passed, 3 skipped in 6.14s
Comment 1 Fernando Apesteguía freebsd_committer freebsd_triage 2023-02-06 16:07:22 UTC
Committed,

Thanks!
Comment 2 commit-hook freebsd_committer freebsd_triage 2023-02-06 16:07:49 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=38a46fcea80baa5c0352c1841f6ca5bd2e1da17c

commit 38a46fcea80baa5c0352c1841f6ca5bd2e1da17c
Author:     Derek Schrock <dereks@lifeofadishwasher.com>
AuthorDate: 2023-02-06 13:06:35 +0000
Commit:     Fernando Apesteguía <fernape@FreeBSD.org>
CommitDate: 2023-02-06 16:02:54 +0000

    devel/py-python-gitlab: Update to 3.13.0

    ChangeLog: https://github.com/python-gitlab/python-gitlab/releases/tag/v3.13.0

    Feature

     * group: Add support for group restore API
     * client: Automatically retry on HTTP 409 Resource lock
     * api: Add support for bulk imports API
     * api: Add support for resource groups
     * api: Support listing pipelines triggered by pipeline schedules
     * Allow filtering pipelines by source
     * client: Bootstrap the http backends concept
     * Add resource iteration events
     * Allow passing kwargs to Gitlab class when instantiating with from_config
     * Add keep_base_url when getting configuration from file

    Fix

     * client: Regression - do not automatically get_next if page=# and
     * Change return value to "None" in case getattr returns None to prevent error
     * deps: Bump requests-toolbelt to fix deprecation warning
     * Use the ProjectIterationManager within the Project object
     * api: Make description optional for releases

    Documentation

     * faq: Describe and group common errors

    PR:             269331
    Reported by:    dereks@lifeofadishwasher.com (maintainer)

 devel/py-python-gitlab/Makefile | 8 ++++----
 devel/py-python-gitlab/distinfo | 6 +++---
 2 files changed, 7 insertions(+), 7 deletions(-)