forked from pool/python-marshmallow
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:
committed by
Git OBS Bridge
parent
5cb2311ec5
commit
2a3053079b
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user