File: relax-target-lexicon

package info (click to toggle)
python-maturin 1.9.4-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,540 kB
  • sloc: python: 656; javascript: 93; sh: 55; makefile: 10
file content (18 lines) | stat: -rw-r--r-- 654 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Description: Relax target-lexicon dependency version
 Update target-lexicon dependency to match the version available in Debian
Author: Jelmer Vernooij <jelmer@debian.org>
Forwarded: not-needed
Last-Update: 2025-11-04
Index: maturin/Cargo.toml
===================================================================
--- maturin.orig/Cargo.toml
+++ maturin/Cargo.toml
@@ -71,7 +71,7 @@ fat-macho = { version = "0.4.8", default
 once_cell = "1.7.2"
 rustc_version = "0.4.0"
 semver = "1.0.22"
-target-lexicon = "0.13.0"
+target-lexicon = "0.12"
 indexmap = "2.2.3"
 pyproject-toml = { version = "0.13.5", features = ["pep639-glob"] }
 python-pkginfo = "0.6.5"