summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Bocken2024-02-25 13:08:02 +0100
committerAlexander Bocken2024-02-25 13:08:02 +0100
commit75e26f4fbe884feece87d710bb94cb44f05e608b (patch)
tree3869dff2d76018fd28bc704b6b5c2028c5813f7d
parentbde82f364726625ffc372cb2d042c9d248d08c3d (diff)
downloadaur-75e26f4fbe884feece87d710bb94cb44f05e608b.tar.gz
bump to 1.28.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index aa1b38e36ae6..27599c403176 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-solara
pkgdesc = A pure Python, React-style web framework
- pkgver = 1.26.1
+ pkgver = 1.28.0
pkgrel = 1
url = https://solara.dev
arch = any
@@ -28,8 +28,8 @@ pkgbase = python-solara
depends = uvicorn
depends = python-watchdog
depends = python-websockets
- noextract = solara-1.26.1-py2.py3-none-any.whl
- source = https://files.pythonhosted.org/packages/py2.py3/s/solara/solara-1.26.1-py2.py3-none-any.whl
- sha256sums = f3aca56b6ff316f94d7b69bce9563f3c9c4a6e20abd1a6ae4ac70b9fd431c6c1
+ noextract = solara-1.28.0-py2.py3-none-any.whl
+ source = https://files.pythonhosted.org/packages/py2.py3/s/solara/solara-1.28.0-py2.py3-none-any.whl
+ sha256sums = 1c04c5ea454b12a3de783da1bdcb8ec5f12d2cdb7f34d29712646210bcc6d766
pkgname = python-solara
diff --git a/PKGBUILD b/PKGBUILD
index a7cec5b0f9e8..c0e6f2cc6d62 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_name=solara
pkgname=python-${_name,,}
-pkgver=1.27.0
+pkgver=1.28.0
pkgrel=1
pkgdesc="A pure Python, React-style web framework"
arch=('any')
@@ -34,7 +34,7 @@ makedepends=('python-installer' 'python-wheel')
_whl="${_name//-/_}-$pkgver-py2.py3-none-any.whl"
source=("https://files.pythonhosted.org/packages/py2.py3/${_name::1}/$_name/${_whl}")
-sha256sums=('f3aca56b6ff316f94d7b69bce9563f3c9c4a6e20abd1a6ae4ac70b9fd431c6c1')
+sha256sums=('1c04c5ea454b12a3de783da1bdcb8ec5f12d2cdb7f34d29712646210bcc6d766')
noextract=("$_whl")
package() {