Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python311-jira-3.10.5-1.1 RPM for noarch

From OpenSuSE Tumbleweed for noarch

Name: python311-jira Distribution: openSUSE Tumbleweed
Version: 3.10.5 Vendor: openSUSE
Release: 1.1 Build date: Mon Sep 29 13:39:11 2025
Group: Unspecified Build host: reproducible
Size: 986071 Source RPM: python-jira-3.10.5-1.1.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/pycontribs/jira
Summary: Python library for interacting with JIRA via REST APIs
This library eases the use of the JIRA REST API from Python.

Provides

Requires

License

BSD-3-Clause

Changelog

* Mon Sep 29 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 2025 Lubos Kocman <lubos.kocman@suse.com>
  - Packaging sanity
    * Use libalternatives on > 1500
    * Add sle15_python_module_pythons
* Wed Apr 03 2024 Dirk Müller <dmueller@suse.com>
  - update to 3.8.0:
    * Add goal field to update/create sprint (#1806) @zbarahal
    * add backward compatibility for createmeta_issuetypes &
      createmeta_fieldtypes (#1838) @paminov
  - update to 3.7.0:
    * add Release Process doc
    * Improve handling of Jira's retry-after handling
    * ISSUE-1836: Add `Dashboard` Support
    * Update createmeta warning with new method names
* Sat Mar 23 2024 Dirk Müller <dmueller@suse.com>
  - add Pillow dependency
* Sat Jan 13 2024 Dirk Müller <dmueller@suse.com>
  - update to 3.6.0:
    * Replace imghdr with Pillow's PIL
    * Use user_id when adding watcher
    * Fix docs building
    * gha: use pip caching from setup-python
    * #1435 - recommend installing jira[cli] to get jirashell deps
    * support pagination in createmeta methods
    * Issue Field and Issue Type object based methods
    * fix: small fix for dev docker
    * Added warning log if issue link type not present
* Thu Dec 07 2023 Dirk Müller <dmueller@suse.com>
  - update to 3.5.2:
    * This hotfix targets the OAuth1 related regression in #1677
    * Add rich text example to docs (#1681) @ABizzinotto
    * implement SHA fallback behaviour (#1678) @adehad
    * Update `create_project()` docstring (#1676) @ABizzinotto
    * Allow the user to override the default signature method
      (#1664) @Governa
* Fri Jun 02 2023 Steve Kowalik <steven.kowalik@suse.com>
  - Update to 3.5.1:
    * Update the type for issue in add_comment & transition_issue for better
      type hints (#1580) @dvaerum
    * Switch from SIGNATURE_RSA to SIGNATURE_HMAC_SHA1 (#1643) @traylenator
    * fix verify not sent with request (#1573) (#1631) @jongracecox
  - Add setuptools_scm to BuildRequires, so the version number is detected,
    and to better catch this, stop using overly greedy globbing in %files.
  - Remove Requires on python-pbr.
* Wed May 03 2023 Dirk Müller <dmueller@suse.com>
  - update to 3.5.0:
    * [feature] Add support for requests timeout
    * Add projectstatuses method to get project statuses (missing
      endpoint)
    * Get the properties when fetching an Issue
    * Support for the new 'createmeta' API in Jira 8.4+
    * Make `create_issue_link` work with issue_link-objects
    * [feature] Add support for requests timeout
    * Made create_issue and create_issues consistent to handle
      multiple issue types with same name
    * KeyError: "X-RateLimit-FillRate" fix
    * Properly parse errorMessage key in error response
    * Use proper SPDX identifier
    * Remove setup.py and tidy build scripts
    * add required parameter field 'permissions' to my_permissions
      method
    * Avoid always passing on an empty body even if not given
    * Add support for IssueProperty resource
    * Add project arg to `.issue_type_by_name()`
    * fix `.add_issues_to_epic()`
    * Fix using str as issue type with `.create_issue()` when issue
      type with that name exists in many projects
    * allow filter updates when no description returned by Jira
    * Fix bug preventing use of an int for issuetype in
      `create_issue()`
    * derive attachment fname from BufferedReader object
    * [Regression] ensure `None` is handled correctly in
      `search_issues()`
    * Raise `JIRAError` when no user found
    * Add client route for deleting remote links by global (and
      internal) id
    * improve explanation of exception when two sprints with the
      same name are found
    * extend the examples with a more thorough example for getting
      attachments from a specific comment
    * Configurable batch size for `JIRA._fetch_pages()` and
      dependant methods
    * tidy ResilientSession implementation
    * Add notify to comment
    * As the keyring dependency is only used by jirashell, have it
      be part of the cli extras requirement.
    * Handle #925 rate limit error
    * updated `jira.search_issues` default behaviour to include all
      fields
    * use importlib.metadata instead of pkg_resources
    * Drop py36 py37 add py310
    * improve explanation of exception when two sprints with the
      same name are found
    * Remove GreenHopper Resource and fix Agile tests
* Sat Jun 04 2022 Dirk Müller <dmueller@suse.com>
  - update to 3.2.0:
    * Additional scheme endpoints for projects
    * Add subscriptable support for PropertyHolder
    * Fixing type hint to match documentation for move_to_backlog
    * improve ResultList types
    * Allow verify option as path to cert in config
    * Bugfixes
    * Locate the exact user by key if there are multiple users returned from query
    * Fixing type hint to match documentation for move_to_backlog
    * Avoid printing parsed json response
* Mon Jan 31 2022 Steve Kowalik <steven.kowalik@suse.com>
  - Add missing Requires on keyring.

Files

/usr/bin/jirashell
/usr/bin/jirashell-3.11
/usr/lib/python3.11/site-packages/jira
/usr/lib/python3.11/site-packages/jira-3.10.5.dist-info
/usr/lib/python3.11/site-packages/jira-3.10.5.dist-info/INSTALLER
/usr/lib/python3.11/site-packages/jira-3.10.5.dist-info/METADATA
/usr/lib/python3.11/site-packages/jira-3.10.5.dist-info/RECORD
/usr/lib/python3.11/site-packages/jira-3.10.5.dist-info/REQUESTED
/usr/lib/python3.11/site-packages/jira-3.10.5.dist-info/WHEEL
/usr/lib/python3.11/site-packages/jira-3.10.5.dist-info/entry_points.txt
/usr/lib/python3.11/site-packages/jira-3.10.5.dist-info/licenses
/usr/lib/python3.11/site-packages/jira-3.10.5.dist-info/licenses/AUTHORS.rst
/usr/lib/python3.11/site-packages/jira-3.10.5.dist-info/licenses/LICENSE
/usr/lib/python3.11/site-packages/jira-3.10.5.dist-info/top_level.txt
/usr/lib/python3.11/site-packages/jira/__init__.py
/usr/lib/python3.11/site-packages/jira/__pycache__
/usr/lib/python3.11/site-packages/jira/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/jira/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/jira/__pycache__/client.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/jira/__pycache__/client.cpython-311.pyc
/usr/lib/python3.11/site-packages/jira/__pycache__/config.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/jira/__pycache__/config.cpython-311.pyc
/usr/lib/python3.11/site-packages/jira/__pycache__/exceptions.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/jira/__pycache__/exceptions.cpython-311.pyc
/usr/lib/python3.11/site-packages/jira/__pycache__/jirashell.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/jira/__pycache__/jirashell.cpython-311.pyc
/usr/lib/python3.11/site-packages/jira/__pycache__/resilientsession.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/jira/__pycache__/resilientsession.cpython-311.pyc
/usr/lib/python3.11/site-packages/jira/__pycache__/resources.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/jira/__pycache__/resources.cpython-311.pyc
/usr/lib/python3.11/site-packages/jira/client.py
/usr/lib/python3.11/site-packages/jira/config.py
/usr/lib/python3.11/site-packages/jira/exceptions.py
/usr/lib/python3.11/site-packages/jira/jirashell.py
/usr/lib/python3.11/site-packages/jira/py.typed
/usr/lib/python3.11/site-packages/jira/resilientsession.py
/usr/lib/python3.11/site-packages/jira/resources.py
/usr/lib/python3.11/site-packages/jira/utils
/usr/lib/python3.11/site-packages/jira/utils/LICENSE
/usr/lib/python3.11/site-packages/jira/utils/__init__.py
/usr/lib/python3.11/site-packages/jira/utils/__pycache__
/usr/lib/python3.11/site-packages/jira/utils/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/jira/utils/__pycache__/__init__.cpython-311.pyc
/usr/share/doc/packages/python311-jira
/usr/share/doc/packages/python311-jira/AUTHORS.rst
/usr/share/doc/packages/python311-jira/README.rst
/usr/share/libalternatives/jirashell
/usr/share/libalternatives/jirashell/311.conf
/usr/share/licenses/python311-jira
/usr/share/licenses/python311-jira/LICENSE


Generated by rpm2html 1.8.1

Fabrice Bellet, Wed Oct 8 22:30:50 2025