Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
fpylll
Commits:
e6122b8d by Antonio Rojas at 2025-01-19T14:06:17+01:00
upgpkg: 0.6.3-1: Update to 0.6.3
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = fpylll
pkgdesc = A Python interface for fplll
- pkgver = 0.6.2
- pkgrel = 2
+ pkgver = 0.6.3
+ pkgrel = 1
url = https://github.com/fplll/fpylll
arch = x86_64
license = GPL-2.0-only
@@ -21,7 +21,7 @@ pkgbase = fpylll
depends = python-cysignals
depends = python-numpy
depends = qd
- source = git+https://github.com/fplll/fpylll#tag=0.6.2
- sha256sums =
a7a5373957b7ea95dd17013b42f73a2fe29c6cb69e8f4a20f17fc7c516c08ccf
+ source = git+https://github.com/fplll/fpylll#tag=0.6.3
+ sha256sums =
ec9b5c74f55b3cc6abc5f44e96a829a53e2e153bec55318768194f70cdb3855d
pkgname = python-fpylll
=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
pkgbase=fpylll
pkgname=python-fpylll
-pkgver=0.6.2
-pkgrel=2
+pkgver=0.6.3
+pkgrel=1
pkgdesc='A Python interface for fplll'
arch=(x86_64)
url='https://github.com/fplll/fpylll'
@@ -25,12 +25,7 @@ makedepends=(cython
python-wheel)
checkdepends=(python-pytest)
source=(git+https://github.com/fplll/fpylll#tag=$pkgver)
-sha256sums=('a7a5373957b7ea95dd17013b42f73a2fe29c6cb69e8f4a20f17fc7c516c08ccf')
-
-prepare() {
- cd $pkgbase
- sed -e 's|<1.12.0||' -i pyproject.toml # Drop cysignals version constraints
-}
+sha256sums=('ec9b5c74f55b3cc6abc5f44e96a829a53e2e153bec55318768194f70cdb3855d')
build() {
cd $pkgbase
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/fpylll/-/commit/e6122b8d39efe2b5d058a264311ca912aba2d56f
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/fpylll/-/commit/e6122b8d39efe2b5d058a264311ca912aba2d56f
You're receiving this email because of your account on gitlab.archlinux.org.