Jakub Klinkovský pushed to branch main at Arch Linux / Packaging / Packages /
python-streamlit
Commits:
8825c81e by Jakub Klinkovský at 2025-12-18T17:57:04+01:00
upgpkg: 1.52.2-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.52.1
+ pkgver = 1.52.2
pkgrel = 1
url = https://streamlit.io
arch = any
@@ -52,7 +52,7 @@ pkgbase = python-streamlit
optdepends = python-rich: for syntax highlighting in error logs
optdepends = python-sqlalchemy: for connecting to SQL databases
optdepends = python-xarray: for using Xarray datasets
- source = git+https://github.com/streamlit/streamlit#tag=1.52.1
- b2sums =
8c0d1b642451132c13ca827643c894c6335761048b61b0cca401c0c61395ca9a586d62e92d82df38d0300913384a3420da87c2646ff92bf651cc77edac054123
+ source = git+https://github.com/streamlit/streamlit#tag=1.52.2
+ b2sums =
2c98bc1983267ffef431c2d13eaf6c460179b140e280cfdbfe3be38ea51fefda01dde3b216288930143db3359dc68148ede14149b5538344e536cafd0147f5d2
pkgname = python-streamlit
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
_name=streamlit
pkgname=python-$_name
-pkgver=1.52.1
+pkgver=1.52.2
pkgrel=1
pkgdesc="A faster way to build and share data apps"
arch=(any)
@@ -69,7 +69,7 @@ source=(
# build requires git in frontend/protobuf/scripts/generate-proto.js
git+https://github.com/streamlit/streamlit#tag=$pkgver
)
-b2sums=('8c0d1b642451132c13ca827643c894c6335761048b61b0cca401c0c61395ca9a586d62e92d82df38d0300913384a3420da87c2646ff92bf651cc77edac054123')
+b2sums=('2c98bc1983267ffef431c2d13eaf6c460179b140e280cfdbfe3be38ea51fefda01dde3b216288930143db3359dc68148ede14149b5538344e536cafd0147f5d2')
# 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/8825c81e8733bb3fea403acfebb44068d8f9c1a9
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-streamlit/-/commit/8825c81e8733bb3fea403acfebb44068d8f9c1a9
You're receiving this email because of your account on gitlab.archlinux.org.