Codebase list rust-libslirp / 5b8add6
bat: update Sylvestre Ledru 3 years ago
3 changed file(s) with 56 addition(s) and 22 deletion(s). Raw diff Collapse all Expand all
0 rust-bat (0.16.0-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Team upload.
3 * Package bat 0.16.0 from crates.io using debcargo 2.4.3
4
5 -- Sylvestre Ledru <sylvestre@debian.org> Tue, 20 Oct 2020 08:50:53 +0200
6
07 rust-bat (0.12.1-4) unstable; urgency=medium
18
29 * Team upload.
1212 the archive.
1313
1414 Files: ./LICENSE-MIT
15 Copyright: 2018 bat-developers (https://github.com/sharkdp/bat).
15 Copyright: 2018-2020 bat-developers (https://github.com/sharkdp/bat).
16 License: UNKNOWN-LICENSE; FIXME (overlay)
17 Comment:
18 FIXME (overlay): These notices are extracted from files. Please review them
19 before uploading to the archive.
20
21 Files: ./README.md
22 Copyright: 2018-2020 [bat-developers](https://github.com/sharkdp/bat).
23 License: UNKNOWN-LICENSE; FIXME (overlay)
24 Comment:
25 FIXME (overlay): These notices are extracted from files. Please review them
26 before uploading to the archive.
27
28 Files: ./doc/README-ja.md
29 Copyright: 2018-2020 [bat-developers](https://github.com/sharkdp/bat).
30 License: UNKNOWN-LICENSE; FIXME (overlay)
31 Comment:
32 FIXME (overlay): These notices are extracted from files. Please review them
33 before uploading to the archive.
34
35 Files: ./doc/README-ko.md
36 Copyright: 2018-2020 [bat-developers](https://github.com/sharkdp/bat).
37 License: UNKNOWN-LICENSE; FIXME (overlay)
38 Comment:
39 FIXME (overlay): These notices are extracted from files. Please review them
40 before uploading to the archive.
41
42 Files: ./doc/README-ru.md
43 Copyright: 2018-2020 [Разработчики bat](https://github.com/sharkdp/bat).
44 License: UNKNOWN-LICENSE; FIXME (overlay)
45 Comment:
46 FIXME (overlay): These notices are extracted from files. Please review them
47 before uploading to the archive.
48
49 Files: ./src/less.rs
50 Copyright:
51 1984-2016 Mark Nudelman
52 1984-2017 Mark Nudelman
53 1984-2019 Mark Nudelman
54 License: UNKNOWN-LICENSE; FIXME (overlay)
55 Comment:
56 FIXME (overlay): These notices are extracted from files. Please review them
57 before uploading to the archive.
58
59 Files: ./tests/syntax-tests/source/SASS/LICENSE.md
60 Copyright: 2006-2018 Hampton Catlin, Natalie Weizenbaum, Chris Eppstein, and
1661 License: UNKNOWN-LICENSE; FIXME (overlay)
1762 Comment:
1863 FIXME (overlay): These notices are extracted from files. Please review them
11 ===================================================================
22 --- bat.orig/Cargo.toml
33 +++ bat/Cargo.toml
4 @@ -44,7 +44,7 @@ version = "0.8"
5 version = "0.2.4"
6
7 [dependencies.dirs]
8 -version = "2.0"
9 +version = "3.0"
10
11 [dependencies.encoding]
12 version = "0.2"
13 @@ -55,7 +55,7 @@ features = []
4 @@ -60,7 +60,7 @@ version = "0.12"
145 default-features = false
156
167 [dependencies.git2]
17 -version = "0.10"
8 -version = "0.13"
189 +version = "0.11"
19 features = []
10 optional = true
2011 default-features = false
2112
22 @@ -63,7 +63,7 @@ default-features = false
23 version = "1.4"
24
25 [dependencies.shell-words]
26 -version = "0.1.0"
27 +version = "1.0"
28
29 [dependencies.syntect]
30 version = "3.2.1"