Commit graph

13 commits

Author SHA1 Message Date
Frederik Rietdijk 9bd3ae042a python3Packages.python-gnupg: 0.4.6 -> 0.4.7 2021-04-03 17:49:17 +02:00
Pavol Rusnak a6ce00c50c
treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
Profpatsch 4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
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
2021-01-11 10:38:22 +01:00
Frederik Rietdijk f214330c68 python3Packages.python-gnupg: 0.4.5 -> 0.4.6 2020-05-11 22:13:13 +02:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
R. RyanTM b279c87ff1 python37Packages.python-gnupg: 0.4.4 -> 0.4.5
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-09-28 06:39:21 -07:00
Spencer Baugh 4b8803dae6 switch users of "gnupg1" to plain "gnupg"
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-05-12 20:08:50 +02:00
Stig Palmquist 026ec75df5
pythonPackages.python-gnupg: remove name, remove propagatedBuildInputs 2019-01-24 23:18:00 +01:00
Stig Palmquist 464cbda386
pythonPackages.python-gnupg: 0.4.3 -> 0.4.4
Fixes CVE-2019-6690:
https://blog.hackeriet.no/cve-2019-6690-python-gnupg-vulnerability/
2019-01-24 23:16:31 +01:00
Frederik Rietdijk b5aa2c0e7c python: python-gnupg: 0.4.2 -> 0.4.3 2018-06-22 13:09:45 +02:00
xeji b838881f11 pythonPackages.python-gnupg: 0.4.1 -> 0.4.2 2018-04-02 03:53:32 -05:00
Robert Scott 9ca4f39b97 python.pkgs.python-gnupg: disable failing test test_search_keys
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-09-23 19:01:41 +02:00
Jörg Thalheim 37d87343bf python-gnupg: move out of python-packages 2017-07-18 22:37:56 +01:00