xml2rfc 3.17.1 -> 3.17.2 https://repology.org/project/xml2rfc/versions attrpath: xml2rfc Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [updateScript] [updateScript] skipping because derivation has no updateScript [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 e6dd2495658..6803441e2b0 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.17.1"; + version = "3.17.2"; format = "setuptools"; disabled = pythonOlder "3.6"; @@ -35,7 +35,7 @@ buildPythonPackage rec { owner = "ietf-tools"; repo = "xml2rfc"; rev = "refs/tags/v${version}"; - hash = "sha256-C5bc32XbAqJtzUbITj1U1ItaY2ZMEXM9z+B7dQadoIs="; + hash = "sha256-LwM0lfBJNSCMsa0AiGBRmuihc/kSLYQ4V6hgY5fM6/w="; }; postPatch = '' Successfully finished processing cachix "/nix/store/4qmnl89wal7s7d6vwbmxpr1gk7hccmwm-python3.10-xml2rfc-3.17.2" [check][nixpkgs-review] Result of `nixpkgs-review` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
2 packages built:
Automatic update generated by [nixpkgs-update](https://github.com/ryantm/nixpkgs-update) tools. This update was made based on information from https://repology.org/project/xml2rfc/versions. meta.description for xml2rfc is: Tool generating IETF RFCs and drafts from XML sources meta.homepage for xml2rfc is: https://github.com/ietf-tools/xml2rfc meta.changelog for xml2rfc is: https://github.com/ietf-tools/xml2rfc/blob/v3.17.2/CHANGELOG.md ###### Updates performed - Version update ###### To inspect upstream changes ###### Impact
Checks done (click to expand) --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 3.17.2 with grep in /nix/store/4qmnl89wal7s7d6vwbmxpr1gk7hccmwm-python3.10-xml2rfc-3.17.2 - found 3.17.2 in filename of file in /nix/store/4qmnl89wal7s7d6vwbmxpr1gk7hccmwm-python3.10-xml2rfc-3.17.2 ---
Rebuild report (if merged into master) (click to expand) ``` 3 total rebuild path(s) 3 package rebuild(s) First fifty rebuilds by attrpath python310Packages.xml2rfc python311Packages.xml2rfc xml2rfc ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/4qmnl89wal7s7d6vwbmxpr1gk7hccmwm-python3.10-xml2rfc-3.17.2 \ --option binary-caches 'https://cache.nixos.org/ https://nix-community.cachix.org/' \ --option trusted-public-keys ' nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= ' ``` (The Cachix cache is only trusted for this store-path realization.) For the Cachix download to work, your user must be in the `trusted-users` list or you can use `sudo` since root is effectively trusted. Or, **build yourself**: ``` nix-build -A xml2rfc https://github.com/r-ryantm/nixpkgs/archive/0a7144cada3daa172cc096a08f68c3b35a10933a.tar.gz ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/4qmnl89wal7s7d6vwbmxpr1gk7hccmwm-python3.10-xml2rfc-3.17.2 ls -la /nix/store/4qmnl89wal7s7d6vwbmxpr1gk7hccmwm-python3.10-xml2rfc-3.17.2/bin ``` ---

### Pre-merge build results We have automatically built all packages that will get rebuilt due to this change. This gives evidence on whether the upgrade will break dependent packages. Note sometimes packages show up as _failed to build_ independent of the change, simply because they are already broken on the target branch. Result of `nixpkgs-review` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
2 packages built:
--- ###### Maintainer pings cc @vcunat @yrashk for [testing](https://github.com/ryantm/nixpkgs-update/blob/master/doc/nixpkgs-maintainer-faq.md#r-ryantm-opened-a-pr-for-my-package-what-do-i-do). https://api.github.com/repos/NixOS/nixpkgs/pulls/235704 xml2rfc 3.17.1 -> 3.17.2 https://github.com/ietf-tools/xml2rfc/releases attrpath: xml2rfc Checking auto update branch... No auto update branch exists Old version 3.17.1" not present in master derivation file with contents: { lib , appdirs , buildPythonPackage , configargparse , decorator , dict2xml , fetchFromGitHub , google-i18n-address , html5lib , intervaltree , jinja2 , lxml , markupsafe , pycairo , pycountry , pyflakes , pypdf2 , pytestCheckHook , python-fontconfig , pythonOlder , pyyaml , requests , six , wcwidth }: buildPythonPackage rec { pname = "xml2rfc"; version = "3.17.2"; format = "setuptools"; disabled = pythonOlder "3.6"; src = fetchFromGitHub { owner = "ietf-tools"; repo = "xml2rfc"; rev = "refs/tags/v${version}"; hash = "sha256-LwM0lfBJNSCMsa0AiGBRmuihc/kSLYQ4V6hgY5fM6/w="; }; postPatch = '' substituteInPlace Makefile \ --replace "SHELL := /bin/bash" "SHELL := bash" \ --replace "test flaketest" "test" substituteInPlace setup.py \ --replace "'tox'," "" ''; propagatedBuildInputs = [ appdirs configargparse dict2xml google-i18n-address html5lib intervaltree jinja2 lxml markupsafe pycountry pyflakes pypdf2 pyyaml requests six wcwidth ]; nativeCheckInputs = [ 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"; changelog = "https://github.com/ietf-tools/xml2rfc/blob/v${version}/CHANGELOG.md"; # 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 ]; }; }