From 3d21a2e075aacdfccde82a449772eb5025429a41 Mon Sep 17 00:00:00 2001
From: Klas Arvidsson <klas.arvidsson@liu.se>
Date: Tue, 15 Feb 2022 00:59:13 +0100
Subject: [PATCH] Squid rules update for 732A80 and TDDE24

---
 files/squid/helpers/rules.d/python.rules | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/files/squid/helpers/rules.d/python.rules b/files/squid/helpers/rules.d/python.rules
index 881339b..b7d78da 100644
--- a/files/squid/helpers/rules.d/python.rules
+++ b/files/squid/helpers/rules.d/python.rules
@@ -1,5 +1,5 @@
-// extra for TDDE24 2020-01-17
-^https?://docs\.python\.org/3(\.[0-9]{1,2})?/library/itertools.*   false
+// extra for TDDE24 2020-01-17 until 2022-02-15
+// ^https?://docs\.python\.org/3(\.[0-9]{1,2})?/library/itertools.*   false
 
 // Python library reference
 ^https?://docs\.python\.org/3(\.[0-9]{1,2})?/library/.*            true
@@ -20,3 +20,8 @@
 ^https?://fonts.gstatic.com/s/.* true
 ^https?://www\.tensorflow\.org/api_docs/python/.* true
 ^https?://www\.tensorflow\.org/images/.* true
+
+// extra for 732A80 2022-02-16
+^https?://docs\.scipy\.org/doc/scipy/reference/.* true
+^https?://docs\.scipy\.org/doc/scipy/_static/.* true
+^https?://img\.shields\.io/badge/release-1.8.0-980F0F?style=for-the-badge true
-- 
GitLab