Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
python-ipycanvas
Commits:
001155e9 by Antonio Rojas at 2024-09-06T15:55:47+02:00
upgpkg: 0.13.3-1: Update to 0.13.3
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-ipycanvas
pkgdesc = Interactive widgets library exposing the browser's Canvas API
- pkgver = 0.13.2
- pkgrel = 2
+ pkgver = 0.13.3
+ pkgrel = 1
url = https://ipycanvas.readthedocs.io/en/latest/
arch = any
license = BSD-3-Clause
@@ -17,7 +17,7 @@ pkgbase = python-ipycanvas
depends = python-numpy
depends = python-pillow
depends = python-traitlets
- source =
git+https://github.com/jupyter-widgets-contrib/ipycanvas#tag=0.13.2
- sha256sums =
4bef2708b92261b7b00b914b5fc21b7f2c029eb6e1e13f40de83db66422daf1f
+ source =
git+https://github.com/jupyter-widgets-contrib/ipycanvas#tag=v0.13.3
+ sha256sums =
df79d708a175f3a779e31d34a3abace1b61ed1ed69fff3ffa76374a9b44c8053
pkgname = python-ipycanvas
=====================================
PKGBUILD
=====================================
@@ -2,13 +2,13 @@
_pyname=ipycanvas
pkgname=python-$_pyname
-pkgver=0.13.2
-pkgrel=2
+pkgver=0.13.3
+pkgrel=1
pkgdesc="Interactive widgets library exposing the browser's Canvas API"
url='https://ipycanvas.readthedocs.io/en/latest/'
arch=(any)
license=(BSD-3-Clause)
-source=(git+https://github.com/jupyter-widgets-contrib/ipycanvas#tag=$pkgver)
+source=(git+https://github.com/jupyter-widgets-contrib/ipycanvas#tag=v$pkgver)
depends=(python
python-ipywidgets
python-numpy
@@ -21,7 +21,7 @@ makedepends=(git
python-hatchling
python-installer
yarn)
-sha256sums=('4bef2708b92261b7b00b914b5fc21b7f2c029eb6e1e13f40de83db66422daf1f')
+sha256sums=('df79d708a175f3a779e31d34a3abace1b61ed1ed69fff3ffa76374a9b44c8053')
build() {
cd $_pyname
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-ipycanvas/-/commit/001155e945c13dd6fb93870af4f4a579a0a0e836
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-ipycanvas/-/commit/001155e945c13dd6fb93870af4f4a579a0a0e836
You're receiving this email because of your account on gitlab.archlinux.org.