Page MenuHomeSolus

D9978.id.diff
No OneTemporary

D9978.id.diff

diff --git a/package.yml b/package.yml
--- a/package.yml
+++ b/package.yml
@@ -1,8 +1,9 @@
name : python-jupyter_client
-version : 6.1.5
-release : 8
+version : 6.1.7
+release : 9
source :
- - https://github.com/jupyter/jupyter_client/archive/6.1.5.tar.gz : e6b5bda078c6b2982f9095e833de4df6f0b8608c42340635b58e6a7d59174971
+ - https://files.pythonhosted.org/packages/source/j/jupyter_client/jupyter_client-6.1.7.tar.gz : 49e390b36fe4b4226724704ea28d9fb903f1a3601b6882ce3105221cd09377a1
+homepage : https://github.com/jupyter/jupyter_client
license : BSD-3-Clause
component : programming.python
summary : Jupyter protocol client APIs
@@ -10,14 +11,15 @@
jupyter_client contains the reference implementation of the Jupyter protocol. It also provides client and kernel management APIs for working with kernels. It also provides the jupyter kernelspec entrypoint for installing kernelspecs for use with Jupyter frontends.
builddeps :
- pkgconfig(python3)
- - python-ipykernel # check
- - python-pytest # check
+ - python-async-generator
+ - python-ipykernel
+ - python-pytest-asyncio
rundeps :
- - python3-ipython
- python-dateutil
- python-entrypoints
- python-jupyter_core
- python-pyzmq
+ - python3-ipython
setup : |
%python3_setup
install : |
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
--- a/pspec_x86_64.xml
+++ b/pspec_x86_64.xml
@@ -1,9 +1,10 @@
<PISI>
<Source>
<Name>python-jupyter_client</Name>
+ <Homepage>https://github.com/jupyter/jupyter_client</Homepage>
<Packager>
- <Name>Pierre-Yves</Name>
- <Email>pyu@riseup.net</Email>
+ <Name>Algent Albrahimi</Name>
+ <Email>algent@protonmail.com</Email>
</Packager>
<License>BSD-3-Clause</License>
<PartOf>programming.python</PartOf>
@@ -22,12 +23,12 @@
<Path fileType="executable">/usr/bin/jupyter-kernel</Path>
<Path fileType="executable">/usr/bin/jupyter-kernelspec</Path>
<Path fileType="executable">/usr/bin/jupyter-run</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/jupyter_client-6.1.5-py3.7.egg-info/PKG-INFO</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/jupyter_client-6.1.5-py3.7.egg-info/SOURCES.txt</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/jupyter_client-6.1.5-py3.7.egg-info/dependency_links.txt</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/jupyter_client-6.1.5-py3.7.egg-info/entry_points.txt</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/jupyter_client-6.1.5-py3.7.egg-info/requires.txt</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages/jupyter_client-6.1.5-py3.7.egg-info/top_level.txt</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jupyter_client-6.1.7-py3.7.egg-info/PKG-INFO</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jupyter_client-6.1.7-py3.7.egg-info/SOURCES.txt</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jupyter_client-6.1.7-py3.7.egg-info/dependency_links.txt</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jupyter_client-6.1.7-py3.7.egg-info/entry_points.txt</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jupyter_client-6.1.7-py3.7.egg-info/requires.txt</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jupyter_client-6.1.7-py3.7.egg-info/top_level.txt</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jupyter_client/__init__.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jupyter_client/__pycache__/__init__.cpython-37.pyc</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jupyter_client/__pycache__/_version.cpython-37.pyc</Path>
@@ -107,6 +108,7 @@
<Path fileType="library">/usr/lib/python3.7/site-packages/jupyter_client/tests/__pycache__/test_kernelmanager.cpython-37.pyc</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jupyter_client/tests/__pycache__/test_kernelspec.cpython-37.pyc</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jupyter_client/tests/__pycache__/test_localinterfaces.cpython-37.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jupyter_client/tests/__pycache__/test_manager.cpython-37.pyc</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jupyter_client/tests/__pycache__/test_multikernelmanager.cpython-37.pyc</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jupyter_client/tests/__pycache__/test_public_api.cpython-37.pyc</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jupyter_client/tests/__pycache__/test_session.cpython-37.pyc</Path>
@@ -121,6 +123,7 @@
<Path fileType="library">/usr/lib/python3.7/site-packages/jupyter_client/tests/test_kernelmanager.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jupyter_client/tests/test_kernelspec.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jupyter_client/tests/test_localinterfaces.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/jupyter_client/tests/test_manager.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jupyter_client/tests/test_multikernelmanager.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jupyter_client/tests/test_public_api.py</Path>
<Path fileType="library">/usr/lib/python3.7/site-packages/jupyter_client/tests/test_session.py</Path>
@@ -131,12 +134,12 @@
</Files>
</Package>
<History>
- <Update release="8">
- <Date>2020-07-08</Date>
- <Version>6.1.5</Version>
+ <Update release="9">
+ <Date>2020-11-10</Date>
+ <Version>6.1.7</Version>
<Comment>Packaging update</Comment>
- <Name>Pierre-Yves</Name>
- <Email>pyu@riseup.net</Email>
+ <Name>Algent Albrahimi</Name>
+ <Email>algent@protonmail.com</Email>
</Update>
</History>
</PISI>
\ No newline at end of file

File Metadata

Mime Type
text/plain
Expires
Fri, Aug 11, 5:51 PM (2 h, 41 m ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5811323
Default Alt Text
D9978.id.diff (6 KB)

Event Timeline