Commit graph

36 commits

Author SHA1 Message Date
Sandro Jäckel 89d5f4b3d0
treewide: setuptools_scm -> setuptools-scm 2021-06-03 12:44:33 +02:00
Martin Weinelt 26dbd044cd
python3Packages.keyring: fix typo in disabledTestPaths keyword 2021-04-23 01:27:26 +02:00
Martin Weinelt 8967e3c9e0
python3Packages.keyring: disable keychain tests on darwin
It is highly unlikely that we can communicate with keychain in our build
environment. The tests were only recently enabled and have blocked this
package ever since.
2021-04-22 14:51:10 +02:00
Jonathan Ringer 3c0a20777f python3Packages.keyring: always use importlib-metadata 2021-04-20 22:19:08 -07:00
Robert Schütz 2cb255c7ad python3.pkgs.keyring: 23.0.0 -> 23.0.1 2021-04-03 17:56:14 +02:00
Jonathan Ringer 29696c3dbd python3Packages.keyring: fix build 2021-04-03 17:49:55 +02:00
Frederik Rietdijk 296f727206 python3Packages.keyring: 21.5.0 -> 23.0.0 2021-04-03 17:48:38 +02:00
Pavol Rusnak a4bbfba80d
pkgs/development/python-modules: stdenv.lib -> lib 2021-01-24 01:29:22 +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 c9188185b8 python3Packages.keyring: 21.3.1 -> 21.5.0 2020-12-01 14:44:14 +01:00
Frederik Rietdijk 3efbfbd37d python3Packages.keyring: 21.3.0 -> 21.3.1 2020-08-29 10:22:13 -07:00
Frederik Rietdijk 4ba8c6db6e python: keyring: 21.2.1 -> 21.3.0 2020-08-16 19:31:06 +02:00
Frederik Rietdijk 1becbef8d9 python.pkgs.keyring: fix build 2020-06-11 12:38:23 +02:00
Frederik Rietdijk a386d41c89 python: keyring: 20.0.1 -> 21.2.1 2020-06-11 10:00:01 +02:00
Frederik Rietdijk ef13eb60ee python: keyring: 20.0.0 -> 20.0.1 2019-12-30 16:46:54 +01:00
Jonathan Ringer 599fa2754b python3Packages.keyringer: add importlib-metadata dependency 2019-12-30 16:46:50 +01:00
Frederik Rietdijk 35743b0d3f python: keyring: 19.2.0 -> 20.0.0 2019-12-30 16:46:43 +01:00
Orivej Desh 7e952c3321 python: keyring: support Python 2 2019-11-23 14:52:25 +00:00
Jonathan Ringer 8d440b5e59 python3Packages.keyring: 19.1.0 -> 19.2.0 2019-10-01 19:31:51 -07:00
Peter Hoeg 04a0b11c9b pythonPackages.keyring: 18.0.1 -> 19.1.0 2019-09-16 12:12:54 +08:00
Frederik Rietdijk 7bc427c900 python: keyring: 18.0.0 -> 18.0.1 2019-04-18 12:42:40 +02:00
Frederik Rietdijk b5c5963ddd python: keyring: 16.0.2 -> 18.0.0 2019-02-17 14:40:26 +01:00
Frederik Rietdijk 55215d5080 python: keyring: 16.0.0 -> 16.0.2 2018-12-03 16:50:38 +01:00
Frederik Rietdijk 223fda3fbd python: keyring: 13.2.1 -> 16.0.0 2018-12-03 16:50:31 +01:00
Frederik Rietdijk 460605560e python: keyring: 12.2.1 -> 13.2.1 2018-07-22 16:52:44 +02:00
Benjamin Hipple 6bde47d651 pythonPackages.keyring: 12.0.2 -> 12.2.1 (#41142) 2018-05-27 19:58:52 +02:00
Frederik Rietdijk c29398faa4 python: keyring: 12.0.1 -> 12.0.2 2018-05-10 10:09:13 +02:00
Robert Schütz c64676af19 Revert "keyring: disable testing"
This reverts commit b6567229a2.
2018-05-02 14:12:11 +02:00
Maximilian Güntner b6567229a2 keyring: disable testing
ref: #38483
2018-04-17 16:06:07 +02:00
Frederik Rietdijk d9cc503245 python: keyring: 11.0.0 -> 12.0.0 2018-04-08 11:34:54 +02:00
Frederik Rietdijk 933b31989f python: keyring: 10.6.0 -> 11.0.0 2018-02-03 17:43:30 +01:00
Frederik Rietdijk 24e2e6d67d python.pkgs.keyring: use current pytest 2018-01-20 12:53:27 +01:00
Frederik Rietdijk c20c96b923 python: keyring: 10.5.1 -> 10.6.0 2018-01-20 12:05:26 +01:00
Frederik Rietdijk fd1f3f1f03 python: keyring: 10.4.0 -> 10.5.1 2017-12-31 10:55:08 +01:00
Daiderd Jordan f0956b7baf
python-keyring: disable tests on darwin 2017-09-12 20:54:48 +02:00
Jörg Thalheim 37d3a4425e python.pkgs.keyring: move out of python-packages.nix 2017-09-07 09:54:07 +01:00