forked from pool/python-jira
* 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
157 lines
5.9 KiB
Plaintext
157 lines
5.9 KiB
Plaintext
-------------------------------------------------------------------
|
|
Sat Jun 4 18:05:47 UTC 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 03:56:35 UTC 2022 - Steve Kowalik <steven.kowalik@suse.com>
|
|
|
|
- Add missing Requires on keyring.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Dec 10 19:12:15 UTC 2021 - Matej Cepl <mcepl@suse.com>
|
|
|
|
- Explain, we don't have test suite running.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Dec 10 08:34:26 UTC 2021 - pgajdos@suse.com
|
|
|
|
- version update to 3.1.1
|
|
* lot of changes, see
|
|
https://github.com/pycontribs/jira/releases
|
|
|
|
-------------------------------------------------------------------
|
|
Mon May 25 10:59:32 UTC 2020 - Petr Gajdos <pgajdos@suse.com>
|
|
|
|
- %python3_only -> %python_alternative
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Dec 20 18:38:38 UTC 2018 - astieger@suse.com
|
|
|
|
- add missing run-time dependency on python-pbr boo#1120127
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Dec 6 15:47:15 UTC 2018 - Thomas Bechtold <tbechtold@suse.com>
|
|
|
|
- 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 4 12:49:31 UTC 2018 - Matej Cepl <mcepl@suse.com>
|
|
|
|
- Remove superfluous devel dependency for noarch package
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Apr 25 10:16:31 UTC 2018 - tbechtold@suse.com
|
|
|
|
- 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
|
|
* Allow through TRAVIS Environment Variables
|
|
* Add worklog to transition\_issue()
|
|
* Fixing move\_to\_backlog()
|
|
* Fix bug
|
|
* [client] Support JIRA.close()
|
|
* add add\_user to role resource
|
|
* added .idea/codeStyleSettings.xml to repo
|
|
* contributing.rst: Update JIRA community link
|
|
* contributing.rst: Remove reference to BitBucket
|
|
* Include changelog in description
|
|
* Move requirements extras to setup.cfg
|
|
* #361 Made ipython a direct dependency
|
|
* build logic and code cleanup
|
|
* Fixed github deploy credentials
|
|
* linting fixes
|
|
* Forcing a rebuild
|
|
* Pass integer ids when creating customer requests
|
|
* Skip Service Desk tests on instances that don't support it
|
|
* Pass ids when creating a customer request
|
|
* Create Service Desk project during testing if it is missing
|
|
* Add a test for create\_customer\_request
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Feb 13 15:19:31 UTC 2018 - tbechtold@suse.com
|
|
|
|
- Initial packaging (version 1.0.11)
|