Hello community,

here is the log from the commit of package python-jira for openSUSE:Factory 
checked in at 2018-12-07 14:37:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-jira (Old)
 and      /work/SRC/openSUSE:Factory/.python-jira.new.19453 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-jira"

Fri Dec  7 14:37:21 2018 rev:3 rq:655762 version:2.0.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-jira/python-jira.changes  2018-05-08 
13:36:54.090502614 +0200
+++ /work/SRC/openSUSE:Factory/.python-jira.new.19453/python-jira.changes       
2018-12-07 14:37:22.402924444 +0100
@@ -1,0 +2,56 @@
+Thu Dec  6 15:47:15 UTC 2018 - Thomas Bechtold <[email protected]>
+
+- 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 <[email protected]>
+
+- Remove superfluous devel dependency for noarch package
+
+-------------------------------------------------------------------

Old:
----
  jira-1.0.15.tar.gz

New:
----
  jira-2.0.0.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-jira.spec ++++++
--- /var/tmp/diff_new_pack.B1UHF4/_old  2018-12-07 14:37:24.274922125 +0100
+++ /var/tmp/diff_new_pack.B1UHF4/_new  2018-12-07 14:37:24.274922125 +0100
@@ -12,13 +12,13 @@
 # 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/
 #
 
 
 %{?!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
@@ -26,13 +26,13 @@
 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}
 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

++++++ jira-1.0.15.tar.gz -> jira-2.0.0.tar.gz ++++++
++++ 2394 lines of diff (skipped)


Reply via email to