Commit Graph

13 Commits

Author SHA1 Message Date
tea
c4b2816ead cve-bin-tool: format with nixfmt-rfc-style 2024-07-28 14:03:25 +02:00
tea
e7182ec60c cve-bin-tool: fix dependencies
* requests is no longer transitively provided
* toml is not required for python 3.11+
2024-07-28 14:03:25 +02:00
tea
c97c7525d2 cve-bin-util: restructure build inputs
* move python runtime dependencies to `dependencies` and `optional-dependencies`
* move `pip` to `propagatedBuildInputs` since it's only required at
  runtime
* remove unused dependencies
  * `isort` is only used for formatting during development
* sort dependencies alphabetically
2024-05-04 12:46:36 +02:00
tea
8cf964efcd cve-bin-util: 3.2 -> 3.3 2024-05-03 19:31:07 +02:00
Theodore Ni
ca5c181107
cve-bin-tool: add wheel dependency to pinned packaging 2023-08-17 16:18:28 -07:00
Arnout Engelen
bac62a387d
cve-bin-tool: 3.1.2 -> 3.2
Adding pip as a propagated dependency for the python checker

Co-Authored-By: Markus S. Wamser <github-dev@mail2013.wamser.eu>
2023-05-03 09:20:05 +02:00
Cole Helbling
a9bda02eb5 cve-bin-tool: orphan 2023-03-22 07:12:17 -07:00
Martin Weinelt
1bd4b71a35 python310Packages.cchardet: Drop in favor of faust-cchardet
The former packages has seen its last release in 2020-10 and can be
considered abandoned. Meanwhile a new fork has appeared in
faust-cchardet, that we're going to use in its place.

Co-Authored-By: Robert Schütz <nix@dotlambda.de>
2023-03-03 23:59:29 +01:00
Guillaume Girol
33afbf39f6 treewide: switch to nativeCheckInputs
checkInputs used to be added to nativeBuildInputs. Now we have
nativeCheckInputs to do that instead. Doing this treewide change allows
to keep hashes identical to before the introduction of
nativeCheckInputs.
2023-01-21 12:00:00 +00:00
R. Ryantm
cea1922f61 cve-bin-tool: 3.1.1 -> 3.1.2 2022-12-25 12:01:58 +01:00
Solène Rapenne
926d977aea
cve-bin-tool: 3.0 -> 3.1.1 (#178406)
Co-authored-by: Cole Helbling <cole.e.helbling@outlook.com>
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2022-06-23 13:28:02 +02:00
R. Ryantm
d6158ff0ee cve-bin-tool: 2.2.1 -> 3.0 2021-12-15 04:50:42 +00:00
Akshat Agarwal
0c5c9f42f7 cve-bin-tool: unstable-2021-04-15 -> 2.2.1
* move cve-bin-tool from development/python-modules to tools/security

Co-authored-by: r-burns <52847440+r-burns@users.noreply.github.com>
2021-09-23 18:08:46 +05:30