Hello community,

here is the log from the commit of package python-marshmallow for 
openSUSE:Factory checked in at 2019-08-27 10:27:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-marshmallow (Old)
 and      /work/SRC/openSUSE:Factory/.python-marshmallow.new.7948 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-marshmallow"

Tue Aug 27 10:27:31 2019 rev:9 rq:726271 version:3.0.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-marshmallow/python-marshmallow.changes    
2019-07-31 14:36:40.205857085 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-marshmallow.new.7948/python-marshmallow.changes
  2019-08-27 10:27:32.451913742 +0200
@@ -1,0 +2,11 @@
+Mon Aug 26 14:10:28 UTC 2019 - Marketa Calabkova <[email protected]>
+
+- Update to 3.0.1
+  * Many changes, some of them breaking. For example:
+  * Remove support for Python 2 (#1120). Only Python>=3.5 is supported.
+  * Allow input value to be included in error messages for a number of fields.
+  * Change ordering of keys and values arguments to fields.Dict.
+  * Please read upstream changelog.
+- Drop upstreamed patches reproducible.patch and pytest5.patch
+
+-------------------------------------------------------------------

Old:
----
  marshmallow-2.19.5.tar.gz
  pytest5.patch
  reproducible.patch

New:
----
  marshmallow-3.0.1.tar.gz

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

Other differences:
------------------
++++++ python-marshmallow.spec ++++++
--- /var/tmp/diff_new_pack.gPhWDj/_old  2019-08-27 10:27:33.047913698 +0200
+++ /var/tmp/diff_new_pack.gPhWDj/_new  2019-08-27 10:27:33.051913698 +0200
@@ -17,8 +17,9 @@
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%define skip_python2 1
 Name:           python-marshmallow
-Version:        2.19.5
+Version:        3.0.1
 Release:        0
 Summary:        ORM/ODM/framework-agnostic library to convert datatypes 
from/to Python types
 License:        MIT AND BSD-3-Clause
@@ -27,8 +28,6 @@
 Source:         
https://files.pythonhosted.org/packages/source/m/marshmallow/marshmallow-%{version}.tar.gz
 # https://github.com/humitos/sphinx-version-warning/issues/22
 Patch0:         python-marshmallow-no-version-warning.patch
-Patch1:         reproducible.patch
-Patch2:         pytest5.patch
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
@@ -38,12 +37,12 @@
 BuildArch:      noarch
 # SECTION doc build requirements
 BuildRequires:  python3-Sphinx
+BuildRequires:  python3-alabaster
 BuildRequires:  python3-sphinx-issues
 BuildRequires:  python3-sphinx-version-warning
 # /SECTION
 # SECTION test requirements
 BuildRequires:  %{python_module pytest}
-BuildRequires:  %{python_module python-dateutil}
 BuildRequires:  %{python_module pytz}
 BuildRequires:  %{python_module simplejson}
 # /SECTION
@@ -64,9 +63,6 @@
 %setup -q -n marshmallow-%{version}
 %autopatch -p1
 
-# remove py3 only tests
-rm -r tests/test_py3
-
 %build
 %python_build
 pushd docs

++++++ marshmallow-2.19.5.tar.gz -> marshmallow-3.0.1.tar.gz ++++++
++++ 24219 lines of diff (skipped)

++++++ python-marshmallow-no-version-warning.patch ++++++
--- /var/tmp/diff_new_pack.gPhWDj/_old  2019-08-27 10:27:33.127913692 +0200
+++ /var/tmp/diff_new_pack.gPhWDj/_new  2019-08-27 10:27:33.127913692 +0200
@@ -36,15 +36,15 @@
 #> I am perhaps hitting
 #>
 # https://github.com/humitos/sphinx-version-warning/issues/22
-Index: marshmallow-2.19.1/docs/conf.py
+Index: marshmallow-3.0.1/docs/conf.py
 ===================================================================
---- marshmallow-2.19.1.orig/docs/conf.py       2019-03-16 21:09:37.000000000 
+0100
-+++ marshmallow-2.19.1/docs/conf.py    2019-04-01 10:00:19.833567622 +0200
+--- marshmallow-3.0.1.orig/docs/conf.py
++++ marshmallow-3.0.1/docs/conf.py
 @@ -35,7 +35,6 @@ extensions = [
-     'sphinx.ext.viewcode',
-     'alabaster',
-     'sphinx_issues',
--    'versionwarning.extension',
+     "sphinx.ext.viewcode",
+     "alabaster",
+     "sphinx_issues",
+-    "versionwarning.extension",
  ]
  
- primary_domain = 'py'
+ primary_domain = "py"


Reply via email to