python312Packages.xmlschema 3.2.1 -> 3.3.0 https://github.com/sissaschool/xmlschema/releases attrpath: python312Packages.xmlschema 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/v6j0adg22061amlaps39wfx49bm6yisi-packages.json.drv building '/nix/store/v6j0adg22061amlaps39wfx49bm6yisi-packages.json.drv'... Going to be running update for following packages: - python3.12-xmlschema-3.2.1 Press Enter key to continue... Running update for: - python3.12-xmlschema-3.2.1: UPDATING ... - python3.12-xmlschema-3.2.1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/xmlschema/default.nix b/pkgs/development/python-modules/xmlschema/default.nix index b8c8be9de2dc..f03f00068600 100644 --- a/pkgs/development/python-modules/xmlschema/default.nix +++ b/pkgs/development/python-modules/xmlschema/default.nix @@ -12,7 +12,7 @@ buildPythonPackage rec { pname = "xmlschema"; - version = "3.2.1"; + version = "3.3.0"; pyproject = true; disabled = pythonOlder "3.7"; @@ -21,7 +21,7 @@ buildPythonPackage rec { owner = "sissaschool"; repo = "xmlschema"; rev = "refs/tags/v${version}"; - hash = "sha256-jhof4C/jbMcvBRTLFdeFq2+ZucoDhbdcLE9IWvgzN0Y="; + hash = "sha256-kqaS6h0bJvJQoVa4L2qhkvuZsK4a6vtqek/wWN22R6I="; }; build-system = [ setuptools ]; No auto update branch exists Successfully finished processing cachix "/nix/store/frkx6h5fcggjf912mc86ayfk6imvif3i-python3.12-xmlschema-3.3.0" [check][nixpkgs-review] Result of `nixpkgs-review --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
39 packages built:
Automatic update generated by [nixpkgs-update](https://github.com/ryantm/nixpkgs-update) tools. This update was made based on information from passthru.updateScript. meta.description for python312Packages.xmlschema is: XML Schema validator and data conversion library for Python meta.homepage for python312Packages.xmlschema is: https://github.com/sissaschool/xmlschema meta.changelog for python312Packages.xmlschema is: https://github.com/sissaschool/xmlschema/blob/refs/tags/v3.3.0/CHANGELOG.rst ###### Updates performed - Ran passthru.UpdateScript ###### To inspect upstream changes ###### Impact Checks done --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 3.3.0 with grep in /nix/store/frkx6h5fcggjf912mc86ayfk6imvif3i-python3.12-xmlschema-3.3.0 - found 3.3.0 in filename of file in /nix/store/frkx6h5fcggjf912mc86ayfk6imvif3i-python3.12-xmlschema-3.3.0 ---
Rebuild report (if merged into master) (click to expand) ``` 21 total rebuild path(s) 21 package rebuild(s) First fifty rebuilds by attrpath banking cve-bin-tool home-assistant-component-tests.fints matrix-synapse matrix-synapse-plugins.matrix-synapse-ldap3 matrix-synapse-plugins.matrix-synapse-mjolnir-antispam matrix-synapse-plugins.matrix-synapse-s3-storage-provider matrix-synapse-plugins.matrix-synapse-shared-secret-auth matrix-synapse-unwrapped pretix python311Packages.fints python311Packages.pysaml2 python311Packages.reqif python311Packages.sepaxml python311Packages.xmlschema python312Packages.fints python312Packages.pysaml2 python312Packages.reqif python312Packages.sepaxml python312Packages.xmlschema strictdoc ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/frkx6h5fcggjf912mc86ayfk6imvif3i-python3.12-xmlschema-3.3.0 \ --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 python312Packages.xmlschema https://github.com/r-ryantm/nixpkgs/archive/4ee4ca755b0fdae7492d69fe9458019b7a6f2253.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/4ee4ca755b0fdae7492d69fe9458019b7a6f2253#python312Packages.xmlschema ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/frkx6h5fcggjf912mc86ayfk6imvif3i-python3.12-xmlschema-3.3.0 ls -la /nix/store/frkx6h5fcggjf912mc86ayfk6imvif3i-python3.12-xmlschema-3.3.0/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 --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
39 packages built:
--- ###### Maintainer pings cc @jonringer for [testing](https://github.com/ryantm/nixpkgs-update/blob/main/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/305093