diff --git a/disable-autodocsumm.patch b/disable-autodocsumm.patch index ca48128..58815b6 100644 --- a/disable-autodocsumm.patch +++ b/disable-autodocsumm.patch @@ -1,6 +1,6 @@ -diff -Naur marshmallow-3.8.0.orig/docs/conf.py marshmallow-3.8.0/docs/conf.py ---- marshmallow-3.8.0.orig/docs/conf.py 2020-09-16 14:39:21.046758182 +0200 -+++ marshmallow-3.8.0/docs/conf.py 2020-09-16 14:40:23.317387570 +0200 +diff -Naur marshmallow-3.11.1.orig/docs/conf.py marshmallow-3.11.1/docs/conf.py +--- marshmallow-3.11.1.orig/docs/conf.py 2021-03-30 19:51:32.829382094 +0200 ++++ marshmallow-3.11.1/docs/conf.py 2021-03-30 19:52:00.738398342 +0200 @@ -14,7 +14,6 @@ "sphinx.ext.viewcode", "alabaster", @@ -9,25 +9,14 @@ diff -Naur marshmallow-3.8.0.orig/docs/conf.py marshmallow-3.8.0/docs/conf.py ] primary_domain = "py" -diff -Naur marshmallow-3.8.0.orig/setup.py marshmallow-3.8.0/setup.py ---- marshmallow-3.8.0.orig/setup.py 2020-09-16 11:21:17.000000000 +0200 -+++ marshmallow-3.8.0/setup.py 2020-09-16 14:40:01.087876853 +0200 +diff -Naur marshmallow-3.11.1.orig/setup.py marshmallow-3.11.1/setup.py +--- marshmallow-3.11.1.orig/setup.py 2021-03-30 02:11:23.000000000 +0200 ++++ marshmallow-3.11.1/setup.py 2021-03-30 19:52:09.434403403 +0200 @@ -14,7 +14,6 @@ "sphinx-issues==1.2.0", "alabaster==0.7.12", "sphinx-version-warning==1.1.2", -- "autodocsumm==0.2.0", +- "autodocsumm==0.2.2", ], } EXTRAS_REQUIRE["dev"] = EXTRAS_REQUIRE["tests"] + EXTRAS_REQUIRE["lint"] + ["tox"] -diff -Naur marshmallow-3.8.0.orig/src/marshmallow.egg-info/requires.txt marshmallow-3.8.0/src/marshmallow.egg-info/requires.txt ---- marshmallow-3.8.0.orig/src/marshmallow.egg-info/requires.txt 2020-09-16 11:21:27.000000000 +0200 -+++ marshmallow-3.8.0/src/marshmallow.egg-info/requires.txt 2020-09-16 14:40:36.315101481 +0200 -@@ -14,7 +14,6 @@ - sphinx-issues==1.2.0 - alabaster==0.7.12 - sphinx-version-warning==1.1.2 --autodocsumm==0.2.0 - - [lint] - mypy==0.782 diff --git a/python-marshmallow.spec b/python-marshmallow.spec index eac2ae5..79ea026 100644 --- a/python-marshmallow.spec +++ b/python-marshmallow.spec @@ -5,8 +5,8 @@ %global _docdir_fmt %{name} Name: python-%{modname} -Version: 3.8.0 -Release: 2%{?dist} +Version: 3.11.1 +Release: 1%{?dist} Summary: Python library for converting complex datatypes to and from primitive types License: MIT URL: http://marshmallow.readthedocs.org/ @@ -136,6 +136,9 @@ rm -rf html/{.buildinfo,.doctrees} %changelog +* Tue Mar 30 2021 Miroslav Suchý 3.11.1-1 +- rebase to 3.11.1 + * Wed Jan 27 2021 Fedora Release Engineering - 3.8.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild diff --git a/sources b/sources index 87adc1d..312811e 100644 --- a/sources +++ b/sources @@ -1,4 +1,4 @@ -SHA512 (marshmallow-3.8.0.tar.gz) = 266333b5805b2fff5ab102461d9750a8092a0d1587465ef8f709ef9986ddf7f4e84dc1cc7ce6eced23f1f21f1ababfb1df4e0f8a43f0585f122c4e65169b380f +SHA512 (marshmallow-3.11.1.tar.gz) = 5f94e6af1ab7f7de290e4412314d879581b683b0caf5351de4c7a34a6b7a0731d297eecbde605b8adc0f892bff751f3ea3b2886ac143795da2696a90e09ad0c6 SHA512 (ordered_set.patch) = c4a2e832fc0e8a34d8fce84b6d4afffb9273b12a175a78b49d3228ebafc7117e10d883691f81add8950166ae360615167b2bf575dd887152cf0e1c181ce89c07 -SHA512 (versionwarning-disable.patch) = 77a4313e3ed557a3bc21da0917ef8662dd8f27e45d196502f98ad04455517c79d0be294a95dc9f3b6261349a2c778284981b53a0cacbfcefa42d27b108f6758b -SHA512 (disable-autodocsumm.patch) = 8b37dfeb2ba9620cc2f7ade04c099d5add5267376fa7cbdedf0d3a67391570c7199073049bbf7f554b1cf6337ba936d789e49bca6e08b43d9db209b40ad88e81 +SHA512 (versionwarning-disable.patch) = d41a3c696f61f4d8ef1786c358558f47bb23115744e5c2b78d36c52cc29fb7bcdfa85504d7ce8e914b60478c13d83700a1aa447063d48fa92f132874f5a9825e +SHA512 (disable-autodocsumm.patch) = 85006619269565db7754d1d08d927e7e08736ef82680031d00bb6d9a970ee846468e0e2335fddf949952492092e07ad0a4de09645dddcb2fc4958053f0f4805b diff --git a/versionwarning-disable.patch b/versionwarning-disable.patch index f180a00..8de42a6 100644 --- a/versionwarning-disable.patch +++ b/versionwarning-disable.patch @@ -9,35 +9,3 @@ diff -Naur marshmallow-3.8.0.orig/docs/conf.py marshmallow-3.8.0/docs/conf.py "autodocsumm", ] -@@ -90,31 +89,3 @@ - "searchbox.html", - ], - } -- --# sphinx-version-warning config --versionwarning_messages = { -- "latest": ( -- "This document is for the development version. " -- 'For the stable version documentation, see here.' -- ), -- "stable": ( -- "Black Lives Matter. " -- 'Support the Equal Justice Initiative and ' -- 'Color of Change.' -- ), -- "2.x-line": ( -- "marshmallow 2 is no longer supported as of 2020-08-18. " -- '' -- "Update your code to use marshmallow 3." -- ), --} --# Show warning at top of page --versionwarning_body_selector = "div.document" --versionwarning_banner_title = "" --# For debugging locally --# versionwarning_project_version = "stable" -- -- --def setup(app): -- # https://docs.readthedocs.io/en/latest/guides/adding-custom-css.html -- app.add_stylesheet("css/versionwarning.css")