|
 |
c69c7a3 |
%global pypi_name ipywidgets
|
|
 |
c69c7a3 |
|
|
 |
c69c7a3 |
Name: python-%{pypi_name}
|
|
 |
df75127 |
Version: 8.0.4
|
|
 |
178832f |
Release: 2%{?dist}
|
|
 |
c69c7a3 |
Summary: IPython HTML widgets for Jupyter
|
|
 |
c69c7a3 |
|
|
 |
c69c7a3 |
License: BSD
|
|
 |
c69c7a3 |
URL: http://ipython.org
|
|
 |
c69c7a3 |
Source0: %{pypi_source}
|
|
 |
c69c7a3 |
BuildArch: noarch
|
|
 |
c69c7a3 |
|
|
 |
c69c7a3 |
BuildRequires: python3-devel
|
|
 |
c69c7a3 |
|
|
 |
c69c7a3 |
%description
|
|
 |
c69c7a3 |
Interactive HTML widgets for Jupyter notebooks and the IPython kernel.
|
|
 |
c69c7a3 |
|
|
 |
c69c7a3 |
%package -n python3-%{pypi_name}
|
|
 |
c69c7a3 |
Summary: %{summary}
|
|
 |
c69c7a3 |
|
|
 |
c69c7a3 |
%description -n python3-%{pypi_name}
|
|
 |
c69c7a3 |
Interactive HTML widgets for Jupyter notebooks and the IPython kernel.
|
|
 |
c69c7a3 |
|
|
 |
c69c7a3 |
%prep
|
|
 |
ffd7adc |
%autosetup -p1 -n %{pypi_name}-%{version}
|
|
 |
271eafe |
# Jupyterlab_widgets is a new dependency in ipywidgets 7.6
|
|
 |
271eafe |
# and it contains code which enables widgets in Jupyter lab
|
|
 |
271eafe |
# not requiring any manual steps. But we don't have Jupyter lab
|
|
 |
271eafe |
# in Fedora yet so we do not need this package at all.
|
|
 |
77de5e1 |
sed -i "/jupyterlab_widgets/d" setup.cfg
|
|
 |
c69c7a3 |
|
|
 |
77de5e1 |
%generate_buildrequires
|
|
 |
77de5e1 |
%pyproject_buildrequires -x test
|
|
 |
c69c7a3 |
|
|
 |
c69c7a3 |
%build
|
|
 |
77de5e1 |
%pyproject_wheel
|
|
 |
c69c7a3 |
|
|
 |
c69c7a3 |
%install
|
|
 |
77de5e1 |
%pyproject_install
|
|
 |
77de5e1 |
%pyproject_save_files %{pypi_name}
|
|
 |
c69c7a3 |
|
|
 |
c69c7a3 |
%check
|
|
 |
77de5e1 |
%pytest
|
|
 |
c69c7a3 |
|
|
 |
77de5e1 |
%files -n python3-%{pypi_name} -f %{pyproject_files}
|
|
 |
c69c7a3 |
%doc README.md
|
|
 |
c69c7a3 |
|
|
 |
c69c7a3 |
%changelog
|
|
 |
178832f |
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 8.0.4-2
|
|
 |
178832f |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
 |
178832f |
|
|
 |
df75127 |
* Thu Dec 22 2022 Lumír Balhar <lbalhar@redhat.com> - 8.0.4-1
|
|
 |
df75127 |
- Update to 8.0.4 (rhbz#2155794)
|
|
 |
df75127 |
|
|
 |
c977f64 |
* Wed Dec 07 2022 Lumír Balhar <lbalhar@redhat.com> - 8.0.3-1
|
|
 |
c977f64 |
- Update to 8.0.3 (rhbz#2151510)
|
|
 |
c977f64 |
|
|
 |
73d66cc |
* Sat Sep 03 2022 Lumír Balhar <lbalhar@redhat.com> - 8.0.2-1
|
|
 |
73d66cc |
- Update to 8.0.2
|
|
 |
73d66cc |
Resolves: rhbz#2123852
|
|
 |
73d66cc |
|
|
 |
77de5e1 |
* Mon Aug 22 2022 Lumír Balhar <lbalhar@redhat.com> - 8.0.1-1
|
|
 |
77de5e1 |
- Update to 8.0.1
|
|
 |
77de5e1 |
Resolves: rhbz#2119307
|
|
 |
77de5e1 |
|
|
 |
e3d1660 |
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 7.7.0-4
|
|
 |
e3d1660 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
 |
e3d1660 |
|
|
 |
dcb4ada |
* Wed Jun 15 2022 Python Maint <python-maint@redhat.com> - 7.7.0-3
|
|
 |
dcb4ada |
- Rebuilt for Python 3.11
|
|
 |
dcb4ada |
|
|
 |
bae39c1 |
* Wed Jun 08 2022 Lumír Balhar <lbalhar@redhat.com> - 7.7.0-2
|
|
 |
bae39c1 |
- Fix tests for Python 3.11
|
|
 |
bae39c1 |
Resolves: rhbz#2086425
|
|
 |
bae39c1 |
|
|
 |
e5ebd30 |
* Mon May 16 2022 Lumír Balhar <lbalhar@redhat.com> - 7.7.0-1
|
|
 |
e5ebd30 |
- Update to 7.7.0
|
|
 |
e5ebd30 |
|
|
 |
1a4cb84 |
* Thu Feb 03 2022 Lumír Balhar <lbalhar@redhat.com> - 7.6.5-1
|
|
 |
1a4cb84 |
- Update to 7.6.5
|
|
 |
1a4cb84 |
Resolves: rhbz#2023926
|
|
 |
1a4cb84 |
|
|
 |
05dc407 |
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 7.6.4-2
|
|
 |
05dc407 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
 |
05dc407 |
|
|
 |
c3f0ee4 |
* Wed Sep 01 2021 Lumír Balhar <lbalhar@redhat.com> - 7.6.4-1
|
|
 |
c3f0ee4 |
- Update to 7.6.4
|
|
 |
c3f0ee4 |
Resolves: rhbz#1977142
|
|
 |
c3f0ee4 |
|
|
 |
9ed8134 |
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 7.6.3-3
|
|
 |
9ed8134 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
 |
9ed8134 |
|
|
 |
527388e |
* Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 7.6.3-2
|
|
 |
527388e |
- Rebuilt for Python 3.10
|
|
 |
527388e |
|
|
 |
271eafe |
* Thu Feb 11 2021 Lumír Balhar <lbalhar@redhat.com> - 7.6.3-1
|
|
 |
271eafe |
- Update to 7.6.3
|
|
 |
271eafe |
Resolves: rhbz#1927539
|
|
 |
271eafe |
|
|
 |
ffd7adc |
* Mon Feb 08 2021 Lumír Balhar <lbalhar@redhat.com> - 7.5.1-4
|
|
 |
ffd7adc |
- Fix tests for Python 3.10
|
|
 |
ffd7adc |
|
|
 |
7769378 |
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 7.5.1-3
|
|
 |
7769378 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
 |
7769378 |
|
|
 |
c73b495 |
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 7.5.1-2
|
|
 |
c73b495 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
 |
c73b495 |
|
|
 |
c69c7a3 |
* Mon Jul 13 2020 Lumír Balhar <lbalhar@redhat.com> - 7.5.1-1
|
|
 |
c69c7a3 |
- Initial package.
|