17
0
Files
python-atlassian-python-api/python-atlassian-python-api.spec
Tomáš Chvátal 5d913cfa36 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
2020-01-17 18:08:53 +00:00

69 lines
2.1 KiB
RPMSpec

#
# spec file for package python-atlassian-python-api
#
# 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-atlassian-python-api
Version: 1.14.9
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}
BuildRequires: %{python_module oauthlib}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module requests-oauthlib}
BuildRequires: %{python_module requests}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module six}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-kerberos
Requires: python-oauthlib
Requires: python-requests
Requires: python-requests-oauthlib
Requires: python-six
Suggests: python-kerberos
BuildArch: noarch
%python_subpackages
%description
Python Atlassian REST API Wrapper
%prep
%setup -q -n atlassian-python-api-%{version}
%build
%python_build
%install
%python_install
%python_expand rm -r %{buildroot}%{$python_sitelib}/tests
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
%pytest
%files %{python_files}
%doc README.rst
%license LICENSE
%{python_sitelib}/*
%changelog