- Update to 0.9.1
* Use tomllib from the Python 3.11+ standard library #108 (@hroncok) - Release 0.9.0 * Update index.rst #139 (@agoose77) * Migration script fixes #138 (@akx) * Maintenance and upkeep improvements OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-hatch-jupyter-builder?expand=0&rev=8
This commit is contained in:
parent
5920c12be3
commit
1a238eb619
BIN
hatch_jupyter_builder-0.8.3.tar.gz
(Stored with Git LFS)
BIN
hatch_jupyter_builder-0.8.3.tar.gz
(Stored with Git LFS)
Binary file not shown.
3
hatch_jupyter_builder-0.9.1.tar.gz
Normal file
3
hatch_jupyter_builder-0.9.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:79278198d124c646b799c5e8dca8504aed9dcaaa88d071a09eb0b5c2009a58ad
|
||||
size 55953
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 28 19:30:05 UTC 2024 - Ben Greiner <code@bnavigator.de>
|
||||
|
||||
- Update to 0.9.1
|
||||
* Use tomllib from the Python 3.11+ standard library #108 (@hroncok)
|
||||
- Release 0.9.0
|
||||
* Update index.rst #139 (@agoose77)
|
||||
* Migration script fixes #138 (@akx)
|
||||
* Maintenance and upkeep improvements
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 23 21:09:46 UTC 2023 - Ben Greiner <code@bnavigator.de>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-hatch-jupyter-builder
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -16,10 +16,10 @@
|
||||
#
|
||||
|
||||
|
||||
# This si with alts/libalternatives only and has never been something else
|
||||
# This is with alts/libalternatives only and has never been something else
|
||||
%bcond_without libalternatives
|
||||
Name: python-hatch-jupyter-builder
|
||||
Version: 0.8.3
|
||||
Version: 0.9.1
|
||||
Release: 0
|
||||
Summary: A hatch plugin to help build Jupyter packages
|
||||
License: BSD-3-Clause
|
||||
@ -27,13 +27,14 @@ URL: https://github.com/jupyterlab/hatch-jupyter-builder
|
||||
Source: https://files.pythonhosted.org/packages/source/h/hatch_jupyter_builder/hatch_jupyter_builder-%{version}.tar.gz
|
||||
# PATCH-FIX-OPENSUSE hatch-test-nonisolated.patch code@bnavigator.de
|
||||
Patch1: hatch-test-nonisolated.patch
|
||||
BuildRequires: %{python_module hatchling >= 1.5}
|
||||
BuildRequires: %{python_module base >= 3.8}
|
||||
BuildRequires: %{python_module hatchling >= 1.17}
|
||||
BuildRequires: %{python_module pip}
|
||||
BuildRequires: alts
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
Requires: alts
|
||||
Requires: python-hatchling >= 1.5
|
||||
Requires: python-hatchling >= 1.17
|
||||
Provides: python-hatch_jupyter_builder = %{version}-%{release}
|
||||
BuildArch: noarch
|
||||
# SECTION test
|
||||
@ -51,7 +52,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
|
||||
sed -i 's/"--color=yes", //' pyproject.toml
|
||||
|
||||
%build
|
||||
%pyproject_wheel
|
||||
|
Loading…
Reference in New Issue
Block a user