#21 Update to 7.22.0
Closed 3 years ago by lbalhar. Opened 3 years ago by ksurma.
rpms/ ksurma/ipython rawhide  into  rawhide

file modified
+8 -10
@@ -13,7 +13,7 @@ 

  %endif

  

  Name:           ipython

- Version:        7.21.0

+ Version:        7.22.0

  Release:        1%{?dist}

  Summary:        An enhanced interactive Python shell

  
@@ -29,7 +29,7 @@ 

  Patch0:         py310.patch

  

  BuildArch:      noarch

- BuildRequires: make

+ BuildRequires:  make

  BuildRequires:  python3-devel

  BuildRequires:  python3-setuptools

  
@@ -62,7 +62,7 @@ 

  BuildRequires: tex(amssymb.sty)

  BuildRequires: tex(amsthm.sty)

  BuildRequires: tex(bm.sty)

- %endif # with check

+ %endif

  

  %global ipython_desc_base \

  IPython provides a replacement for the interactive Python interpreter with\
@@ -158,7 +158,7 @@ 

  %{?python_provide:%python_provide python3-ipython-doc}

  %description -n python3-ipython-doc

  This package contains the documentation of %{name}.

- %endif # with doc

+ %endif

  

  

  %prep
@@ -202,12 +202,6 @@ 

  

  %if %{with check}

  %check

- # Remove failing tests with Python 3.10

- # This can be reverted when this fix is released (first beta):

- # https://github.com/python/cpython/commit/dbb228189b4eb7ab41f326eb79dae669b2c81177

- rm %{buildroot}%{python3_sitelib}/IPython/core/tests/test_inputsplitter.py

- rm IPython/core/tests/test_inputsplitter.py

- 

  # Ensure that the user's .pythonrc.py is not invoked during any tests.

  export PYTHONSTARTUP=""

  # Koji builders can be slow, especially on arms, we scale timeouts 4 times
@@ -274,6 +268,10 @@ 

  

  

  %changelog

+ * Mon Mar 29 2021 Karolina Surma <ksurma@redhat.com> - 7.22.0-1

+ - Update to 7.22.0

+ Resolves: rhbz#1943788

+ 

  * Sun Feb 28 2021 Lumír Balhar <lbalhar@redhat.com> - 7.21.0-1

  - Update to 7.21.0

  Resolves: rhbz#1933409

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

- SHA512 (ipython-7.21.0.tar.gz) = 200e41d4e06343b6320f3d106925f6c995f39cf88d01250f53885d4e94d0fd9454a6be4cd7c69410f7dced94b05634f6d2269f9737cc563accf85206d4d7fff8

+ SHA512 (ipython-7.22.0.tar.gz) = 2647dcd5e0d9b6afc8d990d2c099ad7ed581b5eff6d657630929e0d0d9f8965e7c7924c51a10a797e7d7406212d7a06c941c163e6f6046aa62130049a9bbc0d0

no initial comment

Good job! When the CI turns green, we can merge and ship it.

Beware: There are no CI tests here, only a scratchbuild + rpmlint + installability test.

Beware: There are no CI tests here, only a scratchbuild + rpmlint + installability test.

That's all I need.

Build failed. More information on how to proceed and troubleshoot errors available at https://fedoraproject.org/wiki/Zuul-based-ci

It seems the rpmlint errors aren't related to changes made in this PR, that leaves me wondering why it succeeded during the last update.

that leaves me wondering why it succeeded during the last update.

IIRC the rpmlint job now also checks the spec file, which it previously did not. But the specfile-erros are also reported in srpm, so not sure if this is the (only) cause.

rebased onto 0f97376

3 years ago

Build succeeded.

I'm getting "Your task failed: Command '['git', 'push', 'origin', '--follow-tags', 'refs/heads/rawhide:rawhide']' returned non-zero exit status 1." from pagure, so I'm gonna merge it manually. Thank you.

Pull-Request has been closed by lbalhar

3 years ago
Metadata