Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
python-setuptools-rust
Commits:
607c332a by Felix Yan at 2024-09-01T22:10:31+03:00
upgpkg: 1.10.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-setuptools-rust
pkgdesc = Compile and distribute Python extensions written in rust as
easily as if they were written in C.
- pkgver = 1.9.0
- pkgrel = 3
+ pkgver = 1.10.0
+ pkgrel = 1
url = https://github.com/PyO3/setuptools-rust
arch = any
license = MIT
@@ -18,7 +18,7 @@ pkgbase = python-setuptools-rust
depends = rust
depends = python-setuptools
depends = python-semantic-version
- source =
git+https://github.com/PyO3/setuptools-rust.git#commit=2e4ed40063c0f00bb1e3aa77a8b41ae8b67bff90
- sha512sums = SKIP
+ source = git+https://github.com/PyO3/setuptools-rust.git#tag=v1.10.0
+ sha512sums =
2279a00b831546552c0de9297d703008c009010cb05f645e5a76337678247df3cf53fd78a88a51ac8b5fa29b83cdd0c496221dd7aca5c0ca94abf51b68f6c85e
pkgname = python-setuptools-rust
=====================================
PKGBUILD
=====================================
@@ -4,9 +4,8 @@
# Contributor: Clayton Craft <clayton at craftyguy dot net>
pkgname=python-setuptools-rust
-pkgver=1.9.0
-_commit=2e4ed40063c0f00bb1e3aa77a8b41ae8b67bff90
-pkgrel=3
+pkgver=1.10.0
+pkgrel=1
pkgdesc="Compile and distribute Python extensions written in rust as easily as
if they were written in C."
arch=('any')
license=('MIT')
@@ -14,8 +13,8 @@ url="https://github.com/PyO3/setuptools-rust"
depends=('rust' 'python-setuptools' 'python-semantic-version')
makedepends=('git' 'python-build' 'python-installer' 'python-wheel'
'python-setuptools-scm')
checkdepends=('python-pytest' 'python-pytest-benchmark'
'python-beautifulsoup4' 'python-lxml' 'python-cffi')
-source=("git+https://github.com/PyO3/setuptools-rust.git#commit=$_commit")
-sha512sums=('SKIP')
+source=("git+https://github.com/PyO3/setuptools-rust.git#tag=v$pkgver")
+sha512sums=('2279a00b831546552c0de9297d703008c009010cb05f645e5a76337678247df3cf53fd78a88a51ac8b5fa29b83cdd0c496221dd7aca5c0ca94abf51b68f6c85e')
build() {
cd setuptools-rust
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-setuptools-rust/-/commit/607c332a108ae8ecabb657ebfcc81882b9fd2815
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-setuptools-rust/-/commit/607c332a108ae8ecabb657ebfcc81882b9fd2815
You're receiving this email because of your account on gitlab.archlinux.org.