Robert Scott
|
03058d38bb
|
pythonPackages.pysaml2: 5.0.0 -> 6.5.1
addressing CVE-2021-21238 & CVE-2021-21239
|
2021-02-01 21:46:17 +00: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 |
|
Sandro Jäckel
|
84f0c4bfa9
|
pythonPackages.pysaml2: Make tests pass in darwin sandbox
|
2020-11-25 21:36:39 +01:00 |
|
rnhmjoj
|
60575b2fb7
|
pythonPackages.pysaml2: fix tests on 32bit systems
|
2020-02-23 14:47:50 +01:00 |
|
Robert Scott
|
f77e057cda
|
pythonPackages.pysaml2: fix tests with fixed & now-expired timestamps
these only expired (and upstream only seem to have noticed) today
|
2020-02-11 14:08:30 -08:00 |
|
Robert Scott
|
55ace3be68
|
pythonPackages.pysaml2: 4.9.0 -> 5.0.0 (security)
addressing CVE-2020-5390. disabled for python 2.7 as support is being
removed from this release on.
|
2020-02-09 17:48:14 -08:00 |
|
R. RyanTM
|
1dcff621e7
|
python38Packages.pysaml2: 4.8.0 -> 4.9.0
|
2019-11-29 13:34:59 -08:00 |
|
R. RyanTM
|
487da714bf
|
python37Packages.pysaml2: 4.7.0 -> 4.8.0
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-pysaml2/versions
|
2019-07-16 09:36:26 -07:00 |
|
R. RyanTM
|
94add8789d
|
python37Packages.pysaml2: 4.6.5 -> 4.7.0
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-pysaml2/versions
|
2019-04-16 18:33:32 +02:00 |
|
nyanloutre
|
06c08984ae
|
pythonPackages.pysaml2: 3.0.2 -> 4.6.5
Also run tests and hardcode path to xmlsec1.
|
2019-01-11 16:36:27 +01:00 |
|
Chris Ostrouchov
|
942484324e
|
pythonPackages.pysaml2: refactor move to python-modules
|
2018-10-27 09:07:19 +02:00 |
|