Skip to content

Instantly share code, notes, and snippets.

@radupotop
Created February 16, 2023 17:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save radupotop/8fb518a2f8774446f3040efa6605a2b0 to your computer and use it in GitHub Desktop.
Save radupotop/8fb518a2f8774446f3040efa6605a2b0 to your computer and use it in GitHub Desktop.
From 4e270c2a67ecc627f87c8f37c6e36df0e67e7515 Mon Sep 17 00:00:00 2001
From: Radu Potop <radu@wooptoo.com>
Date: Thu, 16 Feb 2023 17:28:17 +0000
Subject: [PATCH] update
---
.SRCINFO | 10 +++++-----
PKGBUILD | 13 ++++++-------
2 files changed, 11 insertions(+), 12 deletions(-)
diff --git a/.SRCINFO b/.SRCINFO
index 1126a4f..0d5de4a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = python-msgspec
- pkgdesc = A fast and friendly JSON/MessagePack library, with optional schema validation
- pkgver = 0.11.0
+ pkgdesc = A fast serialization and validation library, with builtin support for JSON, MessagePack, YAML, and TOML
+ pkgver = 0.13.1
pkgrel = 1
- url = https://github.com/Fraunhofer-AISEC/gallia
+ url = https://github.com/jcrist/msgspec
arch = any
license = BSD
makedepends = python-build
makedepends = python-installer
makedepends = git
depends = python
- source = https://github.com/jcrist/msgspec/archive/refs/tags/0.11.0.tar.gz
- sha256sums = f7b2c258301c8f00a7d49fef5f3f0e58a49b1a0a0eaca67e2804066718affa26
+ source = https://github.com/jcrist/msgspec/archive/refs/tags/0.13.1.tar.gz
+ sha256sums = afc9d3abdce45acbb26a9dedafafd614a7f12e1f09edbe45f751b4bb914674bd
pkgname = python-msgspec
diff --git a/PKGBUILD b/PKGBUILD
index 5bdc15a..a7a0989 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,18 +2,15 @@
pkgname=python-msgspec
_pkgname=msgspec
-pkgver=0.11.0
+pkgver=0.13.1
pkgrel=1
-pkgdesc='A fast and friendly JSON/MessagePack library, with optional schema validation'
+pkgdesc='A fast serialization and validation library, with builtin support for JSON, MessagePack, YAML, and TOML'
arch=(any)
-url="https://github.com/Fraunhofer-AISEC/gallia"
+url="https://github.com/jcrist/msgspec"
license=("BSD")
-depends=(
- "python"
-)
+depends=("python")
makedepends=("python-build" "python-installer" "git")
source=("https://github.com/jcrist/msgspec/archive/refs/tags/${pkgver}.tar.gz")
-sha256sums=('875aea77824173ce083755124ab9db1a58f43615af7fb882969c0c3c279234db')
build() {
cd "$_pkgname-$pkgver"
@@ -24,3 +21,5 @@ package() {
cd "$_pkgname-$pkgver"
python -m installer --destdir="$pkgdir" dist/*.whl
}
+
+sha256sums=('afc9d3abdce45acbb26a9dedafafd614a7f12e1f09edbe45f751b4bb914674bd')
--
2.39.2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment