Hello community,

here is the log from the commit of package python-slumber for openSUSE:Factory 
checked in at 2020-06-25 15:11:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-slumber (Old)
 and      /work/SRC/openSUSE:Factory/.python-slumber.new.3060 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-slumber"

Thu Jun 25 15:11:26 2020 rev:13 rq:817035 version:0.7.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-slumber/python-slumber.changes    
2020-06-12 21:39:30.859937253 +0200
+++ /work/SRC/openSUSE:Factory/.python-slumber.new.3060/python-slumber.changes  
2020-06-25 15:11:48.902191222 +0200
@@ -1,0 +2,7 @@
+Thu Jun 25 10:19:35 UTC 2020 - [email protected]
+
+- so remove the dependency on unittest2, too
+- modified patches
+  % python-slumber-no-unittest2.patch (refreshed)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-slumber.spec ++++++
--- /var/tmp/diff_new_pack.KNTy7e/_old  2020-06-25 15:11:49.442192917 +0200
+++ /var/tmp/diff_new_pack.KNTy7e/_new  2020-06-25 15:11:49.442192917 +0200
@@ -38,7 +38,6 @@
 BuildRequires:  %{python_module mock}
 BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module requests}
-BuildRequires:  %{python_module unittest2}
 # /SECTION
 Requires:       python-requests
 Suggests:       python-PyYAML

++++++ python-slumber-no-unittest2.patch ++++++
--- /var/tmp/diff_new_pack.KNTy7e/_old  2020-06-25 15:11:49.466192992 +0200
+++ /var/tmp/diff_new_pack.KNTy7e/_new  2020-06-25 15:11:49.466192992 +0200
@@ -1,7 +1,7 @@
 Index: slumber-0.7.1/tests/resource.py
 ===================================================================
 --- slumber-0.7.1.orig/tests/resource.py       2015-05-14 17:53:16.000000000 
+0200
-+++ slumber-0.7.1/tests/resource.py    2020-06-03 11:50:53.965257547 +0200
++++ slumber-0.7.1/tests/resource.py    2020-06-25 12:20:23.700299520 +0200
 @@ -4,7 +4,7 @@ import mock
  import requests
  import slumber
@@ -14,7 +14,7 @@
 Index: slumber-0.7.1/tests/utils.py
 ===================================================================
 --- slumber-0.7.1.orig/tests/utils.py  2015-05-14 17:53:16.000000000 +0200
-+++ slumber-0.7.1/tests/utils.py       2020-06-03 11:51:10.837350476 +0200
++++ slumber-0.7.1/tests/utils.py       2020-06-25 12:20:23.700299520 +0200
 @@ -1,7 +1,7 @@
  # -*- coding: utf-8 -*-
  import sys
@@ -24,3 +24,24 @@
  import slumber
  
  
+Index: slumber-0.7.1/requirements-test.txt
+===================================================================
+--- slumber-0.7.1.orig/requirements-test.txt   2015-05-14 17:53:16.000000000 
+0200
++++ slumber-0.7.1/requirements-test.txt        2020-06-25 12:20:54.904479047 
+0200
+@@ -1,3 +1,2 @@
+ mock
+-unittest2
+ pyyaml
+Index: slumber-0.7.1/setup.py
+===================================================================
+--- slumber-0.7.1.orig/setup.py        2015-05-14 17:53:16.000000000 +0200
++++ slumber-0.7.1/setup.py     2020-06-25 12:20:45.152422938 +0200
+@@ -3,7 +3,7 @@ import sys
+ from setuptools import setup
+ 
+ install_requires = ["requests"]
+-tests_require = ["mock", "unittest2"]
++tests_require = ["mock"]
+ 
+ base_dir = os.path.dirname(os.path.abspath(__file__))
+ 


Reply via email to