diff --git a/jira-1.0.11.tar.gz b/jira-1.0.11.tar.gz deleted file mode 100644 index 6c8fb40..0000000 --- a/jira-1.0.11.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3c9e92779ad90daa09285f9f5172b5443042777a19f74146f10b99d1a7992c66 -size 152040 diff --git a/jira-1.0.15.tar.gz b/jira-1.0.15.tar.gz new file mode 100644 index 0000000..f560573 --- /dev/null +++ b/jira-1.0.15.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20108a1d5b0dd058d5d4e0047f2d09ee06aaa413b22ca4d5c249e86167417fe8 +size 95052 diff --git a/python-jira.changes b/python-jira.changes index 024f104..82e9371 100644 --- a/python-jira.changes +++ b/python-jira.changes @@ -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 diff --git a/python-jira.spec b/python-jira.spec index 0b8af14..f0fec0c 100644 --- a/python-jira.spec +++ b/python-jira.spec @@ -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}/*