14
0

- 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/package/show/devel:languages:python/python-python-gitlab?expand=0&rev=10
This commit is contained in:
Tomáš Chvátal
2019-07-22 13:16:52 +00:00
committed by Git OBS Bridge
parent 91f97c6132
commit e40407a9cd
4 changed files with 16 additions and 4 deletions

View File

@@ -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