14
0
Commit Graph

19 Commits

Author SHA256 Message Date
1c6aff00d8 Accepting request 800150 from devel:languages:python
- 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/request/show/800150
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-python-gitlab?expand=0&rev=9
2020-05-04 20:01:41 +00:00
f653dd2d36 - 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
2020-05-04 18:58:25 +00:00
b2d665a7c7 Accepting request 795759 from devel:languages:python
- Fix dependencies for testing

OBS-URL: https://build.opensuse.org/request/show/795759
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-python-gitlab?expand=0&rev=8
2020-04-21 11:08:40 +00:00
Tomáš Chvátal
32031fcfd6 - Fix dependencies for testing
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-gitlab?expand=0&rev=16
2020-04-20 10:22:27 +00:00
9e1531d5ec Accepting request 787370 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/787370
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-python-gitlab?expand=0&rev=7
2020-03-23 11:51:47 +00:00
Tomáš Chvátal
a967dc9f68 Accepting request 787369 from home:pgajdos:python
- version update to 2.1.2
  * This releases drops support for python < 3.6
  * lot of other changes, see
    https://github.com/python-gitlab/python-gitlab/releases

OBS-URL: https://build.opensuse.org/request/show/787369
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-gitlab?expand=0&rev=14
2020-03-23 08:51:37 +00:00
2eaba222ea Accepting request 729828 from devel:languages:python
- Update to 1.11.0:
  * add methods to retrieve an individual project environment
  * group labels with subscriptable mixin
  * add mr rebase method bc4280c
  * get artifact by ref and job cda1174
  * add support for board update 908d79f, closes #801
  * add support for issue.related_merge_requests 90a3631, closes #794

OBS-URL: https://build.opensuse.org/request/show/729828
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-python-gitlab?expand=0&rev=6
2019-09-11 08:36:16 +00:00
Tomáš Chvátal
8169dfedbb - Update to 1.11.0:
* add methods to retrieve an individual project environment
  * group labels with subscriptable mixin
  * add mr rebase method bc4280c
  * get artifact by ref and job cda1174
  * add support for board update 908d79f, closes #801
  * add support for issue.related_merge_requests 90a3631, closes #794

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-gitlab?expand=0&rev=12
2019-09-10 11:29:31 +00:00
03dd8a2253 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
2019-07-22 15:20:11 +00:00
Tomáš Chvátal
e40407a9cd - 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
2019-07-22 13:16:52 +00:00
35464a8036 Accepting request 701750 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/701750
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-python-gitlab?expand=0&rev=4
2019-05-13 12:50:00 +00:00
Tomáš Chvátal
91f97c6132 Accepting request 701719 from home:pgajdos
- version update to 1.8.0
  * fix(api): make reset_time_estimate() work again
  * fix: handle empty 'Retry-After' header from GitLab
  * fix: remove decode() on error_message string
  * fix(api): avoid parameter conflicts with python and gitlab
  * fix(api): Don't try to parse raw downloads
  * feat: Added approve & unapprove method for Mergerequests
  * fix all kwarg behaviour

OBS-URL: https://build.opensuse.org/request/show/701719
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-gitlab?expand=0&rev=8
2019-05-09 09:42:31 +00:00
21d52ebfe9 Accepting request 662197 from devel:languages:python
- update to 1.7.0:
  * [docs] Fix the owned/starred usage documentation
  * [docs] Add a warning about http to https redirects
  * Fix the https redirection test
  * [docs] Add a note about GroupProject limited API
  * Add missing comma in ProjectIssueManager _create_attrs
  * More flexible docker image
  * Add project protected tags management
  * [cli] Print help and usage without config file
  * Rename MASTER_ACCESS to MAINTAINER_ACCESS
  * [docs] Add docs build information
  * Use docker image with current sources
  * [docs] Add PyYAML requirement notice
  * Add Gitter badge to README
  * [docs] Add an example of pipeline schedule vars listing
  * [cli] Exit on config parse error, instead of crashing
  * Add support for resource label events
  * [docs] Fix the milestone filetring doc (iid -> iids)
  * [docs] Fix typo in custom attributes example
  * Improve error message handling in exceptions
  * Add support for members all() method
  * Add access control options to protected branch creation
  * [docs] Don't use hardcoded values for ids
  * [docs] Improve the snippets examples
  * [cli] Output: handle bytes in API responses
  * [cli] Fix the case where we have nothing to print
  * Project import: fix the override_params parameter
  * Support group and global MR listing
  * Implement MR.pipelines()
  * MR: add the squash attribute for create/update

OBS-URL: https://build.opensuse.org/request/show/662197
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-python-gitlab?expand=0&rev=3
2019-01-08 11:27:05 +00:00
Thomas Bechtold
a8fed5b558 - update to 1.7.0:
* [docs] Fix the owned/starred usage documentation
  * [docs] Add a warning about http to https redirects
  * Fix the https redirection test
  * [docs] Add a note about GroupProject limited API
  * Add missing comma in ProjectIssueManager _create_attrs
  * More flexible docker image
  * Add project protected tags management
  * [cli] Print help and usage without config file
  * Rename MASTER_ACCESS to MAINTAINER_ACCESS
  * [docs] Add docs build information
  * Use docker image with current sources
  * [docs] Add PyYAML requirement notice
  * Add Gitter badge to README
  * [docs] Add an example of pipeline schedule vars listing
  * [cli] Exit on config parse error, instead of crashing
  * Add support for resource label events
  * [docs] Fix the milestone filetring doc (iid -> iids)
  * [docs] Fix typo in custom attributes example
  * Improve error message handling in exceptions
  * Add support for members all() method
  * Add access control options to protected branch creation
  * [docs] Don't use hardcoded values for ids
  * [docs] Improve the snippets examples
  * [cli] Output: handle bytes in API responses
  * [cli] Fix the case where we have nothing to print
  * Project import: fix the override_params parameter
  * Support group and global MR listing
  * Implement MR.pipelines()
  * MR: add the squash attribute for create/update

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-gitlab?expand=0&rev=6
2018-12-31 10:39:18 +00:00
97857c85c5 Remove superfluous devel dependency for noarch package
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-gitlab?expand=0&rev=5
2018-12-04 13:55:41 +00:00
9d2319418a Accepting request 628147 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/628147
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-python-gitlab?expand=0&rev=2
2018-08-24 15:00:27 +00:00
Tomáš Chvátal
35d283cb40 Accepting request 628142 from home:jengelh:branches:devel:languages:python
- Use noun phrase in summary.

OBS-URL: https://build.opensuse.org/request/show/628142
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-gitlab?expand=0&rev=3
2018-08-08 14:55:59 +00:00
ea6751d4b4 Accepting request 627218 from devel:languages:python
Required by python-PsychoPy

OBS-URL: https://build.opensuse.org/request/show/627218
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-python-gitlab?expand=0&rev=1
2018-08-04 19:52:10 +00:00
Todd R
e85efbe918 Required by python-PsychoPy
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-gitlab?expand=0&rev=1
2018-08-03 04:33:31 +00:00