Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
jupyter-server-fileid


Commits:
35ccd4a7 by Antonio Rojas at 2024-04-18T23:02:08+02:00
upgpkg: 0.9.2-1: Update to 0.9.2

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,10 +1,10 @@
 pkgbase = jupyter-server-fileid
        pkgdesc = A Jupyter Server extension providing an implementation of the 
File ID service
-       pkgver = 0.9.1
-       pkgrel = 2
+       pkgver = 0.9.2
+       pkgrel = 1
        url = https://jupyter.org/
        arch = any
-       license = BSD
+       license = BSD-3-Clause
        checkdepends = python-pytest-jupyter
        makedepends = python-build
        makedepends = python-hatchling
@@ -16,7 +16,7 @@ pkgbase = jupyter-server-fileid
        depends = python-jupyter-events
        depends = python-tornado
        depends = python-traitlets
-       source = 
https://github.com/jupyter-server/jupyter_server_fileid/releases/download/v0.9.1/jupyter_server_fileid-0.9.1.tar.gz
-       sha256sums = 
7486bca3acf9bbaab7ce5127f9f64d2df58f5d2de377609fb833291a7217a6a2
+       source = 
https://github.com/jupyter-server/jupyter_server_fileid/releases/download/v0.9.2/jupyter_server_fileid-0.9.2.tar.gz
+       sha256sums = 
ffb11460ca5f8567644f6120b25613fca8e3f3048b38d14c6e3fe1902f314a9b
 
 pkgname = jupyter-server-fileid


=====================================
PKGBUILD
=====================================
@@ -2,12 +2,12 @@
 
 _pyname=jupyter_server_fileid
 pkgname=jupyter-server-fileid
-pkgver=0.9.1
-pkgrel=2
+pkgver=0.9.2
+pkgrel=1
 pkgdesc='A Jupyter Server extension providing an implementation of the File ID 
service'
 arch=(any)
 url='https://jupyter.org/'
-license=(BSD)
+license=(BSD-3-Clause)
 depends=(jupyter-server
          python
          python-click
@@ -20,7 +20,7 @@ makedepends=(python-build
              python-installer)
 checkdepends=(python-pytest-jupyter)
 
source=(https://github.com/jupyter-server/$_pyname/releases/download/v$pkgver/$_pyname-$pkgver.tar.gz)
-sha256sums=('7486bca3acf9bbaab7ce5127f9f64d2df58f5d2de377609fb833291a7217a6a2')
+sha256sums=('ffb11460ca5f8567644f6120b25613fca8e3f3048b38d14c6e3fe1902f314a9b')
 
 build() {
   cd $_pyname-$pkgver



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/jupyter-server-fileid/-/commit/35ccd4a703aa39e90eb621bfeee6aa555604e4ba

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/jupyter-server-fileid/-/commit/35ccd4a703aa39e90eb621bfeee6aa555604e4ba
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to