#7 [WIP] Update to 6.6.3
Closed a year ago by qulogic. Opened a year ago by churchyard.
rpms/ churchyard/python-jupyter-console 6.6.3  into  rawhide

file modified
+1
@@ -7,3 +7,4 @@ 

  /jupyter_console-6.4.3.tar.gz

  /jupyter_console-6.4.4.tar.gz

  /jupyter_console-6.5.1.tar.gz

+ /jupyter_console-6.6.3.tar.gz

@@ -1,26 +0,0 @@ 

- From d357d19f4b3396615978ac6bd3c6a618910e62a0 Mon Sep 17 00:00:00 2001

- From: Elliott Sales de Andrade <quantum.analyst@gmail.com>

- Date: Mon, 20 Feb 2023 14:03:54 -0500

- Subject: [PATCH] Skip flaky tests

- 

- Signed-off-by: Elliott Sales de Andrade <quantum.analyst@gmail.com>

- ---

-  jupyter_console/tests/test_console.py | 2 +-

-  1 file changed, 1 insertion(+), 1 deletion(-)

- 

- diff --git a/jupyter_console/tests/test_console.py b/jupyter_console/tests/test_console.py

- index f1fcf84..831e383 100644

- --- a/jupyter_console/tests/test_console.py

- +++ b/jupyter_console/tests/test_console.py

- @@ -14,7 +14,7 @@ import pytest

-  from traitlets.tests.utils import check_help_all_output

-  

-  

- -should_skip = sys.platform == "win32" or sys.version_info < (3,8) or sys.version_info[:2] == (3, 10)

- +should_skip = True

-  

-  

-  @pytest.mark.skipif(should_skip, reason="not supported")

- -- 

- 2.39.2

- 

file modified
+2 -4
@@ -6,15 +6,13 @@ 

  %global srcname_ jupyter_console

  

  Name:           python-%{srcname}

- Version:        6.5.1

+ Version:        6.6.3

  Release:        %autorelease

  Summary:        Jupyter terminal console

  

  License:        BSD-3-Clause

  URL:            https://jupyter.org

  Source0:        %pypi_source %{srcname_}

- # https://github.com/jupyter/jupyter_console/pull/276#issuecomment-1437436234

- Patch:          0001-Skip-flaky-tests.patch

  

  BuildArch:      noarch

  
@@ -57,7 +55,7 @@ 

  %pyproject_wheel

  

  # generate html docs

- %make_build -C docs html PYTHONPATH="%{pyproject_build_lib}"

+ %make_build -C docs html PYTHONPATH=$PWD

  mv docs/_build/html .

  # remove the sphinx-build leftovers

  rm -rf html/.{doctrees,buildinfo}

file modified
+1 -1
@@ -1,1 +1,1 @@ 

- SHA512 (jupyter_console-6.5.1.tar.gz) = 3fbd97b1ab05596ac56ba8f6038af787698197b5148f7e33a79ad5cdcc9a78c80c2534e3e2c298aeb92ce880686731b9ba206d7d0094ad67d7cd4996c02e2327

+ SHA512 (jupyter_console-6.6.3.tar.gz) = fc896dfc783648127690458712e90eced9578629dd55e3bfc9e15319ffa919c118c78d7872f0274455c3996fa9321bccdfa204b94b45a2de733b7703894c9034

no initial comment

1 new commit added

  • Don't use %{pyproject_build_lib} with hatchling
a year ago

Build succeeded.
https://fedora.softwarefactory-project.io/zuul/buildset/c341c0d04f06486c9c9cbfe4324cdcf6

Thanks! Merged on the command line after rebase.

Pull-Request has been closed by qulogic

a year ago