Hello community,

here is the log from the commit of package python-slumber for openSUSE:Factory 
checked in at 2020-06-12 21:37:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-slumber (Old)
 and      /work/SRC/openSUSE:Factory/.python-slumber.new.3606 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-slumber"

Fri Jun 12 21:37:35 2020 rev:12 rq:811139 version:0.7.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-slumber/python-slumber.changes    
2019-04-14 12:22:18.859753366 +0200
+++ /work/SRC/openSUSE:Factory/.python-slumber.new.3606/python-slumber.changes  
2020-06-12 21:39:30.859937253 +0200
@@ -1,0 +2,8 @@
+Wed Jun  3 10:01:43 UTC 2020 - [email protected]
+
+- actually it does not depend on unittest2
+- added patches
+  fix https://github.com/samgiles/slumber/pull/153
+  + python-slumber-no-unittest2.patch
+
+-------------------------------------------------------------------

New:
----
  python-slumber-no-unittest2.patch

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

Other differences:
------------------
++++++ python-slumber.spec ++++++
--- /var/tmp/diff_new_pack.031Ahq/_old  2020-06-12 21:39:32.399938337 +0200
+++ /var/tmp/diff_new_pack.031Ahq/_new  2020-06-12 21:39:32.399938337 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-slumber
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -28,6 +28,8 @@
 Source:         https://github.com/samgiles/slumber/archive/%{version}.tar.gz
 # https://github.com/samgiles/slumber/issues/151
 Patch0:         python-slumber-disable-test_yaml_get_serializer-subtest.patch
+# https://github.com/samgiles/slumber/pull/153
+Patch1:         python-slumber-no-unittest2.patch
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
@@ -53,6 +55,7 @@
 %prep
 %setup -q -n slumber-%{version}
 %patch0 -p1
+%patch1 -p1
 
 %build
 %python_build

++++++ python-slumber-no-unittest2.patch ++++++
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
@@ -4,7 +4,7 @@ import mock
 import requests
 import slumber
 import slumber.serialize
-import unittest2 as unittest
+import unittest
 
 from slumber import exceptions
 
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
@@ -1,7 +1,7 @@
 # -*- coding: utf-8 -*-
 import sys
 
-import unittest2 as unittest
+import unittest
 import slumber
 
 

Reply via email to