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:
Adolf Belka
2022-06-17 11:42:24 +02:00
committed by Peter Müller
parent cacf78e8cc
commit 8024cc05a1
2 changed files with 9 additions and 9 deletions

View File

@@ -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

View File

@@ -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)