Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37911460
en ru br
ALT Linux repos
S:8.3.1-alt2

Group :: Development/Python3
RPM: python3-module-jupyter_client

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: jupyter-client-fix787-kernelwarningsfilter.patch
Download


--- jupyter-client.orig/pyproject.toml
+++ jupyter-client/pyproject.toml
@@ -53,6 +53,10 @@
   # We could eventually find a way to make sure these are only created
   # when there is a running event loop.
   "ignore:There is no current event loop:DeprecationWarning:zmq",
+
+  # workaround for deprecated modules
+  "ignore:the imp module is deprecated in favour of importlib:DeprecationWarning",
+  "ignore:The distutils package is deprecated and slated for removal in Python 3.12. Use setuptools or check PEP 632 for potential alternatives"
 ]
 
 [tool.mypy]
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin