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
This commit is contained in:
parent
0a18d1ee5e
commit
5920c12be3
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:6436daace48622cefc8585c5d2988a1046c074b65ab5715de04666535a5edff7
|
|
||||||
size 53528
|
|
BIN
hatch_jupyter_builder-0.8.3.tar.gz
(Stored with Git LFS)
Normal file
BIN
hatch_jupyter_builder-0.8.3.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Apr 23 21:09:46 UTC 2023 - Ben Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
|
- 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 <code@bnavigator.de>
|
Sun Dec 25 20:55:15 UTC 2022 - Ben Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-hatch-jupyter-builder
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# 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
|
# This si with alts/libalternatives only and has never been something else
|
||||||
%bcond_without libalternatives
|
%bcond_without libalternatives
|
||||||
Name: python-hatch-jupyter-builder
|
Name: python-hatch-jupyter-builder
|
||||||
Version: 0.8.2
|
Version: 0.8.3
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A hatch plugin to help build Jupyter packages
|
Summary: A hatch plugin to help build Jupyter packages
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
@ -51,6 +51,7 @@ adds a build step for use with Jupyter packages.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -p1 -n hatch_jupyter_builder-%{version}
|
%autosetup -p1 -n hatch_jupyter_builder-%{version}
|
||||||
|
sed -i '/addopts/ s/--color=yes//' pyproject.toml
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%pyproject_wheel
|
%pyproject_wheel
|
||||||
@ -70,6 +71,7 @@ adds a build step for use with Jupyter packages.
|
|||||||
%python_uninstall_alternative hatch-jupyter-builder
|
%python_uninstall_alternative hatch-jupyter-builder
|
||||||
|
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
|
%license LICENSE.txt
|
||||||
%python_alternative %{_bindir}/hatch-jupyter-builder
|
%python_alternative %{_bindir}/hatch-jupyter-builder
|
||||||
%{python_sitelib}/hatch_jupyter_builder
|
%{python_sitelib}/hatch_jupyter_builder
|
||||||
%{python_sitelib}/hatch_jupyter_builder-%{version}.dist-info
|
%{python_sitelib}/hatch_jupyter_builder-%{version}.dist-info
|
||||||
|
Loading…
Reference in New Issue
Block a user