forked from pool/python-jira
Compare commits
4 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 8958d3c1d9 | |||
| 6500bdef05 | |||
| 8e8041ee48 | |||
| 199c2ac5b1 |
3
jira-3.10.5.tar.gz
Normal file
3
jira-3.10.5.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:2d09ae3bf4741a2787dd889dfea5926a5d509aac3b28ab3b98c098709e6ee72d
|
||||||
|
size 105870
|
||||||
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:63719c529a570aaa01c3373dbb5a104dab70381c5be447f6c27f997302fa335a
|
|
||||||
size 102927
|
|
||||||
@@ -1,3 +1,108 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Sep 29 11:39:11 UTC 2025 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to 3.10.5:
|
||||||
|
* Cleanup after release problems
|
||||||
|
- update to 3.10.4:
|
||||||
|
* fix: add write permission for contents in release.yml (#2359)
|
||||||
|
- update to 3.10.3:
|
||||||
|
* fix: update environment name for PyPI publishing in
|
||||||
|
release.yml
|
||||||
|
- update to 3.10.2:
|
||||||
|
* fix: remove unused password input from PyPI publish action in
|
||||||
|
release (#2357) @studioj
|
||||||
|
- update to 3.10.1:
|
||||||
|
* fix: fixes #2346 fields input argument for search should not
|
||||||
|
change behaviour (#2347) @studioj
|
||||||
|
- update to 3.10.0:
|
||||||
|
* Bump codecov/codecov-action from 4 to 5
|
||||||
|
* Add enhanced_search_issues API for Jira Cloud using new
|
||||||
|
search/jql endpoint
|
||||||
|
* Fix docstring for Issue_delete() method
|
||||||
|
* Bump coactions/dynamic-matrix from 3 to 4
|
||||||
|
* Add missing pip test dependency
|
||||||
|
* Remove support for python 3.9
|
||||||
|
* Update linters
|
||||||
|
* GHA Maintenance
|
||||||
|
* Don't add empty json from default dictionary to GET payloads
|
||||||
|
to avoid 403 from jira API.
|
||||||
|
* Fix docs for `myself`
|
||||||
|
* Handle when jira is behind a proxy
|
||||||
|
* Expand comments method to include all available API options
|
||||||
|
* Allow users to search issues without retrieving fields
|
||||||
|
* Logging=False is not honored in _create_oauth_session #1777
|
||||||
|
* fix client timeout argument description
|
||||||
|
* Fix CI GitHub Action Workflow
|
||||||
|
* Fix tox config to create local Jira user for tests
|
||||||
|
- update to 3.9.4:
|
||||||
|
* migrate setup.cfg to pyproject.toml
|
||||||
|
* removing BountySource from readme
|
||||||
|
* Adopt tox workflow using coactions/dynamic-matrix
|
||||||
|
* Fix docs jobs
|
||||||
|
* Remove support for py38 and enable py312 testing
|
||||||
|
* fix(parse-errors): ensure if block execution
|
||||||
|
* Remove pillow as a dependency
|
||||||
|
* Add pin/unpin & pinned_comments
|
||||||
|
* Provide overload type hints for search_issues variants
|
||||||
|
* fix CI
|
||||||
|
* fix: Wrong tox env for packaging after rename in 39d89ef2 by
|
||||||
|
@studioj and @wulmer in
|
||||||
|
https://github.com/pycontribs/jira/pull/1924
|
||||||
|
* fix: release.yml
|
||||||
|
* debug: run a verbose test pypi release to see the errors
|
||||||
|
- update to 3.9.3:
|
||||||
|
* migrate setup.cfg to pyproject.toml
|
||||||
|
* bump deps
|
||||||
|
* removing BountySource from readme
|
||||||
|
* Fix several bugs reported by linters
|
||||||
|
* Adopt tox workflow using coactions/dynamic-matrix
|
||||||
|
* Fix docs jobs
|
||||||
|
* Remove support for py38 and enable py312 testing
|
||||||
|
* [pre-commit.ci] pre-commit autoupdate
|
||||||
|
* fix(parse-errors): ensure if block execution
|
||||||
|
* Remove pillow as a dependency
|
||||||
|
* Add pin/unpin & pinned_comments
|
||||||
|
* Provide overload type hints for search_issues variants
|
||||||
|
* fix: Wrong tox env for packaging after rename in 39d89ef2 by
|
||||||
|
@studioj and @wulmer in
|
||||||
|
https://github.com/pycontribs/jira/pull/1924
|
||||||
|
* fix: release.yml
|
||||||
|
- update to 3.9.2:
|
||||||
|
* fix: Wrong tox env for packaging after rename in 39d89ef2
|
||||||
|
* removing BountySource from readme
|
||||||
|
* Fix several bugs reported by linters
|
||||||
|
* Adopt tox workflow using coactions/dynamic-matrix
|
||||||
|
* Fix docs jobs
|
||||||
|
* Remove support for py38 and enable py312 testing
|
||||||
|
* fix(parse-errors): ensure if block execution
|
||||||
|
* Remove pillow as a dependency
|
||||||
|
* Add pin/unpin & pinned_comments
|
||||||
|
* Provide overload type hints for search_issues variants
|
||||||
|
* change the branch of the pypi publisher release
|
||||||
|
* fix: Wrong tox env for packaging after rename in 39d89ef2 by
|
||||||
|
@studioj and @wulmer in
|
||||||
|
- update to 3.9.1:
|
||||||
|
* change the branch of the pypi publisher release (#1909)
|
||||||
|
* Remove support for py38 and enable py312 testing (#1886)
|
||||||
|
- update to 3.9.0:
|
||||||
|
* Remove support for py38 and enable py312 testing (#1886)
|
||||||
|
* Add pin/unpin & pinned_comments (#1888) @marci4
|
||||||
|
* migrate setup.cfg to pyproject.toml (#1776) @deronnax
|
||||||
|
* Remove pillow as a dependency (#1891) @ssbarnea
|
||||||
|
* fix(parse-errors): ensure if block execution (#1854) @kmosti
|
||||||
|
* Fix docs jobs (#1884) @ssbarnea
|
||||||
|
* Adopt tox workflow using coactions/dynamic-matrix (#1883)
|
||||||
|
@ssbarnea
|
||||||
|
* Fix several bugs reported by linters (#1882) @ssbarnea
|
||||||
|
* Provide overload type hints for search_issues variants
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jun 11 20:43:07 UTC 2025 - Lubos Kocman <lubos.kocman@suse.com>
|
||||||
|
|
||||||
|
- Packaging sanity
|
||||||
|
* Use libalternatives on > 1500
|
||||||
|
* Add sle15_python_module_pythons
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Apr 3 07:24:10 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
Wed Apr 3 07:24:10 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-jira
|
# spec file for package python-jira
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 SUSE LLC
|
# Copyright (c) 2025 SUSE LLC and contributors
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -16,8 +16,14 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
|
%if 0%{?suse_version} > 1500
|
||||||
|
%bcond_without libalternatives
|
||||||
|
%else
|
||||||
|
%bcond_with libalternatives
|
||||||
|
%endif
|
||||||
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-jira
|
Name: python-jira
|
||||||
Version: 3.8.0
|
Version: 3.10.5
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Python library for interacting with JIRA via REST APIs
|
Summary: Python library for interacting with JIRA via REST APIs
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
@@ -41,14 +47,22 @@ Requires: python-requests >= 2.10.0
|
|||||||
Requires: python-requests-oauthlib >= 0.6.1
|
Requires: python-requests-oauthlib >= 0.6.1
|
||||||
Requires: python-requests-toolbelt
|
Requires: python-requests-toolbelt
|
||||||
Requires: python-typing_extensions >= 3.7.4.2
|
Requires: python-typing_extensions >= 3.7.4.2
|
||||||
|
%if %{with libalternatives}
|
||||||
|
Requires: alts
|
||||||
|
BuildRequires: alts
|
||||||
|
%else
|
||||||
Requires(post): update-alternatives
|
Requires(post): update-alternatives
|
||||||
Requires(postun): update-alternatives
|
Requires(postun): update-alternatives
|
||||||
|
%endif
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This library eases the use of the JIRA REST API from Python.
|
This library eases the use of the JIRA REST API from Python.
|
||||||
|
|
||||||
|
%pre
|
||||||
|
%python_libalternatives_reset_alternative jirashell
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n jira-%{version}
|
%setup -q -n jira-%{version}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user