summaryrefslogtreecommitdiff
path: root/pkgs/development/tools/devpi-server (follow)
Commit message (Expand)AuthorAgeFilesLines
* nixos/devpi-server: init•••Signed-off-by: Christina Sørensen <christina@cafkafk.com> Christina Sørensen2024-05-131-2/+6
* devpi-server: 6.9.2 -> 6.10.0•••Signed-off-by: Christina Sørensen <christina@cafkafk.com> Christina Sørensen2024-03-051-3/+5
* devpi-server: add py as runtime dep, add version test•••the test is not performed in the postCheck phase because the dependency py was previously provided as nativeTestInput. Running test in the installPhase ensure no extra dependencies are used which are not available at runtime fixes #286156 makefu2024-02-041-0/+7
* python311Packages.repoze-lru: rename from repoze_lrunatsukium2024-01-031-2/+2
* fixup! devpi-server: 6.7.0 -> 6.9.2natsukium2023-10-131-0/+3
* devpi-server: 6.7.0 -> 6.9.2•••Diff: https://github.com/devpi/devpi/compare/server-6.7.0...server-6.9.2 Changelog: https://github.com/devpi/devpi/blob/server-6.9.2/server/CHANGELOG natsukium2023-10-131-4/+5
* devpi-server: refactor•••- add meta.changelog - use a new parameter for pyproject - add pythonImportsCheck natsukium2023-10-131-1/+10
* treewide: noop: refer to `src.name` or similar in `sourceRoot` where appropri...Jan Malakhovski2023-08-031-1/+1
* treewide: switch to nativeCheckInputs•••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. Guillaume Girol2023-01-211-1/+1
* devpi-server: Pass py into checkInputs to fix tests•••and set format. Martin Weinelt2023-01-051-0/+3
* devpi-server: don't depend on pytest-flake8Robert Schütz2022-12-101-2/+5
* devpi-server: 6.2.0 -> 6.7.0makefu2022-10-021-28/+35
* treewide: migrate python packages to optional-dependencies•••This follows the term used by PEP 621. Martin Weinelt2022-05-221-1/+1
* python3Packages.passlib: specify extras-requireRobert Schütz2022-05-081-1/+1
* devpi-server: 6.0.0.dev0 -> 6.2.0, override pyramid versionJonathan Ringer2021-09-141-5/+26
* devpi-server: set __darwinAllowLocalNetworking•••allowing tests to pass on sandboxed darwin Robert Scott2021-05-251-0/+2
* treewide: remove stdenv where not neededPavol Rusnak2021-01-251-1/+1
* pkgs/development/tools: stdenv.lib -> libBen Siraphob2021-01-231-3/+3
* devpi-server: fix build•••Build was failing due to line continuation between disabled tests in checkPhase. Fixed by converting to easier syntax of ``pytestCheckHook``. Drew Risinger2020-12-111-9/+16
* treewide: remove dead pytestpep8 references•••pytestpep8 was removed in 25c9946f95a0be44a5794da66da1e7f2ca116d42. This removes pytestpep8 in the rest of the tree, where it was hardly used. Drew Risinger2020-12-101-1/+0
* devpi-server: fix tests•••Tests relied on a function that has no order guarantee. A fix was merged to devpi master [1]. We point the package to this commit which should fix the failing tests on hydra. [1] https://github.com/devpi/devpi/pull/821 Jean-François Roche2020-10-161-5/+9
* devpi-server: 5.2.0 -> 5.5.0Jonathan Ringer2020-06-031-4/+9
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-101-1/+1
* devpi-server: fix testsJonathan Ringer2019-12-301-1/+4
* devpi-server: 5.1.0 -> 5.2.0R. RyanTM2019-11-021-2/+2
* devpi-server: 4.9.0 -> 5.1.0Mario Rodas2019-09-021-7/+7
* devpi-server: 4.4.0 -> 4.9.0Jonathan Ringer2019-07-031-17/+29
* pkgs/*: remove unreferenced function argumentsvolth2018-07-211-1/+1
* devpi-server: 4.3.1 -> 4.4.0•••We also disable 3 tests because they are failing with pytest 3.4.0. Antoine Eiche2018-02-141-3/+10
* devpi-server: init at 4.3.1makefu2017-12-051-0/+27