Skip to content

Commit 022f744

Browse files
BKPepecommodo
authored andcommitted
python-setuptools-rust: update to version 1.12.0
Release notes: https://github.com/PyO3/setuptools-rust/blob/main/CHANGELOG.md Signed-off-by: Josef Schlehofer <[email protected]>
1 parent 1eaeb4c commit 022f744

File tree

1 file changed

+4
-2
lines changed
  • lang/python/python-setuptools-rust

1 file changed

+4
-2
lines changed

lang/python/python-setuptools-rust/Makefile

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,12 @@
88
include $(TOPDIR)/rules.mk
99

1010
PKG_NAME:=python-setuptools-rust
11-
PKG_VERSION:=1.8.1
11+
PKG_VERSION:=1.12.0
1212
PKG_RELEASE:=1
1313

1414
PYPI_NAME:=setuptools-rust
15-
PKG_HASH:=94b1dd5d5308b3138d5b933c3a2b55e6d6927d1a22632e509fcea9ddd0f7e486
15+
PYPI_SOURCE_NAME:=setuptools_rust
16+
PKG_HASH:=d94a93f0c97751c17014565f07bdc324bee45d396cd1bba83d8e7af92b945f0c
1617

1718
PKG_LICENSE:=MIT
1819
PKG_LICENSE_FILES:=LICENSE
@@ -21,6 +22,7 @@ PKG_MAINTAINER:=Jeffery To <[email protected]>
2122
PKG_HOST_ONLY:=1
2223
HOST_BUILD_DEPENDS:= \
2324
python3/host \
25+
python-setuptools/host \
2426
python-build/host \
2527
python-installer/host \
2628
python-wheel/host \

0 commit comments

Comments
 (0)