diff --git a/hatch_jupyter_builder-0.8.3.tar.gz b/hatch_jupyter_builder-0.8.3.tar.gz deleted file mode 100644 index e85dcb5..0000000 --- a/hatch_jupyter_builder-0.8.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0dbd14a8aef6636764f88a8fd1fcc9a91921e5c50356e6aab251782f264ae960 -size 54754 diff --git a/hatch_jupyter_builder-0.9.1.tar.gz b/hatch_jupyter_builder-0.9.1.tar.gz new file mode 100644 index 0000000..5fd73de --- /dev/null +++ b/hatch_jupyter_builder-0.9.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79278198d124c646b799c5e8dca8504aed9dcaaa88d071a09eb0b5c2009a58ad +size 55953 diff --git a/python-hatch-jupyter-builder.changes b/python-hatch-jupyter-builder.changes index 0fd26cf..9dc2f50 100644 --- a/python-hatch-jupyter-builder.changes +++ b/python-hatch-jupyter-builder.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Thu Mar 28 19:30:05 UTC 2024 - Ben Greiner + +- 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 diff --git a/python-hatch-jupyter-builder.spec b/python-hatch-jupyter-builder.spec index 443ba58..01c633d 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) 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