forked from pool/python-atlassian-python-api
Accepting request 765338 from home:mcalabkova:branches:devel:languages:python
- Update to 1.14.9 * Python 3.8 CI build added. * A new Tempo method * Include title in determining if there is a difference * Fetch SSH keys information for projects and repos * Provide 2 methods with semantic correct naming * Add Ability to expand status for membership list * Add test LFS fetch method * Bitbucket: set default brnach name method * added get/set repo settings * Python 3.7 CI build added. * Add get_repo and delete_repo functions * Optional Kerberos dependency OBS-URL: https://build.opensuse.org/request/show/765338 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-atlassian-python-api?expand=0&rev=7
This commit is contained in:
committed by
Git OBS Bridge
parent
3c0ff71b6e
commit
5d913cfa36
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-atlassian-python-api
|
||||
#
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-atlassian-python-api
|
||||
Version: 1.13.31
|
||||
Version: 1.14.9
|
||||
Release: 0
|
||||
Summary: Python Atlassian REST API Wrapper
|
||||
License: Apache-2.0
|
||||
@@ -39,6 +39,7 @@ Requires: python-oauthlib
|
||||
Requires: python-requests
|
||||
Requires: python-requests-oauthlib
|
||||
Requires: python-six
|
||||
Suggests: python-kerberos
|
||||
BuildArch: noarch
|
||||
%python_subpackages
|
||||
|
||||
|
||||
Reference in New Issue
Block a user