File: 2002_itertools.patch

package info (click to toggle)
rudof 0.1.125%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 7,936 kB
  • sloc: python: 422; makefile: 29; sh: 1
file content (29 lines) | stat: -rw-r--r-- 822 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
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
@@ -61,7 +61,7 @@
 indexmap = "2.1"
 indoc = "2"
 iri_s = { version = "0.1.90", path = "./iri_s" }
-itertools = "0.14"
+itertools = ">= 0.13.0, <= 0.14"
 lazy-regex = "3.4"
 mie = { version = "0.1.104", path = "./mie" }
 nom = "7"
--- 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