Not a huge release, the main change that was done in this release was to 
drop Python 2.x and Python 3.5.x support.

ok?

Index: Makefile
===================================================================
RCS file: /cvs/ports/devel/py-jupyter_core/Makefile,v
retrieving revision 1.19
diff -u -p -u -r1.19 Makefile
--- Makefile    26 Nov 2022 15:02:53 -0000      1.19
+++ Makefile    7 Sep 2023 00:08:20 -0000
@@ -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
 
Index: distinfo
===================================================================
RCS file: /cvs/ports/devel/py-jupyter_core/distinfo,v
retrieving revision 1.6
diff -u -p -u -r1.6 distinfo
--- distinfo    31 Mar 2020 19:20:04 -0000      1.6
+++ distinfo    7 Sep 2023 00:08:20 -0000
@@ -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
Index: patches/patch-jupyter_core_tests_test_command_py
===================================================================
RCS file: 
/cvs/ports/devel/py-jupyter_core/patches/patch-jupyter_core_tests_test_command_py,v
retrieving revision 1.4
diff -u -p -u -r1.4 patch-jupyter_core_tests_test_command_py
--- patches/patch-jupyter_core_tests_test_command_py    11 Mar 2022 18:52:46 
-0000      1.4
+++ patches/patch-jupyter_core_tests_test_command_py    7 Sep 2023 00:08:20 
-0000
@@ -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.p
      
      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.p
      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.p
      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'
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/devel/py-jupyter_core/pkg/PLIST,v
retrieving revision 1.5
diff -u -p -u -r1.5 PLIST
--- pkg/PLIST   26 Nov 2022 15:02:53 -0000      1.5
+++ pkg/PLIST   7 Sep 2023 00:08:20 -0000
@@ -110,7 +110,4 @@ lib/python${MODPY_VERSION}/site-packages
 
${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

Reply via email to