From 9986edeae811529ed32d17c0f97e5544dec8c75381f8dbca411e8f0c457e701e Mon Sep 17 00:00:00 2001 From: Benjamin Greiner Date: Thu, 6 Jan 2022 11:11:41 +0000 Subject: [PATCH] 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 --- jupyter_packaging-0.10.6.tar.gz | 3 --- jupyter_packaging-0.11.1.tar.gz | 3 +++ python-jupyter-packaging.changes | 12 ++++++++++++ python-jupyter-packaging.spec | 3 ++- 4 files changed, 17 insertions(+), 4 deletions(-) delete mode 100644 jupyter_packaging-0.10.6.tar.gz create mode 100644 jupyter_packaging-0.11.1.tar.gz diff --git a/jupyter_packaging-0.10.6.tar.gz b/jupyter_packaging-0.10.6.tar.gz deleted file mode 100644 index ef6e69a..0000000 --- a/jupyter_packaging-0.10.6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a8a2c90bf2e0cae83be63ccb0b7035032a1589f268cc08b1d479e37ce50fc940 -size 21836 diff --git a/jupyter_packaging-0.11.1.tar.gz b/jupyter_packaging-0.11.1.tar.gz new file mode 100644 index 0000000..2b97cea --- /dev/null +++ b/jupyter_packaging-0.11.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f5c7eeea98f7f3c8fb41d565a94bf59791768a93f93148b3c2dfb7ebade8eec +size 21715 diff --git a/python-jupyter-packaging.changes b/python-jupyter-packaging.changes index d5e7766..cbb720b 100644 --- a/python-jupyter-packaging.changes +++ b/python-jupyter-packaging.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Sun Nov 21 14:19:40 UTC 2021 - Ben Greiner + +- Update to 0.11.1 + * Fix running testsuite within virtualenv #111 (@jnahmias) + +------------------------------------------------------------------- +Fri Nov 12 21:35:52 UTC 2021 - Ben Greiner + +- 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 diff --git a/python-jupyter-packaging.spec b/python-jupyter-packaging.spec index 6a0987b..bd07357 100644 --- a/python-jupyter-packaging.spec +++ b/python-jupyter-packaging.spec @@ -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}