Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
python-hatch-jupyter-builder
Commits:
61ed5650 by Antonio Rojas at 2024-03-12T19:45:42+01:00
upgpkg: 0.9.1-1: Update to 0.9.1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = python-hatch-jupyter-builder
pkgdesc = A hatch plugin to help build Jupyter packages
- pkgver = 0.9.0
+ pkgver = 0.9.1
pkgrel = 1
url = https://jupyter.org/
arch = any
@@ -14,7 +14,7 @@ pkgbase = python-hatch-jupyter-builder
depends = python-hatchling
depends = python-packaging
depends = python-tomli
- source =
https://github.com/jupyterlab/hatch-jupyter-builder/releases/download/v0.9.0/hatch_jupyter_builder-0.9.0.tar.gz
- sha256sums =
f31875c8236c84d29b629efa0f03a9483165d2c6e9b5253d1437c90ae31c3084
+ source =
https://github.com/jupyterlab/hatch-jupyter-builder/releases/download/v0.9.1/hatch_jupyter_builder-0.9.1.tar.gz
+ sha256sums =
79278198d124c646b799c5e8dca8504aed9dcaaa88d071a09eb0b5c2009a58ad
pkgname = python-hatch-jupyter-builder
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
_pipname=hatch_jupyter_builder
pkgname=python-hatch-jupyter-builder
-pkgver=0.9.0
+pkgver=0.9.1
pkgrel=1
pkgdesc='A hatch plugin to help build Jupyter packages'
arch=(any)
@@ -18,7 +18,7 @@ checkdepends=(python-pytest
python-pytest-mock
python-tomli)
source=(https://github.com/jupyterlab/hatch-jupyter-builder/releases/download/v$pkgver/${_pipname//-/_}-$pkgver.tar.gz)
-sha256sums=('f31875c8236c84d29b629efa0f03a9483165d2c6e9b5253d1437c90ae31c3084')
+sha256sums=('79278198d124c646b799c5e8dca8504aed9dcaaa88d071a09eb0b5c2009a58ad')
build() {
cd $_pipname-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-hatch-jupyter-builder/-/commit/61ed56505eeff813df58a8205b15097b5a8d0801
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-hatch-jupyter-builder/-/commit/61ed56505eeff813df58a8205b15097b5a8d0801
You're receiving this email because of your account on gitlab.archlinux.org.