forked from pool/python-python-gitlab
Accepting request 717593 from devel:languages:python
- Update to 1.9.0: * implement artifacts deletion * add endpoint to get the variables of a pipeline * delete ProjectPipeline * implement __eq__ and __hash__ methods * Allow runpy invocation of CLI tool (python -m gitlab) * add project releases api * merged new release & registry apis OBS-URL: https://build.opensuse.org/request/show/717593 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-python-gitlab?expand=0&rev=5
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a6b03bc53f6e2e22b88d5ff9772b1bb360570ec82752f1def3d6eb60cda093e7
|
||||
size 115603
|
3
python-gitlab-1.9.0.tar.gz
Normal file
3
python-gitlab-1.9.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1d622ccc9cbfe24d71b40db063c7ab9509bc12ee3a83aa03379b5542f53311dc
|
||||
size 116460
|
@@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 22 13:15:50 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||
|
||||
- Update to 1.9.0:
|
||||
* implement artifacts deletion
|
||||
* add endpoint to get the variables of a pipeline
|
||||
* delete ProjectPipeline
|
||||
* implement __eq__ and __hash__ methods
|
||||
* Allow runpy invocation of CLI tool (python -m gitlab)
|
||||
* add project releases api
|
||||
* merged new release & registry apis
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 9 06:22:28 UTC 2019 - pgajdos@suse.com
|
||||
|
||||
|
@@ -18,7 +18,7 @@
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-python-gitlab
|
||||
Version: 1.8.0
|
||||
Version: 1.9.0
|
||||
Release: 0
|
||||
Summary: Python module for interacting with the GitLab API
|
||||
License: LGPL-3.0-only
|
||||
|
Reference in New Issue
Block a user