lol

python312Packages.angr: 9.2.148 -> 9.2.149 (#398997)

authored by

Fabian Affolter and committed by
GitHub
714e525d e3966179

+20 -32
+3 -6
pkgs/development/python-modules/ailment/default.nix
··· 6 6 pyvex, 7 7 setuptools, 8 8 typing-extensions, 9 - nix-update-script, 10 9 }: 11 10 12 11 buildPythonPackage rec { 13 12 pname = "ailment"; 14 - version = "9.2.148"; 13 + version = "9.2.149"; 15 14 pyproject = true; 16 15 17 16 disabled = pythonOlder "3.11"; ··· 20 19 owner = "angr"; 21 20 repo = "ailment"; 22 21 tag = "v${version}"; 23 - hash = "sha256-mUxpogD1fKKKocT7q9cdHNufkU/oUO+J1ULl9Hp9Lp4="; 22 + hash = "sha256-hgTJMWprK4M+9Ae/E5jz5mkJjBgro4zYJLrVx96zQ20="; 24 23 }; 25 24 26 25 build-system = [ setuptools ]; ··· 35 34 36 35 pythonImportsCheck = [ "ailment" ]; 37 36 38 - passthru.updateScript = nix-update-script { }; 39 - 40 37 meta = with lib; { 41 38 description = "Angr Intermediate Language"; 42 39 homepage = "https://github.com/angr/ailment"; 43 - license = with licenses; [ bsd2 ]; 40 + license = licenses.bsd2; 44 41 maintainers = with maintainers; [ fab ]; 45 42 }; 46 43 }
+5 -6
pkgs/development/python-modules/angr/default.nix
··· 10 10 claripy, 11 11 cle, 12 12 cppheaderparser, 13 + cxxheaderparser, 13 14 dpkt, 14 15 fetchFromGitHub, 15 16 gitpython, ··· 33 34 sympy, 34 35 unicorn-angr, 35 36 unique-log-filter, 36 - nix-update-script, 37 37 }: 38 38 39 39 buildPythonPackage rec { 40 40 pname = "angr"; 41 - version = "9.2.148"; 41 + version = "9.2.149"; 42 42 pyproject = true; 43 43 44 44 disabled = pythonOlder "3.11"; ··· 47 47 owner = "angr"; 48 48 repo = "angr"; 49 49 tag = "v${version}"; 50 - hash = "sha256-WObd/zpoRn4OQO1PWcuv/6odJ0qZnKW7uFx8Z0dUmv8="; 50 + hash = "sha256-j9Y0AkxiJSOxjztEFtT28Hftyih1Xsy2Aj0M+WSVAAg="; 51 51 }; 52 52 53 53 pythonRelaxDeps = [ "capstone" ]; ··· 63 63 claripy 64 64 cle 65 65 cppheaderparser 66 + cxxheaderparser 66 67 dpkt 67 68 gitpython 68 69 itanium-demangler ··· 105 106 "archinfo" 106 107 ]; 107 108 108 - passthru.updateScript = nix-update-script { }; 109 - 110 109 meta = with lib; { 111 110 description = "Powerful and user-friendly binary analysis platform"; 112 111 homepage = "https://angr.io/"; 113 - license = with licenses; [ bsd2 ]; 112 + license = licenses.bsd2; 114 113 maintainers = with maintainers; [ fab ]; 115 114 }; 116 115 }
+4 -9
pkgs/development/python-modules/archinfo/default.nix
··· 6 6 pytestCheckHook, 7 7 pythonOlder, 8 8 setuptools, 9 - nix-update-script, 10 9 }: 11 10 12 11 buildPythonPackage rec { 13 12 pname = "archinfo"; 14 - version = "9.2.148"; 13 + version = "9.2.149"; 15 14 pyproject = true; 16 15 17 - disabled = pythonOlder "3.8"; 16 + disabled = pythonOlder "3.12"; 18 17 19 18 src = fetchFromGitHub { 20 19 owner = "angr"; 21 20 repo = "archinfo"; 22 21 tag = "v${version}"; 23 - hash = "sha256-htg7lZVRSPnPAcPzTddT/lQ7/9LfHEV40usKASA3EsE="; 22 + hash = "sha256-hP7rQOEl2BuzNIGT/+S7Gwp6UdLcwWKagq1wCcWV+L4="; 24 23 }; 25 24 26 25 build-system = [ setuptools ]; 27 26 28 - dependencies = lib.optionals (pythonOlder "3.11") [ backports-strenum ]; 29 - 30 27 nativeCheckInputs = [ pytestCheckHook ]; 31 28 32 29 pythonImportsCheck = [ "archinfo" ]; 33 30 34 - passthru.updateScript = nix-update-script { }; 35 - 36 31 meta = with lib; { 37 32 description = "Classes with architecture-specific information"; 38 33 homepage = "https://github.com/angr/archinfo"; 39 - license = with licenses; [ bsd2 ]; 34 + license = licenses.bsd2; 40 35 maintainers = with maintainers; [ fab ]; 41 36 }; 42 37 }
+3 -6
pkgs/development/python-modules/claripy/default.nix
··· 10 10 setuptools, 11 11 typing-extensions, 12 12 z3-solver, 13 - nix-update-script, 14 13 }: 15 14 16 15 buildPythonPackage rec { 17 16 pname = "claripy"; 18 - version = "9.2.148"; 17 + version = "9.2.149"; 19 18 pyproject = true; 20 19 21 20 disabled = pythonOlder "3.11"; ··· 24 23 owner = "angr"; 25 24 repo = "claripy"; 26 25 tag = "v${version}"; 27 - hash = "sha256-WfDsitb3Ziw3Ss7/zOblBhzfD+foZSGfyD0rGAI+HcA="; 26 + hash = "sha256-jWT4PhGDxU42DrqV49sz/5bN0653lig9/f0T1zOq6eA="; 28 27 }; 29 28 30 29 # z3 does not provide a dist-info, so python-runtime-deps-check will fail ··· 46 45 47 46 pythonImportsCheck = [ "claripy" ]; 48 47 49 - passthru.updateScript = nix-update-script { }; 50 - 51 48 meta = with lib; { 52 49 description = "Python abstraction layer for constraint solvers"; 53 50 homepage = "https://github.com/angr/claripy"; 54 - license = with licenses; [ bsd2 ]; 51 + license = licenses.bsd2; 55 52 maintainers = with maintainers; [ fab ]; 56 53 }; 57 54 }
+3 -3
pkgs/development/python-modules/cle/default.nix
··· 17 17 18 18 let 19 19 # The binaries are following the argr projects release cycle 20 - version = "9.2.148"; 20 + version = "9.2.149"; 21 21 22 22 # Binary files from https://github.com/angr/binaries (only used for testing and only here) 23 23 binaries = fetchFromGitHub { 24 24 owner = "angr"; 25 25 repo = "binaries"; 26 26 rev = "refs/tags/v${version}"; 27 - hash = "sha256-0D77TWGrrqRuGyfGoV46MuOt2P9w/wGSY6C6uzBGVz8="; 27 + hash = "sha256-W0fMBvoj4M6I+Smutkgw51izFmA/h9gnOG0FwGFr64A="; 28 28 }; 29 29 in 30 30 buildPythonPackage rec { ··· 38 38 owner = "angr"; 39 39 repo = "cle"; 40 40 rev = "refs/tags/v${version}"; 41 - hash = "sha256-TUJUEaf4ishADsbFCBpVk9M5ntbKf/XxyXiPOaBHyC4="; 41 + hash = "sha256-d1SLJmVLyQ96M9MVsh6+Cm/g+/vJ5x3NTN9as2EKkh8="; 42 42 }; 43 43 44 44 build-system = [ setuptools ];
+2 -2
pkgs/development/python-modules/pyvex/default.nix
··· 13 13 14 14 buildPythonPackage rec { 15 15 pname = "pyvex"; 16 - version = "9.2.148"; 16 + version = "9.2.149"; 17 17 pyproject = true; 18 18 19 19 disabled = pythonOlder "3.11"; 20 20 21 21 src = fetchPypi { 22 22 inherit pname version; 23 - hash = "sha256-hr0XPtLVjz4DwVAQlobos9dMdjklQ+JXziVTvoDsM40="; 23 + hash = "sha256-RzqTO8RjWoAj82Zls3ounxsiMLcsb4LDFPVjGCGOQz0="; 24 24 }; 25 25 26 26 build-system = [ setuptools ];