[arch-commits] Commit in python-orjson/trunk (PKGBUILD)

David Runge dvzrv at archlinux.org
Wed Jan 20 22:19:47 UTC 2021


    Date: Wednesday, January 20, 2021 @ 22:19:47
  Author: dvzrv
Revision: 824021

upgpkg: python-orjson 3.4.7-1: Upgrade to 3.4.7.

Modified:
  python-orjson/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-01-20 22:15:41 UTC (rev 824020)
+++ PKGBUILD	2021-01-20 22:19:47 UTC (rev 824021)
@@ -2,7 +2,7 @@
 
 _name=orjson
 pkgname=python-orjson
-pkgver=3.4.6
+pkgver=3.4.7
 pkgrel=1
 pkgdesc="Fast, correct Python JSON library supporting dataclasses and datetimes"
 arch=('x86_64')
@@ -13,13 +13,13 @@
 checkdepends=('python-arrow' 'python-pendulum' 'python-psutil' 'python-pytest'
 'python-pytz' 'python-xxhash')
 source=("${pkgname}-${pkgver}.tar.gz::https://github.com/ijl/${_name}/archive/${pkgver}.tar.gz")
-sha512sums=('9e080d8004f317de25223fa858611a24649a292972d775fffaa4c7ebbbd8c0e67624ce74e3d93aab5c435bfb61ed53d21ff79f78b26aabf701f7e490abe80b7e')
-b2sums=('ad34cbc56d1a545399661e710f8d87a8f71436302c234e6b626244ca45dc423c803ec5beed30f3f0de0cec0cc16f9e103a76f3d104e05f8487c10f4737ed62d1')
+sha512sums=('aa0a28f48a7b430872ca442b8e1f144524ef3c966d566878247691a5cb6b402c933ac0b2e03a16ac1d9da60a58d4cd69f9b694d4ecbafe41bd007ad27ef1ce56')
+b2sums=('5c502a2a3341a7da1bfc384d1a6e20185ce1441bbd5d1205a37256c2b2fd1c599e054da1622e6700b8814a6b289ff1f07c09f598c641da322345c4da3c33b0c7')
 
 prepare() {
   mv -v "${_name}-${pkgver}" "$pkgname-$pkgver"
   cd "$pkgname-$pkgver"
-  rustup override set nightly-2020-11-24
+  rustup override set nightly-2021-01-11
 }
 
 build() {



More information about the arch-commits mailing list