Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
python-booleanoperations
Commits:
5a7acbda by Caleb Maclennan at 2026-01-21T12:25:16+03:00
upgpkg: 0.10.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-booleanoperations
pkgdesc = Boolean operations on paths
- pkgver = 0.9.0
- pkgrel = 11
+ pkgver = 0.10.0
+ pkgrel = 1
url = https://github.com/typemytype/booleanOperations
arch = any
license = MIT
@@ -15,7 +15,7 @@ pkgbase = python-booleanoperations
depends = python
depends = python-pyclipper
depends = python-fonttools
- source =
https://files.pythonhosted.org/packages/source/b/booleanOperations/booleanOperations-0.9.0.zip
- sha256sums =
8cfa821c32ad374fa120d6b2e0b444ebeac57c91e6631528645fa19ac2a281b8
+ source =
https://files.pythonhosted.org/packages/source/b/booleanOperations/booleanoperations-0.10.0.tar.gz
+ sha256sums =
6d719f560d2a1dd676c812b844ecceb693c96791c76579089ab7d0f5db5cedbe
pkgname = python-booleanoperations
=====================================
PKGBUILD
=====================================
@@ -4,8 +4,8 @@
_pyname=booleanOperations
pkgname=python-${_pyname,,}
-pkgver=0.9.0
-pkgrel=11
+pkgver=0.10.0
+pkgrel=1
pkgdesc='Boolean operations on paths'
arch=(any)
url="https://github.com/typemytype/$_pyname"
@@ -19,9 +19,9 @@ checkdepends=(python-defcon
python-pytest)
makedepends=(python-{build,installer,wheel}
python-setuptools-scm)
-_archive="$_pyname-$pkgver"
-source=("https://files.pythonhosted.org/packages/source/${_pyname::1}/$_pyname/$_archive.zip")
-sha256sums=('8cfa821c32ad374fa120d6b2e0b444ebeac57c91e6631528645fa19ac2a281b8')
+_archive="${_pyname,,}-$pkgver"
+source=("https://files.pythonhosted.org/packages/source/${_pyname::1}/$_pyname/$_archive.tar.gz")
+sha256sums=('6d719f560d2a1dd676c812b844ecceb693c96791c76579089ab7d0f5db5cedbe')
build() {
cd "$_archive"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-booleanoperations/-/commit/5a7acbda8e441c78cc867f74a885493fb0a58e91
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-booleanoperations/-/commit/5a7acbda8e441c78cc867f74a885493fb0a58e91
You're receiving this email because of your account on gitlab.archlinux.org.