Accepting request 1002376 from devel:languages:python:jupyter

- update to version 0.12.3
  * only remove --skip-npm from argv if it is here #161 (@videlec)

OBS-URL: https://build.opensuse.org/request/show/1002376
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jupyter-packaging?expand=0&rev=8
This commit is contained in:
Dominique Leuenberger 2022-09-10 18:17:27 +00:00 committed by Git OBS Bridge
commit 725a1b4f14
4 changed files with 11 additions and 5 deletions

View File

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

BIN
jupyter_packaging-0.12.3.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Sep 8 14:55:19 UTC 2022 - Arun Persaud <arun@gmx.de>
- update to version 0.12.3
* only remove --skip-npm from argv if it is here #161 (@videlec)
-------------------------------------------------------------------
Wed Jul 13 08:32:37 UTC 2022 - Ben Greiner <code@bnavigator.de>

View File

@ -17,13 +17,13 @@
Name: python-jupyter-packaging
Version: 0.12.2
Version: 0.12.3
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
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 hatchling}