Hello community,

here is the log from the commit of package python-jirafs for openSUSE:Factory 
checked in at 2020-01-23 15:54:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-jirafs (Old)
 and      /work/SRC/openSUSE:Factory/.python-jirafs.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-jirafs"

Thu Jan 23 15:54:22 2020 rev:3 rq:766439 version:2.0.7

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-jirafs/python-jirafs.changes      
2020-01-06 15:24:41.076558417 +0100
+++ /work/SRC/openSUSE:Factory/.python-jirafs.new.26092/python-jirafs.changes   
2020-01-23 15:54:27.567080185 +0100
@@ -1,0 +2,5 @@
+Wed Jan 22 19:12:16 CET 2020 - Matej Cepl <[email protected]>
+
+- Update to 2.0.7: too many changes, and no good changelog
+
+-------------------------------------------------------------------

Old:
----
  1.17.5.tar.gz

New:
----
  2.0.7.tar.gz

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

Other differences:
------------------
++++++ python-jirafs.spec ++++++
--- /var/tmp/diff_new_pack.q3cgxA/_old  2020-01-23 15:54:30.659081855 +0100
+++ /var/tmp/diff_new_pack.q3cgxA/_new  2020-01-23 15:54:30.663081858 +0100
@@ -19,7 +19,7 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define         skip_python2 1
 Name:           python-jirafs
-Version:        1.17.5
+Version:        2.0.7
 Release:        0
 Summary:        Library for editing JIRA issues as local text files
 License:        MIT
@@ -62,16 +62,14 @@
 
 %install
 %python_install
-%{python_expand rm -r %{buildroot}%{$python_sitelib}/tests
-%fdupes %{buildroot}%{$python_sitelib}
-}
+%python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
 # tests require running JIRA instance
 #%%python_exec -m unittest discover -v
 
 %files %{python_files}
-%python3_only %{_bindir}/jirafs
+%{_bindir}/jirafs
 %{python_sitelib}/*
 
 %changelog

++++++ 1.17.5.tar.gz -> 2.0.7.tar.gz ++++++
++++ 9343 lines of diff (skipped)

++++++ capitalization.patch ++++++
--- /var/tmp/diff_new_pack.q3cgxA/_old  2020-01-23 15:54:30.735081896 +0100
+++ /var/tmp/diff_new_pack.q3cgxA/_new  2020-01-23 15:54:30.735081896 +0100
@@ -1,23 +1,11 @@
-Index: jirafs-1.17.3/requirements.txt
-===================================================================
---- jirafs-1.17.3.orig/requirements.txt
-+++ jirafs-1.17.3/requirements.txt
-@@ -1,5 +1,5 @@
+--- a/requirements.txt
++++ b/requirements.txt
+@@ -1,7 +1,7 @@
  jira>=1.0.3
  six>=1.9.0
  blessings>=1.5.1,<2.0
 -prettytable>=0.7.2,<1.0
 +PrettyTable>=0.7.2,<1.0
  environmental-override>=0.1.2
-Index: jirafs-1.17.3/setup.py
-===================================================================
---- jirafs-1.17.3.orig/setup.py
-+++ jirafs-1.17.3/setup.py
-@@ -27,6 +27,7 @@ except ImportError:
-             if not req.startswith('-')
-             and not req.startswith('#')
-         ]
-+    print(requirements)
- 
- 
- class Tox(TestCommand):
+ jinja2>=2.10.3,<3.0
+ watchdog>=0.9.0,<1.0.0


Reply via email to