Hello community,

here is the log from the commit of package python-moto for openSUSE:Factory 
checked in at 2019-06-19 20:58:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-moto (Old)
 and      /work/SRC/openSUSE:Factory/.python-moto.new.4811 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-moto"

Wed Jun 19 20:58:40 2019 rev:3 rq:705183 version:1.3.8

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-moto/python-moto.changes  2019-03-07 
10:51:12.125841107 +0100
+++ /work/SRC/openSUSE:Factory/.python-moto.new.4811/python-moto.changes        
2019-06-19 20:58:42.729997845 +0200
@@ -1,0 +2,9 @@
+Thu May 16 22:15:32 UTC 2019 - Scott Wulf <[email protected]>
+
+- Update to version 1.3.8:
+  * No changelog details provided (24 days since revision change)
+
+- Added unpin-reqs.patch
+  * Unpin jsondiff
+
+-------------------------------------------------------------------

Old:
----
  moto-1.3.7.tar.gz

New:
----
  moto-1.3.8.tar.gz
  unpin-reqs.patch

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

Other differences:
------------------
++++++ python-moto.spec ++++++
--- /var/tmp/diff_new_pack.JdsU1l/_old  2019-06-19 20:58:43.257998318 +0200
+++ /var/tmp/diff_new_pack.JdsU1l/_new  2019-06-19 20:58:43.261998321 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-moto
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,13 +18,14 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-moto
-Version:        1.3.7
+Version:        1.3.8
 Release:        0
 Summary:        Library to mock out the boto library
 License:        Apache-2.0
 Group:          Development/Languages/Python
 URL:            https://github.com/spulec/moto
 Source:         
https://files.pythonhosted.org/packages/source/m/moto/moto-%{version}.tar.gz
+Patch0:         unpin-reqs.patch
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
@@ -34,9 +35,10 @@
 Requires:       python-boto >= 2.36.0
 Requires:       python-boto3 >= 1.6.16
 Requires:       python-botocore >= 1.12.13
+Requires:       python-cfn-lint
 Requires:       python-cryptography >= 2.3.0
 Requires:       python-docker >= 2.5.1
-Requires:       python-jsondiff = 1.1.1
+Requires:       python-jsondiff >= 1.1.2
 Requires:       python-mock
 Requires:       python-pyaml
 Requires:       python-python-dateutil >= 2.1
@@ -58,10 +60,11 @@
 BuildRequires:  %{python_module boto >= 2.36.0}
 BuildRequires:  %{python_module boto3 >= 1.6.16}
 BuildRequires:  %{python_module botocore >= 1.12.13}
+BuildRequires:  %{python_module cfn-lint}
 BuildRequires:  %{python_module cryptography >= 2.3.0}
 BuildRequires:  %{python_module docker >= 2.5.1}
 BuildRequires:  %{python_module freezegun}
-BuildRequires:  %{python_module jsondiff == 1.1.1}
+BuildRequires:  %{python_module jsondiff >= 1.1.2}
 BuildRequires:  %{python_module jsonpickle}
 BuildRequires:  %{python_module mock}
 BuildRequires:  %{python_module nose}
@@ -87,6 +90,7 @@
 
 %prep
 %setup -q -n moto-%{version}
+%autopatch -p1
 
 %build
 %python_build

++++++ moto-1.3.7.tar.gz -> moto-1.3.8.tar.gz ++++++
++++ 12805 lines of diff (skipped)

++++++ unpin-reqs.patch ++++++
--- moto/setup-orig.py    2018-11-04 14:29:10.000000000 -0800
+++ moto/setup.py       2019-05-16 14:18:26.128951428 -0700
@@ -36,3 +36,3 @@
     "docker>=2.5.1",
-    "jsondiff==1.1.2",
+    "jsondiff>=1.1.2",
     "aws-xray-sdk!=0.96,>=0.93",


Reply via email to