summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/pwntools/default.nix (follow)
Commit message (Collapse)AuthorAgeFilesLines
* python3Packages.pwntools: 4.3.1 -> 4.5.0Pamplemousse2021-05-151-2/+6
| | | | Signed-off-by: Pamplemousse <xav.maso@gmail.com>
* python3Packages.pwntools: Patch check for `gdb-multiarch`Pamplemousse2021-05-131-4/+11
| | | | Signed-off-by: Pamplemousse <xav.maso@gmail.com>
* pythonPackages.pwntools: add bash completions (#121907)Kristoffer Søholm2021-05-061-3/+9
| | | Also fixed some PR review warnings
* treewide: remove stdenv where not neededPavol Rusnak2021-01-251-1/+1
|
* pkgs/development/python-modules: stdenv.lib -> libPavol Rusnak2021-01-241-1/+1
|
* treewide: with stdenv.lib; in meta -> with lib;Profpatsch2021-01-111-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
* pwntools: 4.3.0 -> 4.3.1R. RyanTM2020-12-031-2/+2
|
* pwntools: 4.2.2 -> 4.3.0R. RyanTM2020-11-251-2/+2
|
* pwntools: 4.2.1 -> 4.2.2R. RyanTM2020-10-241-2/+2
|
* python3Packages.pwntools: Allow to use any debuggerPamplemousse2020-08-261-1/+8
| | | | Signed-off-by: Pamplemousse <xav.maso@gmail.com>
* python: pwntools: 4.1.1 -> 4.2.1Kristoffer Søholm2020-07-291-8/+49
| | | | The previous update broke the build, this updates fixes it
* python: pwntools: 4.0.0b0 -> 4.1.1Frederik Rietdijk2020-06-111-2/+2
|
* pythonPackages.pwntools: 3.12 -> 4.0b0Kristoffer Søholm2019-11-131-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.
* pwntools: 3.11.0 -> 3.12.0Jörg Thalheim2018-02-281-4/+4
|
* pythonPackages.pwntools: fix buildKristoffer Søholm2018-02-021-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.
* python: pwntools: 3.10.0 -> 3.11.0Frederik Rietdijk2018-01-071-2/+2
|
* pythonPackages.pwntools: disable testsKristoffer Søholm2017-12-171-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.
* pythonPackages: Add version and pname attributes to packagesadisbladis2017-11-231-1/+1
|
* python: pwntools 3.7.1 -> 3.10.0Kristoffer Søholm2017-10-291-0/+27
Also moved to a seperate module