File: reproducible-builds.patch

package info (click to toggle)
python-aioitertools 0.12.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 348 kB
  • sloc: python: 2,025; makefile: 49
file content (17 lines) | stat: -rw-r--r-- 442 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Description: Make build reproducible
  The copyright year is fixed at the date the file was last modified.
Forwarded: not-needed
Author: Julian Gilbey <jdg@debian.org>
Last-Update: 2024-04-14

--- a/docs/conf.py
+++ b/docs/conf.py
@@ -15,7 +15,7 @@
 sys.path.insert(0, root.as_posix())
 
 project = "aioitertools"
-copyright = f"{datetime.date.today().year}, Amethyst Reese"
+copyright = "2022, Amethyst Reese"
 author = "Amethyst Reese"