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,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9a8126c5ab03a287ac898ed20f12f2817157964a82685a13f203a27e7ea8729b
|
||||
size 61254
|
||||
3
atlassian-python-api-1.14.9.tar.gz
Normal file
3
atlassian-python-api-1.14.9.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:28ff793cb43152384a810efc6ee572473daf3dc44bf7c1c295efb270a6d29251
|
||||
size 63086
|
||||
@@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 17 16:01:59 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
|
||||
|
||||
- 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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 26 10:31:05 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||
|
||||
|
||||
@@ -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