sync ports with The Matrix
This commit is contained in:
parent
15ac3e795a
commit
09b3080379
180 changed files with 9334 additions and 2187 deletions
|
@ -1,9 +1,8 @@
|
|||
COMMENT = Jupyter core package
|
||||
|
||||
MODPY_EGG_VERSION = 4.6.3
|
||||
MODPY_EGG_VERSION = 4.7.0
|
||||
DISTNAME = jupyter_core-${MODPY_EGG_VERSION}
|
||||
PKGNAME = py-${DISTNAME}
|
||||
REVISION = 4
|
||||
|
||||
CATEGORIES = devel
|
||||
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (jupyter_core-4.6.3.tar.gz) = OU/V3Xh+fIhhdBiAvfigDOOfld5dGOV5x0uIJSIhnn4=
|
||||
SIZE (jupyter_core-4.6.3.tar.gz) = 67305
|
||||
SHA256 (jupyter_core-4.7.0.tar.gz) = qh+Ulqs6vnLaTv4NqrDLIjOZeRRYH5oHHgdJjGrdjtM=
|
||||
SIZE (jupyter_core-4.7.0.tar.gz) = 66444
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
Index: jupyter_core/tests/test_command.py
|
||||
--- jupyter_core/tests/test_command.py.orig
|
||||
+++ jupyter_core/tests/test_command.py
|
||||
@@ -99,20 +99,24 @@ def test_subcommand_not_found():
|
||||
@@ -114,20 +114,24 @@ def test_subcommand_not_found():
|
||||
|
||||
@patch.object(sys, 'argv', [__file__] + sys.argv[1:])
|
||||
def test_subcommand_list(tmpdir):
|
||||
|
@ -29,7 +29,7 @@ Index: jupyter_core/tests/test_command.py
|
|||
|
||||
path = os.pathsep.join(map(str, [a, b]))
|
||||
|
||||
@@ -132,13 +136,17 @@ def test_subcommand_list(tmpdir):
|
||||
@@ -147,13 +151,17 @@ def test_subcommand_list(tmpdir):
|
||||
]
|
||||
|
||||
def test_not_on_path(tmpdir):
|
||||
|
@ -48,7 +48,7 @@ Index: jupyter_core/tests/test_command.py
|
|||
witness_src = '#!%s\n%s\n' % (sys.executable, 'print("WITNESS ME")')
|
||||
write_executable(witness, witness_src)
|
||||
|
||||
@@ -148,23 +156,27 @@ def test_not_on_path(tmpdir):
|
||||
@@ -163,23 +171,27 @@ def test_not_on_path(tmpdir):
|
||||
if sys.platform == 'win32':
|
||||
env[str('PATHEXT')] = '.EXE'
|
||||
# This won't work on windows unless
|
||||
|
@ -79,7 +79,7 @@ Index: jupyter_core/tests/test_command.py
|
|||
witness_b_src = '#!%s\n%s\n' % (sys.executable, 'print("WITNESS B")')
|
||||
write_executable(witness_b, witness_b_src)
|
||||
|
||||
@@ -173,5 +185,5 @@ def test_path_priority(tmpdir):
|
||||
@@ -188,5 +200,5 @@ def test_path_priority(tmpdir):
|
||||
env[str('SYSTEMROOT')] = os.environ['SYSTEMROOT']
|
||||
if sys.platform == 'win32':
|
||||
env[str('PATHEXT')] = '.EXE'
|
||||
|
|
|
@ -110,7 +110,4 @@ lib/python${MODPY_VERSION}/site-packages/jupyter_core/utils/__init__.py
|
|||
${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/jupyter_core/utils/${MODPY_PYCACHE}/
|
||||
lib/python${MODPY_VERSION}/site-packages/jupyter_core/utils/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
|
||||
lib/python${MODPY_VERSION}/site-packages/jupyter_core/utils/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/jupyter_core/utils/${MODPY_PYCACHE}shutil_which.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
|
||||
lib/python${MODPY_VERSION}/site-packages/jupyter_core/utils/${MODPY_PYCACHE}shutil_which.${MODPY_PYC_MAGIC_TAG}pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/jupyter_core/utils/shutil_which.py
|
||||
lib/python${MODPY_VERSION}/site-packages/jupyter_core/version.py
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue