python311Packages.wsme 0.11.0 -> 0.12.1 https://repology.org/project/python:wsme/versions attrpath: python311Packages.wsme Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-wsme-0.11.0 Press Enter key to continue... Running update for: - python3.11-wsme-0.11.0: UPDATING ... - python3.11-wsme-0.11.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/wsme/default.nix b/pkgs/development/python-modules/wsme/default.nix index 764977051635..a28455b00bf5 100644 --- a/pkgs/development/python-modules/wsme/default.nix +++ b/pkgs/development/python-modules/wsme/default.nix @@ -22,7 +22,7 @@ buildPythonPackage rec { pname = "wsme"; - version = "0.11.0"; + version = "0.12.1"; format = "setuptools"; disabled = pythonAtLeast "3.9"; @@ -30,7 +30,7 @@ buildPythonPackage rec { src = fetchPypi { pname = "WSME"; inherit version; - sha256 = "bd2dfc715bedcc8f4649611bc0c8a238f483dc01cff7102bc1efa6bea207b64b"; + sha256 = "sha256-m36yJErzxwSskUte0iGVS7aK3QqLKy84okSwZ7M3mS0="; }; nativeBuildInputs = [ pbr ]; No auto update branch exists Old version 0.11.0" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchPypi , pythonAtLeast , pbr , setuptools , six , simplegeneric , netaddr , pytz , webob # Test inputs , cherrypy , flask , flask-restful , glibcLocales , nose , pecan , sphinx , transaction , webtest }: buildPythonPackage rec { pname = "wsme"; version = "0.12.1"; pyproject = true; disabled = pythonAtLeast "3.9"; src = fetchPypi { pname = "WSME"; inherit version; hash = "sha256-m36yJErzxwSskUte0iGVS7aK3QqLKy84okSwZ7M3mS0="; }; nativeBuildInputs = [ pbr setuptools ]; propagatedBuildInputs = [ netaddr pytz simplegeneric six webob ]; nativeCheckInputs = [ nose cherrypy flask flask-restful glibcLocales pecan sphinx transaction webtest ]; # from tox.ini, tests don't work with pytest checkPhase = '' nosetests wsme/tests tests/pecantest tests/test_sphinxext.py tests/test_flask.py --verbose ''; meta = with lib; { description = "Simplify the writing of REST APIs, and extend them with additional protocols"; homepage = "https://pythonhosted.org/WSME/"; changelog = "https://pythonhosted.org/WSME/changes.html"; license = licenses.mit; }; }