summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/python-gnupg
AgeCommit message (Collapse)Author
2023-03-03python3.pkgs: Migrate fetchers to use hashMartin Weinelt
when they already rely on SRI hashes.
2023-01-21treewide: switch to nativeCheckInputsGuillaume Girol
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.
2022-09-16python3Packages.python-gnupg: add setuptools to nativeBuildInputsMartin Weinelt
and reformat and enable tests.
2022-08-24python310Packages.python-gnupg: 0.4.9 -> 0.5.0R. Ryantm
2022-07-21python3Packages.python-gnupg: 0.4.8 -> 0.4.9Martin Weinelt
2021-11-30python3Packages.python-gnupg: 0.4.7 -> 0.4.8Jonathan Ringer
2021-04-03python3Packages.python-gnupg: 0.4.6 -> 0.4.7Frederik Rietdijk
2021-01-25treewide: remove stdenv where not neededPavol Rusnak
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch
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-05-11python3Packages.python-gnupg: 0.4.5 -> 0.4.6Frederik Rietdijk
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly
2019-09-28python37Packages.python-gnupg: 0.4.4 -> 0.4.5R. RyanTM
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/python3.7-python-gnupg/versions
2019-05-12switch users of "gnupg1" to plain "gnupg"Spencer Baugh
gnupg is gnupg 2.2. gnupg1 is also gnupg 2.2, just with a few extra symlinks in the bin directory. None of these packages need those symlinks, and it's confusing for them to say they're depending on "gnupg1", so switch their dep to plain "gnupg".
2019-01-24pythonPackages.python-gnupg: remove name, remove propagatedBuildInputsStig Palmquist
2019-01-24pythonPackages.python-gnupg: 0.4.3 -> 0.4.4Stig Palmquist
Fixes CVE-2019-6690: https://blog.hackeriet.no/cve-2019-6690-python-gnupg-vulnerability/
2018-06-22python: python-gnupg: 0.4.2 -> 0.4.3Frederik Rietdijk
2018-04-02pythonPackages.python-gnupg: 0.4.1 -> 0.4.2xeji
2017-09-23python.pkgs.python-gnupg: disable failing test test_search_keysRobert Scott
reading the code, it's hard to see how this test was *ever* supposed to pass. interestingly, peeking across the fence, guix have disabled this test too for the same reason. note that tests don't actually run *at all* on py27 but that's a problem for another day
2017-07-18python-gnupg: move out of python-packagesJörg Thalheim