Codebase list python-faraday / 6aa5c76
Update upstream source from tag 'upstream/3.14.2' Update to upstream version '3.14.2' with Debian dir 69757db449d6f9dd98ca4ca50a50f7fcaa46ffc1 Sophie Brun 3 years ago
8 changed file(s) with 29 addition(s) and 5 deletion(s). Raw diff Collapse all Expand all
0 Feb 26th, 2021
0 * ADD New plugins:
1 * microsoft baseline security analyzer
2 * nextnet
3 * openscap
4 * FIX old versions of Nessus plugins bugs
00 New features in the latest update
11 =====================================
2
3
4 3.14.2 [Feb 26th, 2021]:
5 ---
6 * ADD New plugins:
7 * microsoft baseline security analyzer
8 * nextnet
9 * openscap
10 * FIX old versions of Nessus plugins bugs
211
312
413 3.14.1 [Feb 17th, 2021]:
00 New features in the latest update
11 =====================================
2
3
4 3.14.2 [Feb 26th, 2021]:
5 ---
6 * ADD New plugins:
7 * microsoft baseline security analyzer
8 * nextnet
9 * openscap
10 * FIX old versions of Nessus plugins bugs
211
312
413 3.14.1 [Feb 17th, 2021]:
11 # Copyright (C) 2013 Infobyte LLC (http://www.infobytesec.com/)
22 # See the file 'doc/LICENSE' for the license information
33
4 __version__ = '3.14.1'
4 __version__ = '3.14.2'
55 __license_version__ = __version__
1919 pname =
2020 "faraday-plugins";
2121 version =
22 "1.4.0";
22 "1.4.1";
2323
2424 src =
2525 fetchPypi {
2727 pname
2828 version;
2929 sha256 =
30 "18s4r487c8agn5yd3mn0d2gyig5xb6r7kaiyhwkjpzj3nwlh9kw2";
30 "0jnacy9q4yv8b4hrld21qcdwsypbzndm1j9i4rwfi1lyvs78yqmp";
3131 };
3232
3333 propagatedBuildInputs =
5858 pname =
5959 "faradaysec";
6060 version =
61 "3.14.1";
61 "3.14.2";
6262
6363 src =
6464 lib.cleanSource
3131 simplekv>=0.13.0
3232 Flask-KVSession-fork>=0.6.3
3333 distro>=1.4.0
34 faraday-plugins>=1.0.1,<2.0.0
34 faraday-plugins>=1.4.1,<2.0.0
3535 apispec>=4.0.0
3636 apispec-webframeworks>=0.5.0
3737 pyyaml