File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
pkgs/development/python-modules/oslo-context Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 22 lib ,
33 buildPythonPackage ,
44 fetchPypi ,
5- debtcollector ,
65 oslotest ,
76 stestr ,
87 pbr ,
98 setuptools ,
9+ typing-extensions ,
1010} :
1111
1212buildPythonPackage rec {
1313 pname = "oslo-context" ;
14- version = "5.7.1 " ;
14+ version = "6.0.0 " ;
1515 pyproject = true ;
1616
1717 src = fetchPypi {
1818 inherit version ;
1919 pname = "oslo_context" ;
20- hash = "sha256-DFEf4VNzKv8MGztEq9L1EAioPHB7uSm+4B4SVayWSIk =" ;
20+ hash = "sha256-FR6CKJgtOIXtP+0ojozdsm+JT7QMuBMhKfqeWz4O8L0 =" ;
2121 } ;
2222
2323 postPatch = ''
@@ -29,8 +29,8 @@ buildPythonPackage rec {
2929 build-system = [ setuptools ] ;
3030
3131 dependencies = [
32- debtcollector
3332 pbr
33+ typing-extensions
3434 ] ;
3535
3636 nativeCheckInputs = [
You can’t perform that action at this time.
0 commit comments