From e88783dbc5be548d033aff00e5265d600cace7ceb369c6a8572c85d0a5e513be Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Thu, 25 Jun 2020 03:01:07 +0000 Subject: [PATCH] - Update to 1.16.0: * New release with new methods for the Jira, Bamboo, Bitbucket methods. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-atlassian-python-api?expand=0&rev=13 --- atlassian-python-api-1.15.6.tar.gz | 3 --- atlassian-python-api-1.16.0.tar.gz | 3 +++ python-atlassian-python-api.changes | 6 ++++++ python-atlassian-python-api.spec | 3 +-- 4 files changed, 10 insertions(+), 5 deletions(-) delete mode 100644 atlassian-python-api-1.15.6.tar.gz create mode 100644 atlassian-python-api-1.16.0.tar.gz diff --git a/atlassian-python-api-1.15.6.tar.gz b/atlassian-python-api-1.15.6.tar.gz deleted file mode 100644 index 1879131..0000000 --- a/atlassian-python-api-1.15.6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:47469d70e242cfedb4fa6cc37dc18dc42e9936b224718635530e5fb0b478c35a -size 67894 diff --git a/atlassian-python-api-1.16.0.tar.gz b/atlassian-python-api-1.16.0.tar.gz new file mode 100644 index 0000000..681c9a7 --- /dev/null +++ b/atlassian-python-api-1.16.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe7c7981237f07880907cd2d3453446ea381a4785c3317b12db46d918219e0ea +size 72814 diff --git a/python-atlassian-python-api.changes b/python-atlassian-python-api.changes index 0b1fd1a..3a46e74 100644 --- a/python-atlassian-python-api.changes +++ b/python-atlassian-python-api.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Jun 25 02:57:27 UTC 2020 - Steve Kowalik + +- Update to 1.16.0: + * New release with new methods for the Jira, Bamboo, Bitbucket methods. + ------------------------------------------------------------------- Fri Mar 20 01:07:09 UTC 2020 - steven.kowalik@suse.com diff --git a/python-atlassian-python-api.spec b/python-atlassian-python-api.spec index fa67d50..f2186d7 100644 --- a/python-atlassian-python-api.spec +++ b/python-atlassian-python-api.spec @@ -18,11 +18,10 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-atlassian-python-api -Version: 1.15.6 +Version: 1.16.0 Release: 0 Summary: Python Atlassian REST API Wrapper License: Apache-2.0 -Group: Development/Languages/Python URL: https://github.com/atlassian-api/atlassian-python-api Source: https://files.pythonhosted.org/packages/source/a/atlassian-python-api/atlassian-python-api-%{version}.tar.gz BuildRequires: %{python_module kerberos}