Jakub Klinkovský pushed to branch main at Arch Linux / Packaging / Packages /
python-streamlit
Commits:
d7b57643 by Jakub Klinkovský at 2026-01-23T19:14:24+01:00
upgpkg: 1.53.1-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = python-streamlit
pkgdesc = A faster way to build and share data apps
- pkgver = 1.53.0
+ pkgver = 1.53.1
pkgrel = 1
url = https://streamlit.io
arch = any
@@ -61,7 +61,7 @@ pkgbase = python-streamlit
optdepends = python-starlette: for running with Starlette server
optdepends = python-xarray: for using Xarray datasets
optdepends = uvicorn: for running with Starlette server
- source = git+https://github.com/streamlit/streamlit#tag=1.53.0
- b2sums =
fc90ac5db98d588c25b99ded1f0b2958068d13390a206b65d84de529ae4e3e167a362317b10a753d7d8080033b4c5a98bc14729810c9fdb3cdd0607ab7da9fee
+ source = git+https://github.com/streamlit/streamlit#tag=1.53.1
+ b2sums =
b1db37b1cb48c85187be26c6f5776558fe1890bce4f6f75344abadbb47d0355668c1ebe256c216a338faf7301994fba8cc451bffcd34ec8458a8697d623dbafa
pkgname = python-streamlit
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
_name=streamlit
pkgname=python-$_name
-pkgver=1.53.0
+pkgver=1.53.1
pkgrel=1
pkgdesc="A faster way to build and share data apps"
arch=(any)
@@ -78,7 +78,7 @@ source=(
# build requires git in frontend/protobuf/scripts/generate-proto.js
git+https://github.com/streamlit/streamlit#tag=$pkgver
)
-b2sums=('fc90ac5db98d588c25b99ded1f0b2958068d13390a206b65d84de529ae4e3e167a362317b10a753d7d8080033b4c5a98bc14729810c9fdb3cdd0607ab7da9fee')
+b2sums=('b1db37b1cb48c85187be26c6f5776558fe1890bce4f6f75344abadbb47d0355668c1ebe256c216a338faf7301994fba8cc451bffcd34ec8458a8697d623dbafa')
# based on https://github.com/streamlit/streamlit/blob/develop/Makefile
build() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-streamlit/-/commit/d7b576433f959a97fc93b29f2c7c7173ed8f08e0
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-streamlit/-/commit/d7b576433f959a97fc93b29f2c7c7173ed8f08e0
You're receiving this email because of your account on gitlab.archlinux.org.