File: 2002_itertools.patch

package info (click to toggle)
rudof 0.1.116%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 6,764 kB
  • sloc: python: 346; makefile: 27; sh: 1
file content (39 lines) | stat: -rw-r--r-- 1,062 bytes parent folder | download
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
30
31
32
33
34
35
36
37
38
39
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/dctap/Cargo.toml
+++ b/dctap/Cargo.toml
@@ -12,7 +12,7 @@
 [dependencies]
 csv = "1.3.0"
 # calamine = "0.27"
-itertools = "0.14"
+itertools = ">= 0.13.0, <= 0.14"
 iri_s.workspace = true
 serde.workspace = true
 serde_json = "1.0"
--- a/shacl_ast/Cargo.toml
+++ b/shacl_ast/Cargo.toml
@@ -21,6 +21,6 @@
 prefixmap.workspace = true
 thiserror = "2.0"
 const_format = "0.2"
-itertools = "0.14"
+itertools = ">= 0.13.0, <= 0.14"
 regex.workspace = true
 oxrdf = { workspace = true, features = ["oxsdatatypes"] }
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -84,7 +84,7 @@
 const_format = "0.2"
 either = { version = "1.13" }
 indexmap = "2.1"
-itertools = "0.14"
+itertools = ">= 0.13.0, <= 0.14"
 oxsdatatypes = "0.2.2"
 oxigraph = { version = "0.5.0", default-features = false, features = [
     "rdf-12",