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

David Runge dvzrv at gemini.archlinux.org
Sun Aug 8 19:48:54 UTC 2021


    Date: Sunday, August 8, 2021 @ 19:48:54
  Author: dvzrv
Revision: 995694

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

Pin rust nightly to upstream recommended version.

Modified:
  python-orjson/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-08-08 19:48:40 UTC (rev 995693)
+++ PKGBUILD	2021-08-08 19:48:54 UTC (rev 995694)
@@ -2,7 +2,7 @@
 
 _name=orjson
 pkgname=python-orjson
-pkgver=3.6.0
+pkgver=3.6.1
 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=('c745ef4b4675a35fc56f47706c8756d17baea1b3c967c375fa60eb7a1ef30f68b8893eabe2495337fe844bee691be28316a0b7f2a7f444426199a0e1a73220d3')
-b2sums=('569aede191dd87c50bd85489066d4e376c5ce5f4e284c752296345914077f76f16760ccadd05ce07069d708f5cc3e318188b9e19d109b4520d28844d03487c7d')
+sha512sums=('972f2236975e338bf72566fee60d3cfa314e1ff68d1b70104a89e8f62e0fd030c5c08f51357604cf4cc4321f517483b845ce5a9fce27b001f4df3ba244307786')
+b2sums=('73c9d18f781a6d3ea22e24f3094675007ddb443c9bec7653138650aafadef72f1484163d1f438262594f9674497bee3b543d7274c053d2b53476fc614cd484cf')
 
 prepare() {
   mv -v "${_name}-${pkgver}" "$pkgname-$pkgver"
   cd "$pkgname-$pkgver"
-  rustup override set nightly-2021-06-24
+  rustup override set nightly-2021-08-04
 }
 
 build() {



More information about the arch-commits mailing list