Loading pkgs/development/python-modules/flask-restx/default.nix +6 −4 Original line number Diff line number Diff line Loading @@ -5,6 +5,7 @@ , aniso8601 , jsonschema , flask , importlib-resources , werkzeug , pytz , faker Loading @@ -19,22 +20,23 @@ buildPythonPackage rec { pname = "flask-restx"; version = "1.1.0"; version = "1.2.0"; format = "setuptools"; disabled = pythonOlder "3.7"; disabled = pythonOlder "3.8"; # Tests not included in PyPI tarball src = fetchFromGitHub { owner = "python-restx"; repo = pname; rev = "refs/tags/${version}"; hash = "sha256-alXuo6TGDX2ko6VIKpAtyrg0EBkxEnC3DabH8GYqEs0="; hash = "sha256-9o0lgDtjsZta9fVJnD02In6wvxNwPA667WeIkpRv8Z4="; }; propagatedBuildInputs = [ aniso8601 flask importlib-resources jsonschema pytz werkzeug Loading Loading @@ -71,7 +73,7 @@ buildPythonPackage rec { meta = with lib; { description = "Fully featured framework for fast, easy and documented API development with Flask"; homepage = "https://github.com/python-restx/flask-restx"; changelog = "https://github.com/python-restx/flask-restx/raw/${version}/CHANGELOG.rst"; changelog = "https://github.com/python-restx/flask-restx/blob/${version}/CHANGELOG.rst"; license = licenses.bsd3; maintainers = [ maintainers.marsam ]; }; Loading Loading
pkgs/development/python-modules/flask-restx/default.nix +6 −4 Original line number Diff line number Diff line Loading @@ -5,6 +5,7 @@ , aniso8601 , jsonschema , flask , importlib-resources , werkzeug , pytz , faker Loading @@ -19,22 +20,23 @@ buildPythonPackage rec { pname = "flask-restx"; version = "1.1.0"; version = "1.2.0"; format = "setuptools"; disabled = pythonOlder "3.7"; disabled = pythonOlder "3.8"; # Tests not included in PyPI tarball src = fetchFromGitHub { owner = "python-restx"; repo = pname; rev = "refs/tags/${version}"; hash = "sha256-alXuo6TGDX2ko6VIKpAtyrg0EBkxEnC3DabH8GYqEs0="; hash = "sha256-9o0lgDtjsZta9fVJnD02In6wvxNwPA667WeIkpRv8Z4="; }; propagatedBuildInputs = [ aniso8601 flask importlib-resources jsonschema pytz werkzeug Loading Loading @@ -71,7 +73,7 @@ buildPythonPackage rec { meta = with lib; { description = "Fully featured framework for fast, easy and documented API development with Flask"; homepage = "https://github.com/python-restx/flask-restx"; changelog = "https://github.com/python-restx/flask-restx/raw/${version}/CHANGELOG.rst"; changelog = "https://github.com/python-restx/flask-restx/blob/${version}/CHANGELOG.rst"; license = licenses.bsd3; maintainers = [ maintainers.marsam ]; }; Loading