15
0
forked from pool/python-jira

- 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
This commit is contained in:
2018-04-25 10:20:14 +00:00
committed by Git OBS Bridge
parent 1ce655ac1d
commit 6f59fe0cf0
4 changed files with 62 additions and 5 deletions

View File

@@ -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}/*