forked from pool/python-jira
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
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3c9e92779ad90daa09285f9f5172b5443042777a19f74146f10b99d1a7992c66
|
||||
size 152040
|
||||
3
jira-1.0.15.tar.gz
Normal file
3
jira-1.0.15.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:20108a1d5b0dd058d5d4e0047f2d09ee06aaa413b22ca4d5c249e86167417fe8
|
||||
size 95052
|
||||
@@ -1,3 +1,58 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
|
||||
@@ -18,13 +18,14 @@
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-jira
|
||||
Version: 1.0.11
|
||||
Version: 1.0.15
|
||||
Release: 0
|
||||
Summary: Python library for interacting with JIRA via REST APIs
|
||||
License: BSD-3-Clause
|
||||
Group: Development/Languages/Python
|
||||
Url: https://github.com/pycontribs/jira
|
||||
Source: https://files.pythonhosted.org/packages/source/j/jira/jira-%{version}.tar.gz
|
||||
BuildRequires: %{python_module Sphinx}
|
||||
BuildRequires: %{python_module devel}
|
||||
BuildRequires: %{python_module pbr >= 3.0.0}
|
||||
BuildRequires: %{python_module pytest-runner}
|
||||
@@ -57,7 +58,8 @@ export LANG=en_US.UTF-8
|
||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||
|
||||
%files %{python_files}
|
||||
%doc AUTHORS AUTHORS.rst ChangeLog LICENSE README.rst
|
||||
%doc AUTHORS ChangeLog README.rst
|
||||
%license LICENSE
|
||||
%python3_only %{_bindir}/jirashell
|
||||
%{python_sitelib}/*
|
||||
|
||||
|
||||
Reference in New Issue
Block a user