summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/python-jsonrpc-server
AgeCommit message (Collapse)Author
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-11-12pkgs.development.python-modules: remove unused argsMarkus S. Wamser
2021-07-21pythonPackages: deprecate pytestcov aliasSandro Jäckel
2021-04-03pythonPackages: move python 2 only expressions to python2-packages.nixFrederik Rietdijk
2021-01-25treewide: remove stdenv where not neededPavol Rusnak
2021-01-24pkgs/development/python-modules: stdenv.lib -> libPavol Rusnak
2021-01-11pythonPackages.python-jsonrpc-server: 0.3.4 -> 0.4.0Sandro Jäckel
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-11-14Merge pull request #91723 from DavHau/improve-python-jsonrpc-server-versionJörg Thalheim
python-jsonrpc-server: make version overridable
2020-06-28python-jsonrpc-server: make version overridableDavHau
2020-07-26remove ujson version contraint from python-jsonrpc-serverDavHau
2020-06-16python3.python-jsonrpc-server: enable python38 buildJörg Thalheim
2020-06-01treewide: replace SRI hashesDaiderd Jordan
2020-04-17python38.pkgs.python-jsonrpc-server: disable for python38Jörg Thalheim
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly
2020-02-16pythonPackages.python-jsonrpc-server: 0.2.0 -> 0.3.4Frederik Rietdijk
2019-07-02python37Packages.python-jsonrpc-server: 0.1.2 -> 0.2.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-jsonrpc-server/versions
2019-03-20python37Packages.python-jsonrpc-server: 0.0.2 -> 0.1.2betaboon
2018-10-23python36Packages.python-jsonrpc-server: 0.0.1 -> 0.0.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.6-python-jsonrpc-server/versions
2018-09-12python-jsonrpc-server: init at 0.0.1Jörg Thalheim