Accepting request 944212 from home:bnavigator:branches:devel:languages:python:jupyter

- Update to 0.11.1
  * Fix running testsuite within virtualenv #111 (@jnahmias)
- Update to 0.11.0
  * Drop support for Python 3.6 and add support for Python 3.10

OBS-URL: https://build.opensuse.org/request/show/944212
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-jupyter-packaging?expand=0&rev=11
This commit is contained in:
Benjamin Greiner 2022-01-06 11:11:41 +00:00 committed by Git OBS Bridge
parent ab35ec6372
commit 9986edeae8
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}