Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / 
python-json-rpc


Commits:
b36f5917 by Felix Yan at 2026-03-05T01:04:42+08:00
upgpkg: 1.13.0-7

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,17 +1,18 @@
 pkgbase = python-json-rpc
        pkgdesc = JSON-RPC transport realisation
        pkgver = 1.13.0
-       pkgrel = 6
+       pkgrel = 7
        url = https://github.com/pavlov99/json-rpc
        arch = any
        license = MIT
        checkdepends = python-pytest
+       makedepends = git
        makedepends = python-build
        makedepends = python-installer
        makedepends = python-setuptools
        makedepends = python-wheel
        depends = python
-       source = 
https://github.com/pavlov99/json-rpc/archive/1.13.0/python-json-rpc-1.13.0.tar.gz
-       sha256sums = 
34c62ecc94b50af754d6326858d5c2f3938fa762054e795ef8d67c7691f00380
+       source = git+https://github.com/pavlov99/json-rpc.git#tag=1.13.0
+       sha256sums = 
246e4af3d2c63830962c0c93c905657958c98b381939e62a015364fdb7b1e63a
 
 pkgname = python-json-rpc


=====================================
PKGBUILD
=====================================
@@ -5,29 +5,29 @@
 
 pkgname=python-json-rpc
 pkgver=1.13.0
-pkgrel=6
+pkgrel=7
 pkgdesc="JSON-RPC transport realisation"
 arch=('any')
 license=('MIT')
 url="https://github.com/pavlov99/json-rpc";
 depends=('python')
-makedepends=('python-build' 'python-installer' 'python-setuptools' 
'python-wheel')
+makedepends=('git' 'python-build' 'python-installer' 'python-setuptools' 
'python-wheel')
 checkdepends=('python-pytest')
-source=("https://github.com/pavlov99/json-rpc/archive/$pkgver/$pkgname-$pkgver.tar.gz";)
-sha256sums=('34c62ecc94b50af754d6326858d5c2f3938fa762054e795ef8d67c7691f00380')
+source=("git+https://github.com/pavlov99/json-rpc.git#tag=$pkgver";)
+sha256sums=('246e4af3d2c63830962c0c93c905657958c98b381939e62a015364fdb7b1e63a')
 
 build() {
-  cd json-rpc-$pkgver
+  cd json-rpc
   python -m build --wheel --no-isolation
 }
 
 check() {
-  cd json-rpc-$pkgver
+  cd json-rpc
   pytest
 }
 
 package() {
-  cd json-rpc-$pkgver
+  cd json-rpc
   python -m installer --destdir="$pkgdir" dist/*.whl
   install -Dm644 LICENSE.txt -t "$pkgdir"/usr/share/licenses/$pkgname/
 }



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-json-rpc/-/commit/b36f591706947af146e9bd002dba57311e141969

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


Reply via email to