Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages / 
python-jsonpickle


Commits:
39b35d13 by Jelle van der Waa at 2024-11-03T19:28:54+01:00
upgpkg: 3.3.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = python-jsonpickle
        pkgdesc = Python library for serializing any arbitrary object graph 
into JSON
-       pkgver = 3.0.2
-       pkgrel = 2
+       pkgver = 3.3.0
+       pkgrel = 1
        url = https://jsonpickle.github.io/
        arch = any
        license = BSD-3-Clause
@@ -22,7 +22,7 @@ pkgbase = python-jsonpickle
        depends = python
        optdepends = python-numpy: for serializing sklearn models, numpy 
arrays, and other numpy-based data
        optdepends = python-gmpy2: for serializing ecdsa module's keys
-       source = 
git+https://github.com/jsonpickle/jsonpickle.git#commit=7ceb2e7b61a24cb6ec0fb48a34943e802de019f8
-       sha512sums = SKIP
+       source = git+https://github.com/jsonpickle/jsonpickle.git#tag=v3.3.0
+       sha512sums = 
0ceb162f93d0c67e33b5e251a2ab11aa92f62f48cbe3c2371ae4bbe59f42ffb63d543f42f28f0c4297b4cfa784e07580c4b9a09962177f656f60f05ba0833784
 
 pkgname = python-jsonpickle


=====================================
PKGBUILD
=====================================
@@ -1,9 +1,8 @@
 # Maintainer: Felix Yan <felixonm...@archlinux.org>
 
 pkgname=python-jsonpickle
-pkgver=3.0.2
-_commit=7ceb2e7b61a24cb6ec0fb48a34943e802de019f8
-pkgrel=2
+pkgver=3.3.0
+pkgrel=1
 arch=('any')
 pkgdesc="Python library for serializing any arbitrary object graph into JSON"
 url="https://jsonpickle.github.io/";
@@ -14,8 +13,8 @@ optdepends=("python-numpy: for serializing sklearn models, 
numpy arrays, and oth
 makedepends=('git' 'python-setuptools-scm' 'python-setuptools' 'python-build' 
'python-installer' 'python-wheel')
 checkdepends=('python-numpy' 'python-feedparser' 'python-simplejson' 
'python-gmpy2'
               'python-pymongo' 'python-ujson' 'python-pandas' 'python-pytest')
-source=("git+https://github.com/jsonpickle/jsonpickle.git#commit=$_commit";)
-sha512sums=('SKIP')
+source=("git+https://github.com/jsonpickle/jsonpickle.git#tag=v$pkgver";)
+sha512sums=('0ceb162f93d0c67e33b5e251a2ab11aa92f62f48cbe3c2371ae4bbe59f42ffb63d543f42f28f0c4297b4cfa784e07580c4b9a09962177f656f60f05ba0833784')
 
 prepare() {
   cd jsonpickle
@@ -30,7 +29,7 @@ build() {
 
 check() {
   cd jsonpickle
-  pytest
+  pytest tests
 }
 
 package() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-jsonpickle/-/commit/39b35d1389df1fe30b26f04db40bb8f06c78b1f4

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-jsonpickle/-/commit/39b35d1389df1fe30b26f04db40bb8f06c78b1f4
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to