summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/bytecode
AgeCommit message (Collapse)Author
2024-10-29python312Packages.bytecode: 0.15.1 -> 0.16.0R. Ryantm
2024-05-22python3Packages: format with nixfmtMartin Weinelt
2023-12-20treewide: remove redundant SETUPTOOLS_SCM_PRETEND_VERSION usageMartin Weinelt
The setuptools-scm packages gained a setup hook, that sets it to the derivation version automatically, so setting it to that manually has become redundant. This also affects downstream consumers of setuptools-scm, like hatch-vcs or flit-scm.
2023-10-13python310Packages.bytecode: 0.15.0 -> 0.15.1R. Ryantm
2023-09-02python310Packages.bytecode: 0.14.2 -> 0.15.0R. Ryantm
2023-06-19python310Packages.bytecode: 0.14.1 -> 0.14.2R. Ryantm
2023-04-09python310Packages.bytecode: 0.14.0 -> 0.14.1R. Ryantm
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.
2023-01-05python3Packages.bytecode: 0.13.0 -> 0.14.0Martin Weinelt
2021-10-17python3Packages.bytecode: 0.12.0 -> 0.13.0Fabian Affolter
2021-07-06python3Packages.bytecode: 0.11.0 -> 0.12.0Fabian Affolter
2021-07-03python3Packages.bytecode: 0.11.0 -> 0.12.0Fabian Affolter
2020-08-10python3Packages.bytecode: init at 0.11.0Arnout Engelen