14
0

- Don't use %python3_only command, but properly use alternatives.

- Update to 2.2.0:
  - add missing import_project param
  - types: do not split single value string in ListAttribute
  - add commit GPG signature API
  - add create from template args to ProjectManager
  - add remote mirrors API (#1056)
  - add Gitlab Deploy Token API
  - add Group Import/Export API (#1037)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-gitlab?expand=0&rev=18
This commit is contained in:
2020-05-04 18:58:25 +00:00
committed by Git OBS Bridge
parent 32031fcfd6
commit f653dd2d36
4 changed files with 27 additions and 5 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Mon May 4 18:51:52 UTC 2020 - Matej Cepl <mcepl@suse.com>
- Don't use %python3_only command, but properly use alternatives.
- Update to 2.2.0:
- add missing import_project param
- types: do not split single value string in ListAttribute
- add commit GPG signature API
- add create from template args to ProjectManager
- add remote mirrors API (#1056)
- add Gitlab Deploy Token API
- add Group Import/Export API (#1037)
-------------------------------------------------------------------
Mon Apr 20 10:05:29 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>