Loading pkgs/development/python-modules/oslo-context/default.nix +4 −4 Original line number Diff line number Diff line Loading @@ -2,22 +2,22 @@ lib, buildPythonPackage, fetchPypi, debtcollector, oslotest, stestr, pbr, setuptools, typing-extensions, }: buildPythonPackage rec { pname = "oslo-context"; version = "5.7.1"; version = "6.0.0"; pyproject = true; src = fetchPypi { inherit version; pname = "oslo_context"; hash = "sha256-DFEf4VNzKv8MGztEq9L1EAioPHB7uSm+4B4SVayWSIk="; hash = "sha256-FR6CKJgtOIXtP+0ojozdsm+JT7QMuBMhKfqeWz4O8L0="; }; postPatch = '' Loading @@ -29,8 +29,8 @@ buildPythonPackage rec { build-system = [ setuptools ]; dependencies = [ debtcollector pbr typing-extensions ]; nativeCheckInputs = [ Loading pkgs/development/python-modules/oslo-log/default.nix +9 −0 Original line number Diff line number Diff line Loading @@ -3,6 +3,7 @@ stdenv, buildPythonPackage, fetchFromGitHub, fetchpatch, # build-system setuptools, Loading Loading @@ -35,6 +36,14 @@ buildPythonPackage rec { hash = "sha256-ybWrNwP9L7iOzft10TgRFxA4mCRDVozVC2ZAopgITqo="; }; patches = [ # remove removed alias from tests (fetchpatch { url = "https://github.com/openstack/oslo.log/commit/69a285a8c830712b4b8aafc8ecd4e2d7654e1ffe.patch"; hash = "sha256-e0kRSHJPHITP/XgPHhY5kGzCupE00oBnCJYiUCs3Yks="; }) ]; # Manually set version because prb wants to get it from the git upstream repository (and we are # installing from tarball instead) PBR_VERSION = version; Loading Loading
pkgs/development/python-modules/oslo-context/default.nix +4 −4 Original line number Diff line number Diff line Loading @@ -2,22 +2,22 @@ lib, buildPythonPackage, fetchPypi, debtcollector, oslotest, stestr, pbr, setuptools, typing-extensions, }: buildPythonPackage rec { pname = "oslo-context"; version = "5.7.1"; version = "6.0.0"; pyproject = true; src = fetchPypi { inherit version; pname = "oslo_context"; hash = "sha256-DFEf4VNzKv8MGztEq9L1EAioPHB7uSm+4B4SVayWSIk="; hash = "sha256-FR6CKJgtOIXtP+0ojozdsm+JT7QMuBMhKfqeWz4O8L0="; }; postPatch = '' Loading @@ -29,8 +29,8 @@ buildPythonPackage rec { build-system = [ setuptools ]; dependencies = [ debtcollector pbr typing-extensions ]; nativeCheckInputs = [ Loading
pkgs/development/python-modules/oslo-log/default.nix +9 −0 Original line number Diff line number Diff line Loading @@ -3,6 +3,7 @@ stdenv, buildPythonPackage, fetchFromGitHub, fetchpatch, # build-system setuptools, Loading Loading @@ -35,6 +36,14 @@ buildPythonPackage rec { hash = "sha256-ybWrNwP9L7iOzft10TgRFxA4mCRDVozVC2ZAopgITqo="; }; patches = [ # remove removed alias from tests (fetchpatch { url = "https://github.com/openstack/oslo.log/commit/69a285a8c830712b4b8aafc8ecd4e2d7654e1ffe.patch"; hash = "sha256-e0kRSHJPHITP/XgPHhY5kGzCupE00oBnCJYiUCs3Yks="; }) ]; # Manually set version because prb wants to get it from the git upstream repository (and we are # installing from tarball instead) PBR_VERSION = version; Loading