Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
python-setuptools-rust
Commits:
2ba2a787 by Felix Yan at 2024-10-05T01:46:31+03:00
upgpkg: 1.10.2-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = python-setuptools-rust
pkgdesc = Compile and distribute Python extensions written in rust as
easily as if they were written in C.
- pkgver = 1.10.1
+ pkgver = 1.10.2
pkgrel = 1
url = https://github.com/PyO3/setuptools-rust
arch = any
@@ -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#tag=v1.10.1
- sha512sums =
2d31c1720117714d5b5fcc4b06410d0738d640459902a882c1655c93296bfa249087a333acdd3f5bd7a7a8147a4d3197124c6dc47fced39ef2927cd51ca37cfa
+ source = git+https://github.com/PyO3/setuptools-rust.git#tag=v1.10.2
+ sha512sums =
ce0138b488aca9ad6d1cf013a94deec222d0244bacf88538f0304f64704cee01def249dfc4cd3fb6258d893202d59ea1883271e318b0c8bbdb258fb517d572be
pkgname = python-setuptools-rust
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
# Contributor: Clayton Craft <clayton at craftyguy dot net>
pkgname=python-setuptools-rust
-pkgver=1.10.1
+pkgver=1.10.2
pkgrel=1
pkgdesc="Compile and distribute Python extensions written in rust as easily as
if they were written in C."
arch=('any')
@@ -14,7 +14,7 @@ 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#tag=v$pkgver")
-sha512sums=('2d31c1720117714d5b5fcc4b06410d0738d640459902a882c1655c93296bfa249087a333acdd3f5bd7a7a8147a4d3197124c6dc47fced39ef2927cd51ca37cfa')
+sha512sums=('ce0138b488aca9ad6d1cf013a94deec222d0244bacf88538f0304f64704cee01def249dfc4cd3fb6258d893202d59ea1883271e318b0c8bbdb258fb517d572be')
build() {
cd setuptools-rust
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-setuptools-rust/-/commit/2ba2a787c4af9f3d3bd73f65a1c1af62fa4e69aa
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-setuptools-rust/-/commit/2ba2a787c4af9f3d3bd73f65a1c1af62fa4e69aa
You're receiving this email because of your account on gitlab.archlinux.org.