File: 2002_itertools.patch

package info (click to toggle)
rudof 0.1.145%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 10,032 kB
  • sloc: python: 1,288; makefile: 29; sh: 1
file content (29 lines) | stat: -rw-r--r-- 865 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Description: accept older minor version of crate itertools
Author: Jonas Smedegaard <dr@jones.dk>
Bug-Debian: https://bugs.debian.org/1111284
Forwarded: not-needed
Last-Update: 2025-08-31
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -66,7 +66,7 @@
 indexmap = { version = "2", features = ["serde"] }
 indoc = "2"
 iri_s = { version = "0.1.90", path = "./iri_s" }
-itertools = "0.14"
+itertools = ">= 0.13.0, <= 0.14"
 josekit = "0.10.3"
 lazy-regex = "3.4"
 mie = { version = "0.1.104", path = "./mie" }
--- a/shacl_ast/Cargo.toml
+++ b/shacl_ast/Cargo.toml
@@ -18,7 +18,7 @@
 [dependencies]
 const_format = "0.2"
 iri_s.workspace = true
-itertools = "0.14"
+itertools = ">= 0.13.0, <= 0.14"
 oxrdf = { workspace = true, features = ["oxsdatatypes"] }
 prefixmap.workspace = true
 regex.workspace = true