From 5ffc3b14863ff477e56eca4e8685eda881e7f47baa8a337b06ecacd7b7ce94b9 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Tue, 4 Dec 2018 13:35:27 +0000 Subject: [PATCH 1/2] Remove superfluous devel dependency for noarch package OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jira?expand=0&rev=5 --- python-jira.changes | 5 +++++ python-jira.spec | 3 +-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/python-jira.changes b/python-jira.changes index 82e9371..cd83149 100644 --- a/python-jira.changes +++ b/python-jira.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Dec 4 12:49:31 UTC 2018 - Matej Cepl + +- Remove superfluous devel dependency for noarch package + ------------------------------------------------------------------- Wed Apr 25 10:16:31 UTC 2018 - tbechtold@suse.com diff --git a/python-jira.spec b/python-jira.spec index f0fec0c..d9a21a0 100644 --- a/python-jira.spec +++ b/python-jira.spec @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -26,7 +26,6 @@ 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} BuildRequires: %{python_module setuptools} From 76b8c949762637c254837b31e356af2ca949d99ee727ca01ff2694cf73caec11 Mon Sep 17 00:00:00 2001 From: Thomas Bechtold Date: Thu, 6 Dec 2018 15:50:45 +0000 Subject: [PATCH 2/2] - 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 --- jira-1.0.15.tar.gz | 3 --- jira-2.0.0.tar.gz | 3 +++ python-jira.changes | 51 +++++++++++++++++++++++++++++++++++++++++++++ python-jira.spec | 3 ++- 4 files changed, 56 insertions(+), 4 deletions(-) delete mode 100644 jira-1.0.15.tar.gz create mode 100644 jira-2.0.0.tar.gz diff --git a/jira-1.0.15.tar.gz b/jira-1.0.15.tar.gz deleted file mode 100644 index f560573..0000000 --- a/jira-1.0.15.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:20108a1d5b0dd058d5d4e0047f2d09ee06aaa413b22ca4d5c249e86167417fe8 -size 95052 diff --git a/jira-2.0.0.tar.gz b/jira-2.0.0.tar.gz new file mode 100644 index 0000000..ebf561a --- /dev/null +++ b/jira-2.0.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2a94adff98e45b29ded030adc76103eab34fa7d4d57303f211f572bedba0e93 +size 95561 diff --git a/python-jira.changes b/python-jira.changes index cd83149..d2a503a 100644 --- a/python-jira.changes +++ b/python-jira.changes @@ -1,3 +1,54 @@ +------------------------------------------------------------------- +Thu Dec 6 15:47:15 UTC 2018 - Thomas Bechtold + +- 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 diff --git a/python-jira.spec b/python-jira.spec index d9a21a0..ab71030 100644 --- a/python-jira.spec +++ b/python-jira.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-jira -Version: 1.0.15 +Version: 2.0.0 Release: 0 Summary: Python library for interacting with JIRA via REST APIs License: BSD-3-Clause @@ -32,6 +32,7 @@ BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-defusedxml +Requires: python-oauthlib Requires: python-requests >= 2.10.0 Requires: python-requests-oauthlib >= 0.6.1 Requires: python-requests-toolbelt