File: FTBFS.patch

package info (click to toggle)
python-marshmallow 3.26.1-0.3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,292 kB
  • sloc: python: 11,513; makefile: 11; sh: 8
file content (11 lines) | stat: -rw-r--r-- 401 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -24,7 +24,7 @@
 project = "marshmallow"
 copyright = "Steven Loria and contributors"  # noqa: A001
 
-version = release = importlib.metadata.version("marshmallow")
+version = release = '3.26.1' # I'm done
 
 exclude_patterns = ["_build"]
 # Ignore WARNING: more than one target found for cross-reference 'Schema': marshmallow.schema.Schema, marshmallow.Schema