* Search endpoint for Jira DC isn't working with /search/jql
- update to 4.0.6:
* Bitbucket: Add AppUser enrollments for User class appears
* adjustment of jql search
- update to 4.0.5:
* [Confluence]: Prepare dedicated module
* chore: add an example to jira_add_comment.py
* [Bitbucket] Adding filterText REST parameter for Get pull
requests for
* Visualization for the atlassian-python-api codebase
* [Confluence] Sanitize attachment filenames to prevent
download failures
* [Doc] [Jira] Update info about jira.get_issue_tree_recursive
method
* [Confluence] Update confluence/__init__.py with add space
permissions
* [Wrapper ]Update errors.py for JSON-RPC Errors
* Update license identifier
* Make using session the default
* [Jira] Update jira.py by adding
set_issue_status_by_transition_name
* [Bitbucket] Added Download class to retrieve pipeline-
generated artifacts
* Bugfixes
* Migrate header variable into rest client
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-atlassian-python-api?expand=0&rev=26
75 lines
2.4 KiB
RPMSpec
75 lines
2.4 KiB
RPMSpec
#
|
|
# spec file for package python-atlassian-python-api
|
|
#
|
|
# Copyright (c) 2025 SUSE LLC and contributors
|
|
#
|
|
# 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/
|
|
#
|
|
|
|
|
|
Name: python-atlassian-python-api
|
|
Version: 4.0.7
|
|
Release: 0
|
|
Summary: Python Atlassian REST API Wrapper
|
|
License: Apache-2.0
|
|
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
|
|
Source1: python-atlassian-python-api.rpmlintrc
|
|
BuildRequires: %{python_module beautifulsoup4}
|
|
BuildRequires: %{python_module deprecated}
|
|
BuildRequires: %{python_module jmespath}
|
|
BuildRequires: %{python_module kerberos}
|
|
BuildRequires: %{python_module oauthlib}
|
|
BuildRequires: %{python_module pip}
|
|
BuildRequires: %{python_module pytest}
|
|
BuildRequires: %{python_module requests-oauthlib}
|
|
BuildRequires: %{python_module requests}
|
|
BuildRequires: %{python_module setuptools}
|
|
BuildRequires: %{python_module typing_extensions}
|
|
BuildRequires: %{python_module wheel}
|
|
BuildRequires: fdupes
|
|
BuildRequires: python-rpm-macros
|
|
Requires: python-beautifulsoup4
|
|
Requires: python-deprecated
|
|
Requires: python-jmespath
|
|
Requires: python-oauthlib
|
|
Requires: python-requests
|
|
Requires: python-requests-oauthlib
|
|
Requires: python-typing_extensions
|
|
Suggests: python-kerberos
|
|
BuildArch: noarch
|
|
%python_subpackages
|
|
|
|
%description
|
|
Python Atlassian REST API Wrapper
|
|
|
|
%prep
|
|
%autosetup -p1 -n atlassian_python_api-%{version}
|
|
|
|
%build
|
|
%pyproject_wheel
|
|
|
|
%install
|
|
%pyproject_install
|
|
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
|
|
|
%check
|
|
%pytest
|
|
|
|
%files %{python_files}
|
|
%doc README.rst
|
|
%license LICENSE
|
|
%{python_sitelib}/atlassian
|
|
%{python_sitelib}/atlassian_python_api-%{version}.dist-info
|
|
|
|
%changelog
|