Accepting request 1002363 from home:apersaud:branches:devel:languages:python:jupyter

update to latest version

OBS-URL: https://build.opensuse.org/request/show/1002363
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-jupyter-packaging?expand=0&rev=17
This commit is contained in:
Benjamin Greiner 2022-09-10 02:56:06 +00:00 committed by Git OBS Bridge
parent 361f49146e
commit 2e3ec2c604
4 changed files with 18 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,16 @@
-------------------------------------------------------------------
Thu Sep 8 14:55:19 UTC 2022 - Arun Persaud <arun@gmx.de>
- update to version 0.12.3:
* Bugs fixed
+ only remove --skip-npm from argv if it is here #161 (@videlec)
* Maintenance and upkeep improvements
+ [pre-commit.ci] pre-commit autoupdate #159 (@pre-commit-ci)
+ [pre-commit.ci] pre-commit autoupdate #158 (@pre-commit-ci)
+ [pre-commit.ci] pre-commit autoupdate #157 (@pre-commit-ci)
+ [pre-commit.ci] pre-commit autoupdate #156 (@pre-commit-ci)
+ [pre-commit.ci] pre-commit autoupdate #155 (@pre-commit-ci)
-------------------------------------------------------------------
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}