Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
python-pycrdt
Commits:
c039f708 by Antonio Rojas at 2024-11-18T12:45:16+01:00
upgpkg: 0.10.6-2: Drop unused python-objectsize checkdepend
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,12 +1,11 @@
pkgbase = python-pycrdt
pkgdesc = CRDTs based on Yrs
pkgver = 0.10.6
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/jupyter-server/pycrdt
arch = x86_64
license = MIT
checkdepends = python-anyio
- checkdepends = python-objsize
checkdepends = python-pydantic
checkdepends = python-pytest
checkdepends = python-trio
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
_pyname=pycrdt
pkgname=python-$_pyname
pkgver=0.10.6
-pkgrel=1
+pkgrel=2
pkgdesc='CRDTs based on Yrs'
arch=(x86_64)
url='https://github.com/jupyter-server/pycrdt'
@@ -16,7 +16,6 @@ makedepends=(git
python-installer
python-maturin)
checkdepends=(python-anyio
- python-objsize
python-pydantic
python-pytest
python-trio
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pycrdt/-/commit/c039f70800640f60c3be15203f434e236aa37667
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pycrdt/-/commit/c039f70800640f60c3be15203f434e236aa37667
You're receiving this email because of your account on gitlab.archlinux.org.