about summary refs log tree commit diff
path: root/pkgs/development/python-modules/pysaml2
AgeCommit message (Collapse)AuthorFilesLines
2021-11-22python3Packages.pysaml2: switch to pytestCheckHookFabian Affolter1-29/+34
2021-11-22python3Packages.pysaml2: 7.0.1 -> 7.1.0Fabian Affolter1-11/+29
2021-08-19python38Packages.pysaml2: 6.5.2 -> 7.0.1R. RyanTM1-2/+2
2021-07-03treewide: use pythonPackages.python-dateutil instead of pythonPackages.dateutilRobert Schütz1-2/+2
2021-06-22python3Packages.pysaml2: 6.5.1 -> 6.5.2Jonathan Ringer1-2/+2
2021-02-01pythonPackages.pysaml2: 5.0.0 -> 6.5.1Robert Scott1-12/+15
addressing CVE-2021-21238 & CVE-2021-21239
2021-01-25treewide: remove stdenv where not neededPavol Rusnak1-1/+1
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-2/+2
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-11-25pythonPackages.pysaml2: Make tests pass in darwin sandboxSandro Jäckel1-1/+2
2020-02-23pythonPackages.pysaml2: fix tests on 32bit systemsrnhmjoj1-0/+5
2020-02-11pythonPackages.pysaml2: fix tests with fixed & now-expired timestampsRobert Scott1-0/+7
these only expired (and upstream only seem to have noticed) today
2020-02-09pythonPackages.pysaml2: 4.9.0 -> 5.0.0 (security)Robert Scott1-2/+5
addressing CVE-2020-5390. disabled for python 2.7 as support is being removed from this release on.
2019-11-29python38Packages.pysaml2: 4.8.0 -> 4.9.0R. RyanTM1-2/+2
2019-07-16python37Packages.pysaml2: 4.7.0 -> 4.8.0R. RyanTM1-2/+2
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-16python37Packages.pysaml2: 4.6.5 -> 4.7.0R. RyanTM1-2/+2
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-01-11pythonPackages.pysaml2: 3.0.2 -> 4.6.5nyanloutre2-44/+63
Also run tests and hardcode path to xmlsec1.
2018-10-27pythonPackages.pysaml2: refactor move to python-modulesChris Ostrouchov1-0/+66