File: 2002_itertools.patch

package info (click to toggle)
rudof 0.1.119%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 7,668 kB
  • sloc: python: 352; makefile: 29; sh: 1
file content (28 lines) | stat: -rw-r--r-- 817 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
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
@@ -88,7 +88,7 @@
 csv = "1.3.1"
 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",
--- 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"] }