pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/sysutils/salt
Module Name: pkgsrc
Committed By: wiz
Date: Sun May 7 13:09:52 UTC 2023
Modified Files:
pkgsrc/sysutils/salt: distinfo
Added Files:
pkgsrc/sysutils/salt/patches: patch-doc_conf.py
Log Message:
salt-docs: fix build with latest sphinx
To generate a diff of this commit:
cvs rdiff -u -r1.46 -r1.47 pkgsrc/sysutils/salt/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/sysutils/salt/patches/patch-doc_conf.py
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/sysutils/salt/distinfo
diff -u pkgsrc/sysutils/salt/distinfo:1.46 pkgsrc/sysutils/salt/distinfo:1.47
--- pkgsrc/sysutils/salt/distinfo:1.46 Mon Oct 31 17:32:46 2022
+++ pkgsrc/sysutils/salt/distinfo Sun May 7 13:09:52 2023
@@ -1,8 +1,9 @@
-$NetBSD: distinfo,v 1.46 2022/10/31 17:32:46 adam Exp $
+$NetBSD: distinfo,v 1.47 2023/05/07 13:09:52 wiz Exp $
BLAKE2s (salt-3005.1.tar.gz) = f38b92b39471dabcb772098071ccc5f6b02048143a7e170c572e9886d334c0fb
SHA512 (salt-3005.1.tar.gz) = 391f995f0129f3d7104a0eea4fd83b18aa6ecae0fd7a2c77c1154e24b0bcd52cef4b63db12597c85737bb33ddf605e0c23370cef3bf47f9ea85af5b77d74dc50
Size (salt-3005.1.tar.gz) = 17914349 bytes
+SHA1 (patch-doc_conf.py) = 4e6049462ce27148bea1c596c80eb3f9f1796b99
SHA1 (patch-requirements_base.txt) = 32519497d29b2e27101db471d07129f52198e1a9
SHA1 (patch-salt_utils_rsax931.py) = d357a3d13e579fc131d6449d0968d9d6aa6920bf
SHA1 (patch-salt_version.py) = 45f9552d286ec03a38efe9e6655ff520334f31db
Added files:
Index: pkgsrc/sysutils/salt/patches/patch-doc_conf.py
diff -u /dev/null pkgsrc/sysutils/salt/patches/patch-doc_conf.py:1.1
--- /dev/null Sun May 7 13:09:52 2023
+++ pkgsrc/sysutils/salt/patches/patch-doc_conf.py Sun May 7 13:09:52 2023
@@ -0,0 +1,19 @@
+$NetBSD: patch-doc_conf.py,v 1.1 2023/05/07 13:09:52 wiz Exp $
+
+Sphinx compatibility per https://github.com/sphinx-doc/sphinx/issues/11094
+
+--- doc/conf.py.orig 2022-09-26 21:22:00.000000000 +0000
++++ doc/conf.py
+@@ -203,9 +203,9 @@ extlinks = {
+ "https://github.com/saltstack/salt/blob/%s/%%s" % repo_primary_branch,
+ None,
+ ),
+- "issue": ("https://github.com/saltstack/salt/issues/%s", "issue #"),
+- "pull": ("https://github.com/saltstack/salt/pull/%s", "PR #"),
+- "formula_url": ("https://github.com/saltstack-formulas/%s", ""),
++ "issue": ("https://github.com/saltstack/salt/issues/%s", "issue #%s"),
++ "pull": ("https://github.com/saltstack/salt/pull/%s", "PR #%s"),
++ "formula_url": ("https://github.com/saltstack-formulas/%s", "%s"),
+ }
+
+
Home |
Main Index |
Thread Index |
Old Index