summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/msgpack-numpy
AgeCommit message (Collapse)Author
2023-03-03python3.pkgs: Migrate fetchers to use hashMartin Weinelt
when they already rely on SRI hashes.
2022-06-10python310Packages.msgpack-numpy: 0.4.7.1 -> 0.4.8R. Ryantm
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-11-06python27Packages.msgpack-numpy: 0.4.6.1 -> 0.4.7.1R. RyanTM
2020-08-04python: msgpack-numpy: 0.4.6.post0 -> 0.4.6.1Frederik Rietdijk
2020-06-06python: msgpack-numpy: 0.4.5 -> 0.4.6.post0Frederik Rietdijk
2020-05-11python27Packages.msgpack-numpy: 0.4.4.3 -> 0.4.5R. RyanTM
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly
2019-08-05python*Packages.msgpack-numpy: Update wrong descriptionChris Hodapp
2019-06-15python: msgpack-numpy: 0.4.4.2 -> 0.4.4.3Frederik Rietdijk
2018-12-03python: msgpack-numpy: 0.4.4.1 -> 0.4.4.2Frederik Rietdijk
2018-10-13python: msgpack-numpy: 0.4.3.1 -> 0.4.4.1Frederik Rietdijk
2018-07-22python: msgpack-numpy: 0.4.3 -> 0.4.3.1Frederik Rietdijk
2018-04-08python.pkgs.msgpack-numpy: replace msgpack-python by msgpackRobert Schütz
2018-04-08python: msgpack-numpy: 0.4.1 -> 0.4.3Frederik Rietdijk
2018-03-14python.msgpack-numpy: init 0.4.1Augustin Borsu