15
0

- Update to 1.15.6:

* Bamboo examples and Confluence fix of params (#464)
  * Added parameter for user() method: (#465)
  * Check for if an element is a valid email (#466)
  * Ability of adding reviewers when opening a PR (#470)
  * Util method to convert a nested dictionary into an HTML table with header
    row and header column (#473)
  * Bamboo examples (#474)
  * Add ability of deleting a pull request (#472)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-atlassian-python-api?expand=0&rev=11
This commit is contained in:
2020-03-20 01:09:22 +00:00
committed by Git OBS Bridge
parent 311b1c0d9d
commit 5fe24008f7
4 changed files with 17 additions and 4 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e7e4edad7dd7cd5f11fdf0ac1eb50a098fd7fc6055734dcebc710845b21e786e
size 67354

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:47469d70e242cfedb4fa6cc37dc18dc42e9936b224718635530e5fb0b478c35a
size 67894

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Fri Mar 20 01:07:09 UTC 2020 - steven.kowalik@suse.com
- Update to 1.15.6:
* Bamboo examples and Confluence fix of params (#464)
* Added parameter for user() method: (#465)
* Check for if an element is a valid email (#466)
* Ability of adding reviewers when opening a PR (#470)
* Util method to convert a nested dictionary into an HTML table with header
row and header column (#473)
* Bamboo examples (#474)
* Add ability of deleting a pull request (#472)
-------------------------------------------------------------------
Mon Mar 2 04:12:51 UTC 2020 - Steve Kowalik <steven.kowalik@suse.com>

View File

@@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-atlassian-python-api
Version: 1.15.4
Version: 1.15.6
Release: 0
Summary: Python Atlassian REST API Wrapper
License: Apache-2.0