Hello community,

here is the log from the commit of package python-jirafs for openSUSE:Factory 
checked in at 2020-02-25 16:06:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-jirafs (Old)
 and      /work/SRC/openSUSE:Factory/.python-jirafs.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-jirafs"

Tue Feb 25 16:06:04 2020 rev:4 rq:778911 version:2.2.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-jirafs/python-jirafs.changes      
2020-01-23 15:54:27.567080185 +0100
+++ /work/SRC/openSUSE:Factory/.python-jirafs.new.26092/python-jirafs.changes   
2020-02-25 16:06:33.580534847 +0100
@@ -1,0 +2,29 @@
+Tue Feb 25 04:21:46 UTC 2020 - Steve Kowalik <[email protected]>
+
+- Update to 2.2.0, partial changelog:
+  * Fixes a bug in which search results from search_users were not being 
displayed. (Issue #61)
+  * Fixes another field deletion/addition problem relating to Issue #59
+  * Fixes a bug preventing the match subcommand from being able to properly 
obtain field values. (Issue #60)
+  * Fixes several minor bugs relating to issue previews including:
+  * In certain situations, the preview automatic change detection would become 
stuck in a loop causing the page to refresh continuously.
+  * Preview document was not delivered with an UTF-8 charset, so non-latin-1 
characters would be mangled.
+  * Changes to Jira fields would not be refreshed when rendering preview after 
submitting changes.
+  * Insufficient whitespace between comments may cause Jira to misinterpret 
headers as part of a previous comment's bulleted list.
+  * Fixes bug that would cause an unhelpful traceback to be displayed if you 
were to run Jirafs commands outside of a ticketfolder.
+  * Fixes to various bugs relating to merging upstream changes from Jira with 
un-pushed local changes.
+  * User is now warned about conflicts were they to occur when merging-in 
upstream changes.
+  * Conflicts are displayed on the status display should they exist, including 
instructions about how to resolve them.
+  * Additional polish for 'preview' function including:
+  * Fixes to exception display in-console for harmless errors resulting from 
clients navigating away.
+  * Defaulting behavior such that server will automatically self-terminate 
when the user navigates away. If this behavior is not desired, a command-line 
argument --serve-forever is available.
+  * Adding display of comments for 'all' preview mode.
+  * Adds links allowing you to jump to the specific section you're interested 
in when in the 'all' preview mode.
+  * Macro reversal changes for comments.read_only.jira: No longer will macros 
be reversed for read-only files given that the content of historical comments 
cannot be changed.
+  * Users can now set a preferred date format by setting a configuration value 
main.date_format.
+  * Obsolete and undocumented "Clone" functionality allowing you to clone a 
Jira ticketfolder from a git repository (instead of directly from a Jira issue) 
was removed.
+  * Jira server URL inference when cloning by using an issue number instead of 
a ticket URL is improved to be more foolproof.
+- Refreshed patch capitalization.patch
+- Removed {Build,}Requires on six, not required
+- Tighten Requires on python-jira
+
+-------------------------------------------------------------------

Old:
----
  2.0.7.tar.gz

New:
----
  2.2.0.tar.gz

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

Other differences:
------------------
++++++ python-jirafs.spec ++++++
--- /var/tmp/diff_new_pack.yDYItf/_old  2020-02-25 16:06:34.624537032 +0100
+++ /var/tmp/diff_new_pack.yDYItf/_new  2020-02-25 16:06:34.628537039 +0100
@@ -19,7 +19,7 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define         skip_python2 1
 Name:           python-jirafs
-Version:        2.0.7
+Version:        2.2.0
 Release:        0
 Summary:        Library for editing JIRA issues as local text files
 License:        MIT
@@ -35,7 +35,6 @@
 BuildRequires:  %{python_module jira}
 BuildRequires:  %{python_module mock}
 BuildRequires:  %{python_module setuptools}
-BuildRequires:  %{python_module six}
 BuildRequires:  %{python_module tox}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
@@ -43,8 +42,7 @@
 Requires:       python-blessings
 Requires:       python-environmental-override
 Requires:       python-ipdb
-Requires:       python-jira
-Requires:       python-six
+Requires:       python-jira >= 2
 BuildArch:      noarch
 %python_subpackages
 

++++++ 2.0.7.tar.gz -> 2.2.0.tar.gz ++++++
++++ 1786 lines of diff (skipped)

++++++ capitalization.patch ++++++
--- /var/tmp/diff_new_pack.yDYItf/_old  2020-02-25 16:06:34.724537241 +0100
+++ /var/tmp/diff_new_pack.yDYItf/_new  2020-02-25 16:06:34.724537241 +0100
@@ -1,11 +1,13 @@
---- a/requirements.txt
-+++ b/requirements.txt
+Index: jirafs-2.2.0/requirements.txt
+===================================================================
+--- jirafs-2.2.0.orig/requirements.txt
++++ jirafs-2.2.0/requirements.txt
 @@ -1,7 +1,7 @@
- jira>=1.0.3
- six>=1.9.0
+ jira>=2.0.0,<3
+ python-dateutil>=2.8.1,<3
  blessings>=1.5.1,<2.0
 -prettytable>=0.7.2,<1.0
 +PrettyTable>=0.7.2,<1.0
- environmental-override>=0.1.2
+ environmental-override>=0.1.2,<1.0.0
  jinja2>=2.10.3,<3.0
  watchdog>=0.9.0,<1.0.0


Reply via email to