python310Packages.xml2rfc 0 -> 1 attrpath: python310Packages.xml2rfc 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 [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/nxn0m12synsa4if44rjg59bl33rf8afd-packages.json.drv building '/nix/store/nxn0m12synsa4if44rjg59bl33rf8afd-packages.json.drv'... Going to be running update for following packages: - python3.10-xml2rfc-3.15.1 Press Enter key to continue... Running update for: - python3.10-xml2rfc-3.15.1: UPDATING ... - python3.10-xml2rfc-3.15.1: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/xml2rfc/default.nix b/pkgs/development/python-modules/xml2rfc/default.nix index 28c9a856b3f..5a9b839c3b5 100644 --- a/pkgs/development/python-modules/xml2rfc/default.nix +++ b/pkgs/development/python-modules/xml2rfc/default.nix @@ -26,7 +26,7 @@ buildPythonPackage rec { pname = "xml2rfc"; - version = "3.15.1"; + version = "3.15.3"; disabled = pythonOlder "3.6"; @@ -34,7 +34,7 @@ buildPythonPackage rec { owner = "ietf-tools"; repo = "xml2rfc"; rev = "refs/tags/v${version}"; - sha256 = "sha256-/0Y49ZSaPM3IAFJGmWKiKD+mziA0LYQ3fvGFrkPkl9Y="; + sha256 = "sha256-kA6Ali5zFEwe4iGpSSabUfNoaqY9/dxLyG+SccA94zc="; }; postPatch = '' No auto update branch exists Old version 3.15.1" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchFromGitHub , pythonOlder , intervaltree , pyflakes , requests , lxml , google-i18n-address , pycountry , html5lib , six , kitchen , pypdf2 , dict2xml , weasyprint , pyyaml , jinja2 , configargparse , appdirs , decorator , pycairo , pytestCheckHook , python-fontconfig }: buildPythonPackage rec { pname = "xml2rfc"; version = "3.15.3"; disabled = pythonOlder "3.6"; src = fetchFromGitHub { owner = "ietf-tools"; repo = "xml2rfc"; rev = "refs/tags/v${version}"; sha256 = "sha256-kA6Ali5zFEwe4iGpSSabUfNoaqY9/dxLyG+SccA94zc="; }; postPatch = '' substituteInPlace Makefile \ --replace "SHELL := /bin/bash" "SHELL := bash" \ --replace "test flaketest" "test" substituteInPlace setup.py \ --replace "'tox'," "" ''; propagatedBuildInputs = [ intervaltree jinja2 pyflakes pyyaml requests lxml google-i18n-address pycountry html5lib six kitchen pypdf2 dict2xml weasyprint configargparse appdirs ]; checkInputs = [ decorator pycairo pytestCheckHook python-fontconfig ]; # requires Noto Serif and Roboto Mono font doCheck = false; checkPhase = '' make tests-no-network ''; pythonImportsCheck = [ "xml2rfc" ]; meta = with lib; { description = "Tool generating IETF RFCs and drafts from XML sources"; homepage = "https://github.com/ietf-tools/xml2rfc"; # Well, parts might be considered unfree, if being strict; see: # http://metadata.ftp-master.debian.org/changelogs/non-free/x/xml2rfc/xml2rfc_2.9.6-1_copyright license = licenses.bsd3; maintainers = with maintainers; [ vcunat yrashk ]; }; }