From ab35ec6372da4fe0cf70f78598022ac89ad1232994f0f1f2e5090930b81b896b Mon Sep 17 00:00:00 2001 From: Benjamin Greiner Date: Sun, 17 Oct 2021 21:54:11 +0000 Subject: [PATCH] Accepting request 925886 from home:bnavigator:branches:devel:languages:python:jupyter - Update to 0.10.6 * The import of bdist_wheel is optional, must check for None before using it #106 (@ellert) - Release 0.10.5 * Fix last one hardcoded unversioned python command #98 (@frenzymadness) * Add note about using the build package #104 (@blink1073) - Release 0.10.4 * Handle missing yarn #99 (@blink1073) OBS-URL: https://build.opensuse.org/request/show/925886 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-jupyter-packaging?expand=0&rev=10 --- jupyter_packaging-0.10.3.tar.gz | 3 --- jupyter_packaging-0.10.6.tar.gz | 3 +++ python-jupyter-packaging.changes | 13 +++++++++++++ python-jupyter-packaging.spec | 2 +- 4 files changed, 17 insertions(+), 4 deletions(-) delete mode 100644 jupyter_packaging-0.10.3.tar.gz create mode 100644 jupyter_packaging-0.10.6.tar.gz diff --git a/jupyter_packaging-0.10.3.tar.gz b/jupyter_packaging-0.10.3.tar.gz deleted file mode 100644 index a9b76af..0000000 --- a/jupyter_packaging-0.10.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:80799306fa42752a3592e9fda3bac7ecc8c56a2a13f26932c922b8c064378437 -size 21530 diff --git a/jupyter_packaging-0.10.6.tar.gz b/jupyter_packaging-0.10.6.tar.gz new file mode 100644 index 0000000..ef6e69a --- /dev/null +++ b/jupyter_packaging-0.10.6.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8a2c90bf2e0cae83be63ccb0b7035032a1589f268cc08b1d479e37ce50fc940 +size 21836 diff --git a/python-jupyter-packaging.changes b/python-jupyter-packaging.changes index 1ff1a48..d5e7766 100644 --- a/python-jupyter-packaging.changes +++ b/python-jupyter-packaging.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Sun Oct 17 17:34:08 UTC 2021 - Ben Greiner + +- Update to 0.10.6 + * The import of bdist_wheel is optional, must check for None + before using it #106 (@ellert) +- Release 0.10.5 + * Fix last one hardcoded unversioned python command #98 + (@frenzymadness) + * Add note about using the build package #104 (@blink1073) +- Release 0.10.4 + * Handle missing yarn #99 (@blink1073) + ------------------------------------------------------------------- Fri Jun 25 18:53:47 UTC 2021 - Ben Greiner diff --git a/python-jupyter-packaging.spec b/python-jupyter-packaging.spec index fa73a74..6a0987b 100644 --- a/python-jupyter-packaging.spec +++ b/python-jupyter-packaging.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python3-%{**}} %define skip_python2 1 Name: python-jupyter-packaging -Version: 0.10.3 +Version: 0.10.6 Release: 0 Summary: Jupyter Packaging Utilities License: BSD-3-Clause