Version 1.16.3
- Drop upstreamed maxsplit patch - Add workaround for bz 2275382
This commit is contained in:
parent
d9f5cfb43d
commit
aa928e1097
4 changed files with 12 additions and 25 deletions
|
|
@ -1,26 +1,26 @@
|
|||
# NOTE: sphinx-gallery support requires a version <= 0.8. Upstream will
|
||||
# accept patches to make it work with later versions.
|
||||
|
||||
%global giturl https://github.com/mwouts/jupytext
|
||||
%global vsuffix d
|
||||
|
||||
Name: python-jupytext
|
||||
Version: 1.16.2
|
||||
Version: 1.16.3
|
||||
Release: %autorelease
|
||||
Summary: Save Jupyter notebooks as text documents or scripts
|
||||
|
||||
License: MIT
|
||||
BuildArch: noarch
|
||||
URL: https://jupytext.readthedocs.io/
|
||||
VCS: https://github.com/mwouts/jupytext
|
||||
Source0: %{vcs}/archive/v%{version}/jupytext-%{version}.tar.gz
|
||||
VCS: git:%{giturl}.git
|
||||
Source0: %{giturl}/archive/v%{version}/jupytext-%{version}%{?vsuffix}.tar.gz
|
||||
# Source1 and Source2 created with ./prepare_vendor.sh
|
||||
Source1: jupytext-%{version}-vendor.tar.xz
|
||||
Source2: jupytext-%{version}-vendor-licenses.txt
|
||||
Source3: prepare_vendor.sh
|
||||
# Adapt to python 3.13 change in PosixPath.cwd
|
||||
# See https://github.com/mwouts/jupytext/issues/1242
|
||||
Patch0: %{name}-chdir.patch
|
||||
# Fix a DeprecationWarning with passing maxsplit as a positional argument
|
||||
# See https://github.com/mwouts/jupytext/pull/1241
|
||||
Patch1: %{name}-maxsplit.patch
|
||||
Patch: %{name}-chdir.patch
|
||||
|
||||
# s390x builds fail due to a bug in jupyterlab
|
||||
# https://bugzilla.redhat.com/show_bug.cgi?id=2278011
|
||||
|
|
@ -35,6 +35,9 @@ BuildRequires: pandoc
|
|||
BuildRequires: python3-devel
|
||||
BuildRequires: %{py3_dist setuptools}
|
||||
|
||||
# Temporary workaround for https://bugzilla.redhat.com/show_bug.cgi?id=2275382
|
||||
BuildRequires: nodejs-full-i18n
|
||||
|
||||
%global _desc %{expand:
|
||||
Have you always wished Jupyter notebooks were plain text documents?
|
||||
Wished you could edit them in your favorite IDE? And get clear and
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue