summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD10
2 files changed, 11 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2e064b3cf70a..2446b6f8564c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,19 @@
pkgbase = jupyterhub-idle-culler
pkgdesc = JupyterHub service to cull and shut down idle users and notebook servers
- pkgver = 1.2.1
- pkgrel = 2
+ pkgver = 1.3.1
+ pkgrel = 1
url = https://github.com/jupyterhub/jupyterhub-idle-culler
arch = any
- license = BSD
+ license = BSD-3-Clause
makedepends = git
makedepends = python-build
+ makedepends = python-hatchling
makedepends = python-installer
- makedepends = python-setuptools
makedepends = python-wheel
depends = python-dateutil
+ depends = python-packaging
depends = python-tornado
- source = git+https://github.com/jupyterhub/jupyterhub-idle-culler.git#tag=1.2.1
+ source = git+https://github.com/jupyterhub/jupyterhub-idle-culler.git#tag=1.3.1
sha256sums = SKIP
pkgname = jupyterhub-idle-culler
diff --git a/PKGBUILD b/PKGBUILD
index e467599d5234..432bb1507b3b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=jupyterhub-idle-culler
pkgdesc="JupyterHub service to cull and shut down idle users and notebook servers"
-pkgver=1.2.1
-pkgrel=2
+pkgver=1.3.1
+pkgrel=1
url="https://github.com/jupyterhub/jupyterhub-idle-culler"
-license=('BSD')
+license=('BSD-3-Clause')
arch=('any')
-depends=('python-dateutil' 'python-tornado')
-makedepends=('git' 'python-build' 'python-installer' 'python-setuptools' 'python-wheel')
+depends=('python-dateutil' 'python-packaging' 'python-tornado')
+makedepends=('git' 'python-build' 'python-hatchling' 'python-installer' 'python-wheel')
_pyname=jupyterhub_idle_culler
source=(