summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/python-rapidjson
AgeCommit message (Collapse)Author
2023-03-11python310Packages.python-rapidjson: specify patch nameRobert Schütz
2023-03-11tree-wide: add git revisions to alpine git urlsYureka
2023-01-28python3Packages.python-rapidjson: disable check of overridden rapidjsonNick Cao
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.
2022-11-11python310Packages.python-rapidjson: 1.6 -> 1.9Robert Schütz
https://github.com/python-rapidjson/python-rapidjson/blob/v1.9/CHANGES.rst
2022-06-11python310Packages.python-rapidjson: unvendor rapidjsonRobert Schütz
2022-02-20python310Packages.python-rapidjson: 1.5 -> 1.6R. Ryantm
2021-10-16python38Packages.python-rapidjson: 1.4 -> 1.5R. RyanTM
2021-09-05python3Packages.python-rapidjson: 1.0 -> 1.4Martin Weinelt
2021-04-03python3Packages.python-rapidjson: 0.9.4 -> 1.0Frederik Rietdijk
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-12-01python3Packages.python-rapidjson: 0.9.3 -> 0.9.4Frederik Rietdijk
2020-11-05python3Packages.python-rapidjson: 0.9.1 -> 0.9.3Frederik Rietdijk
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly
2019-12-30python: python-rapidjson: 0.8.0 -> 0.9.1Frederik Rietdijk
2019-09-28python37Packages.python-rapidjson: 0.7.2 -> 0.8.0R. RyanTM
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-rapidjson/versions
2019-08-05python37Packages.python-rapidjson: 0.7.1 -> 0.7.2R. RyanTM
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-rapidjson/versions
2019-06-15python: python-rapidjson: 0.7.0 -> 0.7.1Frederik Rietdijk
2019-02-17python: python-rapidjson: 0.6.3 -> 0.7.0Frederik Rietdijk
2018-10-26python3PAckages.python-rapidjson: init at 0.6.3Chris Ostrouchov