| Commit message (Expand) | Author | Age | Files | Lines |
| * | pythonPackages.lmdb: 1.1.1 -> 1.2.1 | Ivan Kozik | 2021-04-26 | 1 | -2/+2 |
| * | pythonPackages.lmdb: don't depend on ludios_wpull•••This makes no sense and yet was added in 65eccfad5d32328d12cf8b42d02560905a8c9bae
This was breaking the build of python3Packages.lmdb because ludios_wpull does not
build on 3.8, only 3.7.
| Ivan Kozik | 2021-04-26 | 1 | -3/+0 |
| * | python3Packages.lmdb: 1.0.0 -> 1.1.1 | Frederik Rietdijk | 2021-04-03 | 1 | -2/+2 |
| * | treewide: remove stdenv where not needed | Pavol Rusnak | 2021-01-25 | 1 | -1/+1 |
| * | treewide: with stdenv.lib; in meta -> with lib;•••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
| Profpatsch | 2021-01-11 | 1 | -2/+2 |
| * | pythonPackages.lmdb: Fix build | Sandro Jäckel | 2021-01-06 | 1 | -6/+10 |
| * | python3Packages.lmdb: 0.99 -> 1.0.0 | Frederik Rietdijk | 2020-12-01 | 1 | -2/+2 |
| * | python: lmdb: 0.98 -> 0.99 | Frederik Rietdijk | 2020-08-16 | 1 | -2/+2 |
| * | python: lmdb: 0.97 -> 0.98 | Frederik Rietdijk | 2019-12-30 | 1 | -2/+2 |
| * | pythonPackages.lmdb: fix build•••This fixes:
pythonCatchConflictsPhase
Found duplicated packages in closure for dependency 'lmdb':
lmdb 0.97 (/build/lmdb-0.97)
lmdb 0.97 (/nix/store/js0iimri6y9yqgfc111jzp3mrv5ic9cj-python3.7-lmdb-0.97/lib/python3.7/site-packages)
Package duplicates found in closure, see above. Usually this happens if two packages depend on different version of the same dependency.
builder for '/nix/store/9bcn2m3r5v8slmpj31hxw05j906qgl5l-python3.7-lmdb-0.97.drv' failed with exit code 1
This was probably broken by https://github.com/NixOS/nixpkgs/commit/f7e28bf5d8181926e600a222cb70180519d09726
| Ivan Kozik | 2019-09-09 | 1 | -2/+1 |
| * | python37Packages.lmdb: 0.96 -> 0.97•••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-lmdb/versions
| R. RyanTM | 2019-08-20 | 1 | -2/+2 |
| * | python37Packages.lmdb: 0.95 -> 0.96•••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-lmdb/versions
| R. RyanTM | 2019-08-05 | 1 | -2/+2 |
| * | python37Packages.lmdb: 0.94 -> 0.95•••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-lmdb/versions
| R. RyanTM | 2019-06-17 | 1 | -2/+2 |
| * | pythonPackages.lmdb: enable tests (#51931) | Ivan Kozik | 2018-12-13 | 1 | -3/+7 |
| * | python36Packages.lmdb: 0.92 -> 0.94•••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-lmdb/versions
| R. RyanTM | 2018-10-24 | 1 | -2/+2 |
| * | pythonPackages.lmdb: refactor move to python-modules | Chris Ostrouchov | 2018-10-17 | 1 | -0/+26 |