about summary refs log tree commit diff
path: root/pkgs/development/python-modules/pwntools
AgeCommit message (Collapse)AuthorFilesLines
2021-11-19python3Packages.pwntools: update ropgadgetFabian Affolter1-2/+2
2021-11-15python3Packages.pwntools: 4.6.0 -> 4.7.0Fabian Affolter1-2/+2
2021-07-14python3Packages.pwntools: 4.5.1 -> 4.6.0Fabian Affolter1-2/+2
2021-07-03treewide: use pythonPackages.python-dateutil instead of pythonPackages.dateutilRobert Schütz1-2/+2
2021-06-22python3Packages.pwntools: 4.5.0 -> 4.5.1Martin Weinelt1-2/+2
2021-05-15python3Packages.pwntools: 4.3.1 -> 4.5.0Pamplemousse1-2/+6
Signed-off-by: Pamplemousse <xav.maso@gmail.com>
2021-05-13python3Packages.pwntools: Patch check for `gdb-multiarch`Pamplemousse1-4/+11
Signed-off-by: Pamplemousse <xav.maso@gmail.com>
2021-05-06pythonPackages.pwntools: add bash completions (#121907)Kristoffer Søholm1-3/+9
Also fixed some PR review warnings
2021-01-25treewide: remove stdenv where not neededPavol Rusnak1-1/+1
2021-01-24pkgs/development/python-modules: stdenv.lib -> libPavol Rusnak1-1/+1
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-2/+2
Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2020-12-03pwntools: 4.3.0 -> 4.3.1R. RyanTM1-2/+2
2020-11-25pwntools: 4.2.2 -> 4.3.0R. RyanTM1-2/+2
2020-10-24pwntools: 4.2.1 -> 4.2.2R. RyanTM1-2/+2
2020-08-26python3Packages.pwntools: Allow to use any debuggerPamplemousse1-1/+8
Signed-off-by: Pamplemousse <xav.maso@gmail.com>
2020-07-29python: pwntools: 4.1.1 -> 4.2.1Kristoffer Søholm1-8/+49
The previous update broke the build, this updates fixes it
2020-06-11python: pwntools: 4.0.0b0 -> 4.1.1Frederik Rietdijk1-2/+2
2019-11-13pythonPackages.pwntools: 3.12 -> 4.0b0Kristoffer Søholm1-12/+2
Fixes the broken build. I chose to go directly to 4.0 beta because stable is pretty old, and because 4.0 has python3 support.
2018-02-28pwntools: 3.11.0 -> 3.12.0Jörg Thalheim1-4/+4
2018-02-02pythonPackages.pwntools: fix buildKristoffer Søholm1-4/+12
pypandoc is broken (it does not work properly with pandoc 2), so we remove the dependency as it was only used for generating PyPI docs. The patch will be included upstream in the next version, so it should be removed next time this package is updated.
2018-01-07python: pwntools: 3.10.0 -> 3.11.0Frederik Rietdijk1-2/+2
2017-12-17pythonPackages.pwntools: disable testsKristoffer Søholm1-0/+1
There aren't any tests to run, and now the package fails to build because of a crash while looking if there are any tests.
2017-11-23pythonPackages: Add version and pname attributes to packagesadisbladis1-1/+1
2017-10-29python: pwntools 3.7.1 -> 3.10.0Kristoffer Søholm1-0/+27
Also moved to a seperate module