summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/python-jose
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.
2021-07-05python3Packages.python-jose: 3.2.0 -> 3.3.0Fabian Affolter
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-10-29python3Packages.python-jose: 3.1.0 -> 3.2.0Scriptkiddi
2020-06-11python.pkgs.python-jose: disable failing testFrederik Rietdijk
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly
2020-03-28python-jose: 3.0.1 -> 3.1.0Jörg Thalheim
2019-08-18pythonPackages.python-jose: disable several testsFrederik Rietdijk
2018-12-03python.pkgs.python-jose: 2.0.2 -> 3.0.1Robert Schütz
2018-09-01Revert "python.pkgs.python-jose: 2.0.2 -> 3.0.0"Frederik Rietdijk
This breaks moto. This reverts commit a6d3577d3d9a5aee20a88eb92de8dee266354269.
2018-07-31python.pkgs.python-jose: 2.0.2 -> 3.0.0Robert Schütz
2018-04-08python.pkgs.python-jose: 1.3.2 -> 2.0.2Robert Schütz
2017-08-01pkgs: refactor needless quoting of homepage meta attribute (#27809)Silvan Mosberger
* pkgs: refactor needless quoting of homepage meta attribute A lot of packages are needlessly quoting the homepage meta attribute (about 1400, 22%), this commit refactors all of those instances. * pkgs: Fixing some links that were wrongfully unquoted in the previous commit * Fixed some instances
2017-05-27Python: add pname attributes to librariesFrederik Rietdijk
so that we can use the update script.
2017-03-16pythonPackages.python-jose: init at 1.3.2Jörg Thalheim