summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/python-gnupg/default.nix (follow)
Commit message (Expand)AuthorAgeFilesLines
* python3Packages: format with nixfmtMartin Weinelt2024-05-221-12/+9
* python3Packages.python-gnupg: 0.5.1 -> 0.5.2•••https://github.com/vsajip/python-gnupg/releases/tag/0.5.2 Martin Weinelt2024-03-121-2/+2
* python310Packages.python-gnupg: add changelog to metaMario Rodas2023-07-231-0/+1
* python310Packages.python-gnupg: 0.5.0 -> 0.5.1R. Ryantm2023-07-231-2/+2
* python3.pkgs: Migrate fetchers to use hash•••when they already rely on SRI hashes. Martin Weinelt2023-03-031-1/+1
* treewide: switch to nativeCheckInputs•••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. Guillaume Girol2023-01-211-1/+1
* python3Packages.python-gnupg: add setuptools to nativeBuildInputs•••and reformat and enable tests. Martin Weinelt2022-09-161-1/+20
* python310Packages.python-gnupg: 0.4.9 -> 0.5.0R. Ryantm2022-08-241-2/+2
* python3Packages.python-gnupg: 0.4.8 -> 0.4.9Martin Weinelt2022-07-211-12/+13
* python3Packages.python-gnupg: 0.4.7 -> 0.4.8Jonathan Ringer2021-11-301-2/+2
* python3Packages.python-gnupg: 0.4.6 -> 0.4.7Frederik Rietdijk2021-04-031-2/+2
* treewide: remove stdenv where not neededPavol Rusnak2021-01-251-1/+1
* 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 Profpatsch2021-01-111-2/+2
* python3Packages.python-gnupg: 0.4.5 -> 0.4.6Frederik Rietdijk2020-05-111-2/+2
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-101-1/+1
* 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 R. RyanTM2019-09-281-2/+2
* 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". Spencer Baugh2019-05-121-3/+3
* pythonPackages.python-gnupg: remove name, remove propagatedBuildInputsStig Palmquist2019-01-241-3/+0
* pythonPackages.python-gnupg: 0.4.3 -> 0.4.4•••Fixes CVE-2019-6690: https://blog.hackeriet.no/cve-2019-6690-python-gnupg-vulnerability/ Stig Palmquist2019-01-241-2/+2
* python: python-gnupg: 0.4.2 -> 0.4.3Frederik Rietdijk2018-06-221-2/+2
* pythonPackages.python-gnupg: 0.4.1 -> 0.4.2xeji2018-04-021-2/+2
* 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 Robert Scott2017-09-231-1/+2
* python-gnupg: move out of python-packagesJörg Thalheim2017-07-181-0/+30