python312Packages.oslo-i18n 6.2.0 -> 6.3.0 https://repology.org/project/python:oslo-i18n/versions attrpath: python312Packages.oslo-i18n 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] this derivation will be built: /nix/store/4pp8nr6wk81j8r7bc4im6rgas7vfxh5a-packages.json.drv building '/nix/store/4pp8nr6wk81j8r7bc4im6rgas7vfxh5a-packages.json.drv'... Going to be running update for following packages: - python3.12-oslo-i18n-6.2.0 Press Enter key to continue... Running update for: - python3.12-oslo-i18n-6.2.0: UPDATING ... - python3.12-oslo-i18n-6.2.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/oslo-i18n/default.nix b/pkgs/development/python-modules/oslo-i18n/default.nix index 99e22ea54993..814c7dfc0dc1 100644 --- a/pkgs/development/python-modules/oslo-i18n/default.nix +++ b/pkgs/development/python-modules/oslo-i18n/default.nix @@ -10,13 +10,13 @@ buildPythonPackage rec { pname = "oslo-i18n"; - version = "6.2.0"; + version = "6.3.0"; pyproject = true; src = fetchPypi { pname = "oslo.i18n"; inherit version; - hash = "sha256-cPikzphxKRvGCdB+MeblAyZmVWmS/xrlPnjy7SpavoI="; + hash = "sha256-ZKJR7e+L8bsdTm9403fhSdTxXBqSRd538XIBbaYmdEQ="; }; postPatch = '' No auto update branch exists Old version 6.2.0" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchPypi , oslotest , pbr , setuptools , testscenarios , stestr }: buildPythonPackage rec { pname = "oslo-i18n"; version = "6.3.0"; pyproject = true; src = fetchPypi { pname = "oslo.i18n"; inherit version; hash = "sha256-ZKJR7e+L8bsdTm9403fhSdTxXBqSRd538XIBbaYmdEQ="; }; postPatch = '' # only a small portion of the listed packages are actually needed for running the tests # so instead of removing them one by one remove everything rm test-requirements.txt ''; nativeBuildInputs = [ pbr setuptools ]; nativeCheckInputs = [ oslotest stestr testscenarios ]; checkPhase = '' runHook preCheck stestr run -e <(echo " # test counts warnings which no longer matches in python 3.11 oslo_i18n.tests.test_message.MessageTestCase.test_translate_message_bad_translation ") runHook postCheck ''; pythonImportsCheck = [ "oslo_i18n" ]; meta = with lib; { description = "Oslo i18n library"; homepage = "https://github.com/openstack/oslo.i18n"; license = licenses.asl20; maintainers = teams.openstack.members; }; }