summarylogtreecommitdiffstats
path: root/sagemath-jedi-0.16.patch
diff options
context:
space:
mode:
authorAntonio Rojas2020-06-14 14:03:08 +0200
committerAntonio Rojas2020-06-14 14:03:08 +0200
commite5228c4da037720465a9e99dab98ddbb3a46a753 (patch)
treefed7a682ae67f09ff3184ce1e2725014bd5fe2b0 /sagemath-jedi-0.16.patch
parentf3d101a0376542bed7e5a7b9cde0c81918aaae3a (diff)
downloadaur-e5228c4da037720465a9e99dab98ddbb3a46a753.tar.gz
Drop merged patches
Diffstat (limited to 'sagemath-jedi-0.16.patch')
-rw-r--r--sagemath-jedi-0.16.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/sagemath-jedi-0.16.patch b/sagemath-jedi-0.16.patch
deleted file mode 100644
index f62e96affc17..000000000000
--- a/sagemath-jedi-0.16.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/src/sage/all.py b/src/sage/all.py
-index 94337b4..88682c1 100644
---- a/src/sage/all.py
-+++ b/src/sage/all.py
-@@ -91,7 +91,7 @@ warnings.filterwarnings('ignore', category=RuntimeWarning,
-
- # Ignore all deprecations from IPython etc.
- warnings.filterwarnings('ignore', category=DeprecationWarning,
-- module='.*(IPython|ipykernel|jupyter_client|jupyter_core|nbformat|notebook|ipywidgets|storemagic)')
-+ module='.*(IPython|ipykernel|jupyter_client|jupyter_core|nbformat|notebook|ipywidgets|storemagic|jedi)')
- # Ignore collections.abc warnings, there are a lot of them but they are
- # harmless.
- warnings.filterwarnings('ignore', category=DeprecationWarning,