Codebase list rust-stfu8 / faae904
lalrpop - relax dependency on itertools. Peter Michael Green 2 years ago
4 changed file(s) with 14 addition(s) and 8 deletion(s). Raw diff Collapse all Expand all
0 rust-lalrpop (0.17.2-8) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Team upload.
3 * Package lalrpop 0.17.2 from crates.io using debcargo 2.4.4
4 * Further relax dependency on itertools to allow 0.10
5 * Reduce context in ena-relax-0.14.patch to stop dpkg-source complaining about fuzz
6
7 -- Peter Michael Green <plugwash@debian.org> Sun, 24 Oct 2021 15:46:16 +0000
8
09 rust-lalrpop (0.17.2-7) unstable; urgency=medium
110
211 * Team upload.
1313
1414 Files: debian/*
1515 Copyright:
16 2019-2020 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
17 2019-2020 Daniel Kahn Gillmor <dkg@fifthhorseman.net>
16 2019-2021 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
17 2019-2021 Daniel Kahn Gillmor <dkg@fifthhorseman.net>
1818 License: Apache-2.0 or MIT
1919
2020 License: Apache-2.0
0 only in patch2:
01 --- a/Cargo.toml 2020-10-14 11:44:16.338002171 -0400
12 +++ b/Cargo.toml 2020-10-14 11:43:57.061944563 -0400
2 @@ -40,7 +40,7 @@
3 version = "1"
4
3 @@ -42,3 +42,3 @@
54 [dependencies.ena]
65 -version = "0.13"
76 +version = ">= 0.13, < 0.15"
87
9 [dependencies.itertools]
10 version = ">= 0.8, < 0.10"
44
55 [dependencies.itertools]
66 -version = "0.8"
7 +version = ">= 0.8, < 0.10"
7 +version = ">= 0.8, < 0.11"
88
99 [dependencies.lalrpop-util]
1010 version = "0.17.2"