summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/construct
AgeCommit message (Collapse)Author
2023-03-03python3.pkgs: Migrate fetchers to use hashMartin Weinelt
when they already rely on SRI hashes.
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-03-14python3Packages.construct: 2.10.67 -> 2.10.68Martin Weinelt
2022-01-16python2.pkgs: move expressions into python2-modules/ folderFrederik Rietdijk
Another step in further separating python2 from python3.
2021-12-11pythonPackages.construct: Remove pytest-benchmark check dependencyZhaofeng Li
No need to pull it in at all when the benchmarks are skipped anyways.
2021-11-22python2Packages.construct: skip tests that require broken packagesRobert Schütz
2021-11-13Merge remote-tracking branch 'origin/master' into staging-nextsternenseemann
Conflicts were caused by 2043dbb6faa9e21b0fb500161542e30d6c8bc680 interacting with b2767b69ddc702eb926633a5f2336534352cb7b8.
2021-11-12pkgs.development.python-modules: remove unused argsMarkus S. Wamser
2021-11-02python39Packages.ruamel-yaml: normalise name, adoptSandro Jäckel
2021-06-22python3Packages.construct: 2.10.63 -> 2.10.67Jonathan Ringer
2021-04-03python3Packages.construct: fix build and testsJonathan Ringer
2021-04-03python3Packages.construct: 2.10.56 -> 2.10.63Jonathan Ringer
2021-03-10pythonPackages.construct: add python2-compatible expressionRobert Schütz
2021-01-24pkgs/development/python-modules: stdenv.lib -> libPavol 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-08-13python38Packages.construct: fix build on darwinMario Rodas
2020-08-12python.pkgs.construct: 2.9.45 -> 2.10.56Robert Schütz
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly
2019-04-22treewide: Use HTTPS for readthedocs URLsDaniel Schaefer
2018-09-12python.pkgs.construct: 2.8.16 -> 2.9.45rnhmjoj
2018-07-21pkgs/*: remove unreferenced function argumentsvolth
2018-03-10pythonPackages.construct: Fix darwin buildJosef Kemetmüller
The package runs fine on darwin. Using pytest as a test runner also resolves the checkPhase issue on Python 3.5+.
2017-11-23pythonPackages: Add version and pname attributes to packagesadisbladis
2017-10-29pythonPackages.construct: 2.8.10 -> 2.8.16Bjørn Forsman
2017-10-29pythonPackages.construct: move to python-modules/Bjørn Forsman