forked from pool/python-atlassian-python-api
Compare commits
6 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| a516edfad5 | |||
| ca0efb81a2 | |||
| 3bd876a524 | |||
| f8cfa2c2ca | |||
| e19f6e5833 | |||
| 641ccc2b6c |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:10e51fc2bd2d13423d6e34b1534600366758a711fd4fd8b9cdc2de658bf327fa
|
||||
size 370048
|
||||
3
atlassian_python_api-4.0.7.tar.gz
Normal file
3
atlassian_python_api-4.0.7.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8d9cc6068b1d2a48eb434e22e57f6bbd918a47fac9e46b95b7a3cefb00fceacb
|
||||
size 271149
|
||||
@@ -1,3 +1,75 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 29 10:19:24 UTC 2025 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 4.0.7:
|
||||
* 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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 30 03:44:37 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
|
||||
- Update to 4.0.4:
|
||||
* Client: Remove use of six
|
||||
* Confluence: method attach_file() to not read() file content
|
||||
* Bitbucket: Pass header to request session creation and remove obsolete
|
||||
@Property in Bitbucket
|
||||
* Jira: Update Agile (Greenhopper) REST API URL handling
|
||||
* Fix typing issues for py<3.9
|
||||
* Fix 404 error when trying to download attachments from page
|
||||
* python2 removal
|
||||
* [Jira] fix paginated projects retrieving
|
||||
* [BitBucket] Add webhooks to Cloud
|
||||
* [JIRA] added new method get_issue_tree_recursive
|
||||
* [BitBucket] added new method get_groups
|
||||
* [JIRA] new method get_issue_status_changelog
|
||||
* [Confluence] added new endpoints for confluence whiteboards
|
||||
* [Jira] Make get_issue_changelog start and limit work
|
||||
* [Confluence] Expand parameter addition for get_draft_page_by_id
|
||||
* [Confluence] forward start and limit for getting attachments
|
||||
* [Jira] two new methods: download_attachments_from_issue and
|
||||
get_attachments_ids_from_issue
|
||||
* [Bitbucket] Split pull request activities url for Cloud and Server
|
||||
* Issue 1337: Bearer token on linux environment has new line character
|
||||
* [Rest] Support exponential backoff and retry
|
||||
* [Jira] new feature added scrap_regex_from_issue
|
||||
* [Assets] Add checker end point
|
||||
* create_object_navlist_iql method - changed parameter default values
|
||||
* [Bitbucket] Fixed Pull Requests Activities path
|
||||
* [Confluence] New method 'scrap_regex_from_page'
|
||||
* [Jira] Added get_version and move_version
|
||||
* Commit Object addition to Pull Requests
|
||||
* [Confluence] new method added get_tables_from_page
|
||||
* Download attachments from page
|
||||
* Add more Crowd functions
|
||||
* [confluence] documentation of token authentication
|
||||
* add remove_space_permission
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 13 15:53:59 UTC 2025 - Markéta Machová <mmachova@suse.com>
|
||||
|
||||
- Convert to pip-based build
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 15 12:54:54 UTC 2023 - pgajdos@suse.com
|
||||
|
||||
@@ -230,7 +302,7 @@ Tue Nov 10 04:22:12 UTC 2020 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
* add more docs
|
||||
* Cleanup rest-client
|
||||
* Review methods
|
||||
* Bugfixes
|
||||
* Bugfixes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 11 02:34:29 UTC 2020 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
@@ -239,7 +311,7 @@ Fri Sep 11 02:34:29 UTC 2020 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
* [RestClient] Cleanup base class and fix init order in derived class
|
||||
* Add review remark -> add *args.
|
||||
* Jira: add create project method
|
||||
* Migrate header variable into rest client
|
||||
* Migrate header variable into rest client
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 25 02:57:27 UTC 2020 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-atlassian-python-api
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# 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
|
||||
@@ -17,29 +17,34 @@
|
||||
|
||||
|
||||
Name: python-atlassian-python-api
|
||||
Version: 3.41.4
|
||||
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
|
||||
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 six}
|
||||
BuildRequires: %{python_module typing_extensions}
|
||||
BuildRequires: %{python_module wheel}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
Requires: python-beautifulsoup4
|
||||
Requires: python-deprecated
|
||||
Requires: python-kerberos
|
||||
Requires: python-jmespath
|
||||
Requires: python-oauthlib
|
||||
Requires: python-requests
|
||||
Requires: python-requests-oauthlib
|
||||
Requires: python-six
|
||||
Requires: python-typing_extensions
|
||||
Suggests: python-kerberos
|
||||
BuildArch: noarch
|
||||
%python_subpackages
|
||||
@@ -48,13 +53,13 @@ BuildArch: noarch
|
||||
Python Atlassian REST API Wrapper
|
||||
|
||||
%prep
|
||||
%autosetup -p1 -n atlassian-python-api-%{version}
|
||||
%autosetup -p1 -n atlassian_python_api-%{version}
|
||||
|
||||
%build
|
||||
%python_build
|
||||
%pyproject_wheel
|
||||
|
||||
%install
|
||||
%python_install
|
||||
%pyproject_install
|
||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||
|
||||
%check
|
||||
@@ -64,6 +69,6 @@ Python Atlassian REST API Wrapper
|
||||
%doc README.rst
|
||||
%license LICENSE
|
||||
%{python_sitelib}/atlassian
|
||||
%{python_sitelib}/atlassian_python_api*-info
|
||||
%{python_sitelib}/atlassian_python_api-%{version}.dist-info
|
||||
|
||||
%changelog
|
||||
|
||||
Reference in New Issue
Block a user