summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/python-utils
AgeCommit message (Collapse)Author
2023-10-01python310Packages.python-utils: 3.7.0 -> 3.8.1R. Ryantm
2023-06-22python310Packages.python-utils: 3.6.0 -> 3.7.0R. Ryantm
2023-06-16python310Packages.python-utils: 3.5.2 -> 3.6.0Mario Rodas
Diff: https://github.com/WoLpH/python-utils/compare/refs/tags/v3.5.2...v3.6.0 Changelog: https://github.com/wolph/python-utils/releases/tag/v3.6.0
2023-06-16python310Packages.python-utils: remove mypy linterSandro Jäckel
2023-02-13python310Packages.python-utils: fix build on darwinMario Rodas
2023-02-13python310Packages.python-utils: 3.4.5 -> 3.5.2R. Ryantm
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-11-26python310Packages.python-utils: don't run mypyFabian Affolter
2022-10-30python310Packages.python-utils: disable on older Python releasesFabian Affolter
- add optional-dependencies - add pythonImportsCheck
2022-10-30python310Packages.python-utils: 3.3.3 -> 3.4.5R. Ryantm
2022-07-05python3Packages.python-utils: 3.1.0 → 3.3.3Fabián Heredia Montiel
2022-01-23python3Packages.python-utils: 3.0.0 -> 3.1.0Jonathan Ringer
2022-01-23python3Packages.python-utils: 2.7.0 -> 3.0.0Jonathan Ringer
2022-01-01python38Packages.python-utils: 2.5.6 -> 2.7.0R. Ryantm
2021-04-15python3Packages.python-utils: fix buildMartin Weinelt
Tests have been excluded from the pypi package, hence we fetch the source from GitHub now. Disable coverage and linting, drop unused dependencies.
2021-04-03python3Packages.python-utils: 2.4.0 -> 2.5.6Frederik Rietdijk
2020-12-11pythonPackages.python-utils: convert to pytestCheckHookDrew Risinger
2020-12-11pythonPackages.python-utils: remove pep8 from testsDrew Risinger
2020-12-10treewide: remove dead pytestpep8 referencesDrew Risinger
pytestpep8 was removed in 25c9946f95a0be44a5794da66da1e7f2ca116d42. This removes pytestpep8 in the rest of the tree, where it was hardly used.
2020-05-09python27Packages.python-utils: 2.3.0 -> 2.4.0R. RyanTM
2019-02-17python.pkgs: rename pytestflakes to pytest-flakesFrederik Rietdijk
to follow naming guideline
2019-01-22python.pkgs.python-utils: run testsRobert Schütz
2019-01-22python.pkgs.python-utils: use fetchPypiRobert Schütz
2018-10-24python36Packages.python-utils: 2.2.0 -> 2.3.0R. 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-utils/versions
2018-01-20buildPythonPackage: rename nix_run_setup.py to nix_run_setupFrederik Rietdijk
If the extension is .py it tends to be picked up by tools, breaking for example tests.
2018-01-13pythonPackages.python-utils: Fix buildadisbladis
2017-11-23pythonPackages: Add version and pname attributes to packagesadisbladis
2017-10-22python.pkgs.python-utils: init at 2.2.0Nikolay Amiantov