Accepting request 944213 from devel:languages:python:jupyter

OBS-URL: https://build.opensuse.org/request/show/944213
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jupyter-packaging?expand=0&rev=6
This commit is contained in:
Dominique Leuenberger 2022-01-08 22:23:17 +00:00 committed by Git OBS Bridge
commit fb8635beca
4 changed files with 17 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a8a2c90bf2e0cae83be63ccb0b7035032a1589f268cc08b1d479e37ce50fc940
size 21836

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6f5c7eeea98f7f3c8fb41d565a94bf59791768a93f93148b3c2dfb7ebade8eec
size 21715

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Sun Nov 21 14:19:40 UTC 2021 - Ben Greiner <code@bnavigator.de>
- Update to 0.11.1
* Fix running testsuite within virtualenv #111 (@jnahmias)
-------------------------------------------------------------------
Fri Nov 12 21:35:52 UTC 2021 - Ben Greiner <code@bnavigator.de>
- Update to 0.11.0
* Drop support for Python 3.6 and add support for Python 3.10
-------------------------------------------------------------------
Sun Oct 17 17:34:08 UTC 2021 - Ben Greiner <code@bnavigator.de>

View File

@ -19,13 +19,14 @@
%{?!python_module:%define python_module() python3-%{**}}
%define skip_python2 1
Name: python-jupyter-packaging
Version: 0.10.6
Version: 0.11.1
Release: 0
Summary: Jupyter Packaging Utilities
License: BSD-3-Clause
Group: Development/Languages/Python
URL: https://github.com/jupyter/jupyter-packaging
Source: https://files.pythonhosted.org/packages/source/j/jupyter-packaging/jupyter_packaging-%{version}.tar.gz
BuildRequires: %{python_module base >= 3.7}
BuildRequires: %{python_module deprecation}
BuildRequires: %{python_module packaging}
BuildRequires: %{python_module setuptools >= 46.4.0}