Unverified Commit a4b998da authored by jopejoe1's avatar jopejoe1 Committed by GitHub
Browse files

devpi-server: 6.10.0 -> 6.14.0 (#351986)

parents e50c6cab 46175cc8
Loading
Loading
Loading
Loading
+8 −2
Original line number Diff line number Diff line
{ lib, fetchFromGitHub, buildPythonApplication
, gitUpdater
, pythonOlder
, aiohttp
, appdirs
@@ -29,7 +30,7 @@

buildPythonApplication rec {
  pname = "devpi-server";
  version = "6.10.0";
  version = "6.14.0";
  pyproject = true;

  disabled = pythonOlder "3.7";
@@ -38,7 +39,7 @@ buildPythonApplication rec {
    owner = "devpi";
    repo = "devpi";
    rev = "server-${version}";
    hash = "sha256-JqYWWItdAgtUtiYSqxUd40tT7ON4oHiDA4/3Uhb01b8=";
    hash = "sha256-j8iILbptUw8DUE9lFpjDp/VYzdJzmOYqM/RCnkpWdcA=";
  };

  sourceRoot = "${src.name}/server";
@@ -116,6 +117,11 @@ buildPythonApplication rec {
    };
  };

  # devpi uses a monorepo for server,common,client and web
  passthru.updateScript = gitUpdater {
    rev-prefix = "server-";
  };

  meta = with lib;{
    homepage = "http://doc.devpi.net";
    description = "Github-style pypi index server and packaging meta tool";