Codebase list rust-libslirp / 4b8f9db
update grep-printer, gumdrop, plist, syntect Ximin Luo 4 years ago
12 changed file(s) with 57 addition(s) and 8 deletion(s). Raw diff Collapse all Expand all
0 rust-grep-printer (0.1.3-2) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Team upload.
3 * Package grep-printer 0.1.3 from crates.io using debcargo 2.4.2
4
5 -- Ximin Luo <infinity0@debian.org> Wed, 08 Jan 2020 23:02:57 +0000
6
07 rust-grep-printer (0.1.3-1) unstable; urgency=medium
18
29 * Package grep-printer 0.1.3 from crates.io using debcargo 2.2.10
2020
2121 Files: debian/*
2222 Copyright:
23 2018-2019 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
24 2018-2019 Sylvestre Ledru <sylvestre@debian.org>
23 2018-2020 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
24 2018-2020 Sylvestre Ledru <sylvestre@debian.org>
2525 License: Unlicense or MIT
2626
2727 License: MIT
66 repository = "https://github.com/BurntSushi/ripgrep"
77 [dependencies.base64]
88 -version = "0.10.0"
9 +version = ">= 0.9.2, < 0.11"
9 +version = ">= 0.10.0, < 0.12"
1010 optional = true
1111
1212 [dependencies.bstr]
0 relax-dep-versions.patch
0 update-base64.patch
0 rust-gumdrop (0.7.0-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Team upload.
3 * Package gumdrop 0.7.0 from crates.io using debcargo 2.4.2
4
5 -- Ximin Luo <infinity0@debian.org> Wed, 08 Jan 2020 23:02:45 +0000
6
07 rust-gumdrop (0.6.0-1) unstable; urgency=medium
18
29 * Package gumdrop 0.6.0 from crates.io using debcargo 2.2.10
2020
2121 Files: debian/*
2222 Copyright:
23 2019 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
24 2019 Andrej Shadura <andrewsh@debian.org>
23 2019-2020 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
24 2019-2020 Andrej Shadura <andrewsh@debian.org>
2525 License: MIT or Apache-2.0
2626
2727 License: Apache-2.0
0 rust-plist (0.5.1-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Team upload.
3 * Package plist 0.5.1 from crates.io using debcargo 2.4.2
4
5 -- Ximin Luo <infinity0@debian.org> Wed, 08 Jan 2020 23:08:24 +0000
6
07 rust-plist (0.4.2-1) unstable; urgency=medium
18
29 * Package plist 0.4.2 from crates.io using debcargo 2.2.10
2020
2121 Files: debian/*
2222 Copyright:
23 2019 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
24 2019 Helen Koike <helen@koikeco.de>
23 2019-2020 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
24 2019-2020 Helen Koike <helen@koikeco.de>
2525 License: MIT
2626
2727 License: MIT
0 update-base64.patch
0 Index: plist/Cargo.toml
1 ===================================================================
2 --- plist.orig/Cargo.toml
3 +++ plist/Cargo.toml
4 @@ -22,7 +22,7 @@ categories = ["config", "encoding", "par
5 license = "MIT"
6 repository = "https://github.com/ebarnard/rust-plist/"
7 [dependencies.base64]
8 -version = "0.10.1"
9 +version = ">= 0.10.1, < 0.12"
10
11 [dependencies.humantime]
12 version = "1.1.1"
0 Index: syntect/Cargo.toml
1 ===================================================================
2 --- syntect.orig/Cargo.toml
3 +++ syntect/Cargo.toml
4 @@ -62,7 +62,7 @@ version = "5.0"
5 optional = true
6
7 [dependencies.plist]
8 -version = "0.4"
9 +version = ">= 0.4, < 0.6"
10
11 [dependencies.regex-syntax]
12 version = "0.6"