From 5920c12be38150d370c4a2ede7e90aac477c8cbf41d3420bd22f29537f5dbe6e Mon Sep 17 00:00:00 2001 From: Benjamin Greiner Date: Sun, 23 Apr 2023 21:13:39 +0000 Subject: [PATCH] Accepting request 1082334 from home:bnavigator:branches:devel:languages:python:jupyter - Update to 0.8.3 * Use local coverage #114 (@blink1073) * Add more linting #106 (@blink1073) * Fix test typing #104 (@blink1073) * Add more ci checks #102 (@blink1073) OBS-URL: https://build.opensuse.org/request/show/1082334 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-hatch-jupyter-builder?expand=0&rev=6 --- hatch_jupyter_builder-0.8.2.tar.gz | 3 --- hatch_jupyter_builder-0.8.3.tar.gz | 3 +++ python-hatch-jupyter-builder.changes | 9 +++++++++ python-hatch-jupyter-builder.spec | 6 ++++-- 4 files changed, 16 insertions(+), 5 deletions(-) delete mode 100644 hatch_jupyter_builder-0.8.2.tar.gz create mode 100644 hatch_jupyter_builder-0.8.3.tar.gz diff --git a/hatch_jupyter_builder-0.8.2.tar.gz b/hatch_jupyter_builder-0.8.2.tar.gz deleted file mode 100644 index d8a48f5..0000000 --- a/hatch_jupyter_builder-0.8.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6436daace48622cefc8585c5d2988a1046c074b65ab5715de04666535a5edff7 -size 53528 diff --git a/hatch_jupyter_builder-0.8.3.tar.gz b/hatch_jupyter_builder-0.8.3.tar.gz new file mode 100644 index 0000000..e85dcb5 --- /dev/null +++ b/hatch_jupyter_builder-0.8.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0dbd14a8aef6636764f88a8fd1fcc9a91921e5c50356e6aab251782f264ae960 +size 54754 diff --git a/python-hatch-jupyter-builder.changes b/python-hatch-jupyter-builder.changes index 36bb46c..0fd26cf 100644 --- a/python-hatch-jupyter-builder.changes +++ b/python-hatch-jupyter-builder.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Sun Apr 23 21:09:46 UTC 2023 - Ben Greiner + +- Update to 0.8.3 + * Use local coverage #114 (@blink1073) + * Add more linting #106 (@blink1073) + * Fix test typing #104 (@blink1073) + * Add more ci checks #102 (@blink1073) + ------------------------------------------------------------------- Sun Dec 25 20:55:15 UTC 2022 - Ben Greiner diff --git a/python-hatch-jupyter-builder.spec b/python-hatch-jupyter-builder.spec index aab2df5..443ba58 100644 --- a/python-hatch-jupyter-builder.spec +++ b/python-hatch-jupyter-builder.spec @@ -1,7 +1,7 @@ # # spec file for package python-hatch-jupyter-builder # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ # This si with alts/libalternatives only and has never been something else %bcond_without libalternatives Name: python-hatch-jupyter-builder -Version: 0.8.2 +Version: 0.8.3 Release: 0 Summary: A hatch plugin to help build Jupyter packages License: BSD-3-Clause @@ -51,6 +51,7 @@ adds a build step for use with Jupyter packages. %prep %autosetup -p1 -n hatch_jupyter_builder-%{version} +sed -i '/addopts/ s/--color=yes//' pyproject.toml %build %pyproject_wheel @@ -70,6 +71,7 @@ adds a build step for use with Jupyter packages. %python_uninstall_alternative hatch-jupyter-builder %files %{python_files} +%license LICENSE.txt %python_alternative %{_bindir}/hatch-jupyter-builder %{python_sitelib}/hatch_jupyter_builder %{python_sitelib}/hatch_jupyter_builder-%{version}.dist-info