- 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:
Benjamin Greiner 2024-03-28 19:35:37 +00:00 committed by Git OBS Bridge
parent 5920c12be3
commit 1a238eb619
4 changed files with 20 additions and 9 deletions

BIN
hatch_jupyter_builder-0.8.3.tar.gz (Stored with Git LFS)

Binary file not shown.

View File

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

View File

@ -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> Sun Apr 23 21:09:46 UTC 2023 - Ben Greiner <code@bnavigator.de>

View File

@ -1,7 +1,7 @@
# #
# spec file for package python-hatch-jupyter-builder # 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 # 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
@ -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 %bcond_without libalternatives
Name: python-hatch-jupyter-builder Name: python-hatch-jupyter-builder
Version: 0.8.3 Version: 0.9.1
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
@ -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 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 # PATCH-FIX-OPENSUSE hatch-test-nonisolated.patch code@bnavigator.de
Patch1: hatch-test-nonisolated.patch 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: %{python_module pip}
BuildRequires: alts BuildRequires: alts
BuildRequires: fdupes BuildRequires: fdupes
BuildRequires: python-rpm-macros BuildRequires: python-rpm-macros
Requires: alts Requires: alts
Requires: python-hatchling >= 1.5 Requires: python-hatchling >= 1.17
Provides: python-hatch_jupyter_builder = %{version}-%{release} Provides: python-hatch_jupyter_builder = %{version}-%{release}
BuildArch: noarch BuildArch: noarch
# SECTION test # SECTION test
@ -51,7 +52,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 sed -i 's/"--color=yes", //' pyproject.toml
%build %build
%pyproject_wheel %pyproject_wheel