| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-01-21 | treewide: switch to nativeCheckInputs | Guillaume 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-12 | pkgs.development.python-modules: remove unused args | Markus S. Wamser | |
| 2021-07-21 | pythonPackages: deprecate pytestcov alias | Sandro Jäckel | |
| 2021-04-03 | pythonPackages: move python 2 only expressions to python2-packages.nix | Frederik Rietdijk | |
| 2021-01-25 | treewide: remove stdenv where not needed | Pavol Rusnak | |
| 2021-01-24 | pkgs/development/python-modules: stdenv.lib -> lib | Pavol Rusnak | |
| 2021-01-11 | pythonPackages.python-jsonrpc-server: 0.3.4 -> 0.4.0 | Sandro Jäckel | |
| 2021-01-11 | treewide: 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-14 | Merge pull request #91723 from DavHau/improve-python-jsonrpc-server-version | Jörg Thalheim | |
| python-jsonrpc-server: make version overridable | |||
| 2020-06-28 | python-jsonrpc-server: make version overridable | DavHau | |
| 2020-07-26 | remove ujson version contraint from python-jsonrpc-server | DavHau | |
| 2020-06-16 | python3.python-jsonrpc-server: enable python38 build | Jörg Thalheim | |
| 2020-06-01 | treewide: replace SRI hashes | Daiderd Jordan | |
| 2020-04-17 | python38.pkgs.python-jsonrpc-server: disable for python38 | Jörg Thalheim | |
| 2020-04-10 | treewide: Per RFC45, remove all unquoted URLs | Michael Reilly | |
| 2020-02-16 | pythonPackages.python-jsonrpc-server: 0.2.0 -> 0.3.4 | Frederik Rietdijk | |
| 2019-07-02 | python37Packages.python-jsonrpc-server: 0.1.2 -> 0.2.0 | R. 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-20 | python37Packages.python-jsonrpc-server: 0.0.2 -> 0.1.2 | betaboon | |
| 2018-10-23 | python36Packages.python-jsonrpc-server: 0.0.1 -> 0.0.2 | R. 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-12 | python-jsonrpc-server: init at 0.0.1 | Jörg Thalheim | |
