]> git.proxmox.com Git - debcargo-conf.git/commitdiff
refresh patch parking-lot-version for pyo3
authorJelmer Vernooij <jelmer@jelmer.uk>
Sat, 14 May 2022 16:48:51 +0000 (17:48 +0100)
committerJelmer Vernooij <jelmer@jelmer.uk>
Sat, 2 Jul 2022 00:40:19 +0000 (01:40 +0100)
src/pyo3/debian/changelog
src/pyo3/debian/patches/parking-lot-version

index 143d813c0f13087fef2d250fd50bfb82a220e78a..f047b30e3b20b4bd055d61f7084dd30bd2a607c7 100644 (file)
@@ -2,4 +2,4 @@ rust-pyo3 (0.16.4-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
 
   * Package pyo3 0.16.4 from crates.io using debcargo 2.5.0
 
- -- Jelmer Vernooij <jelmer@debian.org>  Wed, 20 Apr 2022 20:45:44 +0100
+ -- Jelmer Vernooij <jelmer@debian.org>  Sat, 14 May 2022 17:59:03 +0100
index 589563008a14a67497b129904b80ef7cf9656c75..b8eba0f0e115072d4134f255c0f8002eb11caa87 100644 (file)
@@ -1,13 +1,11 @@
-diff --git a/Cargo.toml b/Cargo.toml
-index 182234f507..8a67711afc 100644
 --- a/Cargo.toml
 +++ b/Cargo.toml
-@@ -16,7 +16,7 @@ edition = "2018"
- [dependencies]
- cfg-if = "1.0"
- libc = "0.2.62"
--parking_lot = ">= 0.11, < 0.13"
-+parking_lot = "0.11"
+@@ -141,7 +141,7 @@
+ optional = true
  
- # ffi bindings to the python interpreter, split into a separate crate so they can be used independently
- pyo3-ffi = { path = "pyo3-ffi", version = "=0.16.4" }
+ [dependencies.parking_lot]
+-version = ">= 0.11, < 0.13"
++version = "=0.11"
+ [dependencies.pyo3-ffi]
+ version = "=0.16.4"