SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for python39-jira-3.5.1-21.3.noarch.rpm :

* Fri Jun 02 2023 Steve Kowalik - Update to 3.5.1:
* Update the type for issue in add_comment & transition_issue for better type hints (#1580) AATTdvaerum
* Switch from SIGNATURE_RSA to SIGNATURE_HMAC_SHA1 (#1643) AATTtraylenator
* fix verify not sent with request (#1573) (#1631) AATTjongracecox- 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 - 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 - 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 - Add missing Requires on keyring.
* Fri Dec 10 2021 Matej Cepl - Explain, we don\'t have test suite running.
* Fri Dec 10 2021 pgajdosAATTsuse.com- version update to 3.1.1
* lot of changes, see https://github.com/pycontribs/jira/releases
* Mon May 25 2020 Petr Gajdos - %python3_only -> %python_alternative
* Thu Dec 20 2018 astiegerAATTsuse.com- add missing run-time dependency on python-pbr boo#1120127
* Thu Dec 06 2018 Thomas Bechtold - update to 2.0.0:
* fix pypi classifiers (#634)
* ResultList class to support the iterator interface
* Async improvement: Allow setting the number of worker threads for JIRA.\\_fetch\\_pages
* Add Group resource
* Changed fields type checks into single if/elif block following PR feedback
* Create copy of fields list in JIRA.search\\_issues to prevent mutating the original list
* update pyyaml dependency
* build: cleanup
* Update Travis badge to travis.com
* avoid pycrypto dependency
* travis: fix deploy
* build: chore
* travis: publish workaround
* group\\_members should return sorted user keys (#611)
* api: py37 support and rename async to async\\_ (#604)
* Fix spelling error
* Passthrough states as a csv string
* Remove the email\\_user method as it is obsolete
* Remove support for renaming users in Jira versions less than 6.0.0
* travis: remove test pypi server
* travis fixes (#608)
* fix travis
* Update README.rst
* Update README to reflect branch model
* travis fixes
* Adopt pre-commit hooks
* Add Bug and Feature Request Templates
* Fix cspell problems
* remove ordereddict requirement
* enabled cspell check
* Enable Attachment Test
* Add posargs to tox.ini
* Add Test for delete\\_component
* add a function that can delete component by id
* added per dbaxa recommendations in PR #440
* Add Linux compatibility to Makefile
* decrease maximum version for external argparse
* Missing package on setting up Sphinx
* Fixes add\\_worklog started time
* Update docs of assign\\_issue()
* Updated docs of add\\_issues\\_to\\_sprint()
* Added documentation of Issue class
* Updated doc string of search\\_issue()
* Updated doc string of sprint()
* Remove flake8 exceptions
* Updated doc\'s types for sprints()
* Tue Dec 04 2018 Matej Cepl - Remove superfluous devel dependency for noarch package
 
ICM