summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/robotframework
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.
2023-01-17python310Packages.robotframework: 6.0.1 -> 6.0.2R. Ryantm
2023-01-05python3Packages.robotframework: 5.0.1 -> 6.0.1Martin Weinelt
2022-05-30python310Packages.robotframework: 5.0 -> 5.0.1R. Ryantm
2022-03-26python310Packages.robotframework: 4.1.3 -> 5.0R. Ryantm
2021-12-16python38Packages.robotframework: 4.1.2 -> 4.1.3R. Ryantm
2021-10-16python38Packages.robotframework: 4.1.1 -> 4.1.2R. RyanTM
2021-09-09python38Packages.robotframework: 4.1 -> 4.1.1R. RyanTM
2021-08-20python38Packages.robotframework: 4.0.3 -> 4.1R. RyanTM
2021-06-22python3Packages.robotframework: 4.0.1 -> 4.0.3Jonathan Ringer
2021-04-25python3Packages.robotframework: run the unit testsBjørn Forsman
The zip-file from PyPI lacks a few directories, notably the one containing the unit tests. So switch from fetchPypi to fetchFromGitHub.
2021-04-25python3Packages.robotframework: 4.0 -> 4.0.1Bjørn Forsman
2021-04-03python3Packages.robotframework: 3.2.2 -> 4.0Frederik Rietdijk
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-05python3Packages.robotframework: 3.2.1 -> 3.2.2Frederik Rietdijk
2020-06-11python: robotframework: 3.1.2 -> 3.2.1Frederik Rietdijk
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly
2020-01-10python.pkgs wide: fix problematic urlsJonathan Ringer
2019-07-17pythonPackages.robotframework: 3.0.4 -> 3.1.2Taito Horiuchi
pythonPackages.robotframework: source file is zip formated
2018-08-08pythonPackages.robotframework: enable python3 buildrnhmjoj
2018-05-10python: robotframework: 3.0.3 -> 3.0.4Frederik Rietdijk
2018-04-08python: robotframework: 3.0.2 -> 3.0.3Frederik Rietdijk
2018-03-11pythonPackages.robotframework: fix darwin buildJosef Kemetmüller
2017-11-23pythonPackages: Add version and pname attributes to packagesadisbladis
2017-10-29pythonPackages.robotframework: move to python-modules/Bjørn Forsman