Commit Graph

30 Commits

Author SHA256 Message Date
93b99acc17 Accepting request 1164275 from devel:languages:python
- 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

OBS-URL: https://build.opensuse.org/request/show/1164275
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jira?expand=0&rev=14
2024-04-03 15:20:48 +00:00
c11dc7f28d - 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jira?expand=0&rev=27
2024-04-03 07:25:47 +00:00
34b373b27e Accepting request 1160942 from devel:languages:python
- add Pillow dependency

OBS-URL: https://build.opensuse.org/request/show/1160942
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jira?expand=0&rev=13
2024-03-25 20:08:53 +00:00
61b52aa535 - add Pillow dependency
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jira?expand=0&rev=25
2024-03-23 12:18:25 +00:00
ed248294a6 Accepting request 1138492 from devel:languages:python
- 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

OBS-URL: https://build.opensuse.org/request/show/1138492
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jira?expand=0&rev=12
2024-01-15 21:15:44 +00:00
333f56592f - 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jira?expand=0&rev=23
2024-01-13 20:24:39 +00:00
5996043284 Accepting request 1131706 from devel:languages:python
- 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

  * 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
  * 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
- Add missing Requires on keyring.

OBS-URL: https://build.opensuse.org/request/show/1131706
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jira?expand=0&rev=11
2023-12-08 21:31:51 +00:00
6b6b62c5b5 - 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
  * 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
  * 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
- Add missing Requires on keyring.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jira?expand=0&rev=21
2023-12-07 21:54:51 +00:00
d5535a9271 Accepting request 1090426 from devel:languages:python
- 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.

OBS-URL: https://build.opensuse.org/request/show/1090426
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jira?expand=0&rev=10
2023-06-02 22:07:32 +00:00
6e7dd85e2e - 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.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jira?expand=0&rev=19
2023-06-02 06:07:33 +00:00
27103e2aa6 Accepting request 1084219 from devel:languages:python
- 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

OBS-URL: https://build.opensuse.org/request/show/1084219
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jira?expand=0&rev=9
2023-05-03 10:57:51 +00:00
d53c4ff81b - 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jira?expand=0&rev=17
2023-05-03 09:02:32 +00:00
758f90f73b Accepting request 980788 from devel:languages:python
- 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

OBS-URL: https://build.opensuse.org/request/show/980788
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jira?expand=0&rev=8
2022-06-04 21:27:31 +00:00
a71581620e - 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jira?expand=0&rev=15
2022-06-04 18:07:18 +00:00
a6ceb13174 Accepting request 950065 from devel:languages:python
- Add missing Requires on keyring.

OBS-URL: https://build.opensuse.org/request/show/950065
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jira?expand=0&rev=7
2022-01-31 21:57:11 +00:00
73527dd856 - Add missing Requires on keyring.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jira?expand=0&rev=14
2022-01-31 03:57:11 +00:00
cd2d863d9b Accepting request 939446 from devel:languages:python
- Explain, we don't have test suite running.

- version update to 3.1.1
  * lot of changes, see
    https://github.com/pycontribs/jira/releases

OBS-URL: https://build.opensuse.org/request/show/939446
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jira?expand=0&rev=6
2021-12-10 20:53:04 +00:00
7f5379d0c8 - Explain, we don't have test suite running.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jira?expand=0&rev=13
2021-12-10 19:12:22 +00:00
6798a71467 Accepting request 939026 from home:pgajdos:python
- version update to 3.1.1
  * lot of changes, see
    https://github.com/pycontribs/jira/releases

OBS-URL: https://build.opensuse.org/request/show/939026
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jira?expand=0&rev=12
2021-12-10 18:50:00 +00:00
7f72d87575 Accepting request 808781 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/808781
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jira?expand=0&rev=5
2020-05-26 15:49:07 +00:00
Tomáš Chvátal
11b11a8167 Accepting request 808765 from home:pgajdos:python
submit

OBS-URL: https://build.opensuse.org/request/show/808765
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jira?expand=0&rev=10
2020-05-25 13:31:38 +00:00
19c6edcccb Accepting request 660481 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/660481
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jira?expand=0&rev=4
2018-12-24 10:47:00 +00:00
6b598a5f29 Accepting request 660359 from home:AndreasStieger:branches:devel:languages:python
- add missing run-time dependency on python-pbr boo#1120127

OBS-URL: https://build.opensuse.org/request/show/660359
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jira?expand=0&rev=8
2018-12-21 08:53:46 +00:00
62ca9a37b0 Accepting request 655762 from devel:languages:python
- 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

OBS-URL: https://build.opensuse.org/request/show/655762
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jira?expand=0&rev=3
2018-12-07 13:37:21 +00:00
76b8c94976 - 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jira?expand=0&rev=6
2018-12-06 15:50:45 +00:00
5ffc3b1486 Remove superfluous devel dependency for noarch package
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jira?expand=0&rev=5
2018-12-04 13:35:27 +00:00
02d2702db3 Accepting request 600976 from devel:languages:python
- update to 1.0.15:
  * Added applicationKeys parameter to add\_user (#549)
  * travis: assure prereleases are build only on master
  * Install tox-travis before using tox in the build
  * Corrected coverage execution
  * Add async support to fetch pages (#540)
  * Add support for custom session cookies to JIRA (#460)
  * Avoids AttributeError on Jira Error handling
  * travis: use service account for pypi
  * merge fixes develop branch
  * travis: pypi upload fixes
  * Implement cookie based authentication
  * gitignore: correct amps pattern fix
  * docs: replace issues shield badge
  * docs: build fixes
  * Fix README.rst images
  * Fix setup.cfg: UnicodeDecodeError
  * Add pbr >= 3.0.0 as a module dependency
  * Fix build scripts
  * jirashell: Import InteractiveShellEmbed depending on IPython version
  * Make OPTIONAL default and allowed value of mutual\_authentication
  * Add testing section to contributions
  * Update Contribution Guidlines to be more explicit
  * Place imports on separate lines
  * Touch ChangeLog To Fix PR Checks
  * Fix Continuous Integration Testing
  * Make Kerberos option mutual\_authentication configurable
  * Accept custom authentication URL
  * fixed linting errors
  * Update client.py

OBS-URL: https://build.opensuse.org/request/show/600976
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jira?expand=0&rev=2
2018-05-08 11:36:52 +00:00
6f59fe0cf0 - update to 1.0.15:
* Added applicationKeys parameter to add\_user (#549)
  * travis: assure prereleases are build only on master
  * Install tox-travis before using tox in the build
  * Corrected coverage execution
  * Add async support to fetch pages (#540)
  * Add support for custom session cookies to JIRA (#460)
  * Avoids AttributeError on Jira Error handling
  * travis: use service account for pypi
  * merge fixes develop branch
  * travis: pypi upload fixes
  * Implement cookie based authentication
  * gitignore: correct amps pattern fix
  * docs: replace issues shield badge
  * docs: build fixes
  * Fix README.rst images
  * Fix setup.cfg: UnicodeDecodeError
  * Add pbr >= 3.0.0 as a module dependency
  * Fix build scripts
  * jirashell: Import InteractiveShellEmbed depending on IPython version
  * Make OPTIONAL default and allowed value of mutual\_authentication
  * Add testing section to contributions
  * Update Contribution Guidlines to be more explicit
  * Place imports on separate lines
  * Touch ChangeLog To Fix PR Checks
  * Fix Continuous Integration Testing
  * Make Kerberos option mutual\_authentication configurable
  * Accept custom authentication URL
  * fixed linting errors
  * Update client.py

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jira?expand=0&rev=3
2018-04-25 10:20:14 +00:00
1ce655ac1d Accepting request 576317 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/576317
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jira?expand=0&rev=1
2018-02-14 09:52:04 +00:00
dd5f4ff52b - Initial packaging (version 1.0.11)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jira?expand=0&rev=1
2018-02-13 15:27:36 +00:00