mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
rust-pyo3-macros: Update to version 0.15.1 - required for python3-cryptography update
- Update from version 0.13.1 to 0.15.1 Required to be at same version as rust-pyo3 - Update of rootfile - Changelog not available Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
This commit is contained in:
committed by
Peter Müller
parent
cacf78e8cc
commit
8024cc05a1
@@ -1,7 +1,7 @@
|
||||
#usr/share/cargo/registry/pyo3-macros-0.13.1
|
||||
#usr/share/cargo/registry/pyo3-macros-0.13.1/.cargo-checksum.json
|
||||
#usr/share/cargo/registry/pyo3-macros-0.13.1/Cargo.toml
|
||||
#usr/share/cargo/registry/pyo3-macros-0.13.1/Cargo.toml.deps
|
||||
#usr/share/cargo/registry/pyo3-macros-0.13.1/LICENSE
|
||||
#usr/share/cargo/registry/pyo3-macros-0.13.1/src
|
||||
#usr/share/cargo/registry/pyo3-macros-0.13.1/src/lib.rs
|
||||
#usr/share/cargo/registry/pyo3-macros-0.15.1
|
||||
#usr/share/cargo/registry/pyo3-macros-0.15.1/.cargo-checksum.json
|
||||
#usr/share/cargo/registry/pyo3-macros-0.15.1/Cargo.toml
|
||||
#usr/share/cargo/registry/pyo3-macros-0.15.1/Cargo.toml.deps
|
||||
#usr/share/cargo/registry/pyo3-macros-0.15.1/LICENSE
|
||||
#usr/share/cargo/registry/pyo3-macros-0.15.1/src
|
||||
#usr/share/cargo/registry/pyo3-macros-0.15.1/src/lib.rs
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
|
||||
include Config
|
||||
|
||||
VER = 0.13.1
|
||||
VER = 0.15.1
|
||||
|
||||
THISAPP = pyo3-macros-$(VER)
|
||||
DL_FILE = $(THISAPP).tar.gz
|
||||
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
|
||||
|
||||
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
|
||||
|
||||
$(DL_FILE)_BLAKE2 = 3e5dc613edd7e9007c92ef83384e2379e3500f48d9d03f9875261b1af320a6d1d41eacff64c14b966561d9bb8b8b932f4dcc437480b91adaa64a8dd747cb89ac
|
||||
$(DL_FILE)_BLAKE2 = c7d87c150678efbb5dd6ef98da9997676ef3e7f8628a79f01a3ecbf94cc8b2d0752573d894fd769fb8791f30bcfd03a5c9f76cce73c00be90c1488faed63198d
|
||||
|
||||
install : $(TARGET)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user