15
0

Accepting request 726193 from home:mcalabkova:branches:devel:languages:python

- 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

OBS-URL: https://build.opensuse.org/request/show/726193
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-marshmallow?expand=0&rev=17
This commit is contained in:
Tomáš Chvátal
2019-08-27 00:54:41 +00:00
committed by Git OBS Bridge
parent 5cb2311ec5
commit 2a3053079b
7 changed files with 25 additions and 469 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Mon Aug 26 14:10:28 UTC 2019 - Marketa Calabkova <mcalabkova@suse.com>
- 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
-------------------------------------------------------------------
Wed Jul 31 09:13:51 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>