Skip to content

python312Packages.pathlib-abc: 0.1.1 -> 0.2.0#297844

Closed
r-ryantm wants to merge 1 commit intoNixOS:masterfrom
r-ryantm:auto-update/python312Packages.pathlib-abc
Closed

python312Packages.pathlib-abc: 0.1.1 -> 0.2.0#297844
r-ryantm wants to merge 1 commit intoNixOS:masterfrom
r-ryantm:auto-update/python312Packages.pathlib-abc

Conversation

@r-ryantm
Copy link
Contributor

Automatic update generated by nixpkgs-update tools. This update was made based on information from passthru.updateScript.

meta.description for python312Packages.pathlib-abc is: Python base classes for rich path objects

meta.homepage for python312Packages.pathlib-abc is: https://github.com/barneygale/pathlib-abc

meta.changelog for python312Packages.pathlib-abc is: https://github.com/barneygale/pathlib-abc/blob/0.2.0/CHANGES.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 0.2.0 with grep in /nix/store/8bjgwgwgv5rryddid26rk3c3aca47kgy-python3.12-pathlib-abc-0.2.0
  • found 0.2.0 in filename of file in /nix/store/8bjgwgwgv5rryddid26rk3c3aca47kgy-python3.12-pathlib-abc-0.2.0

Rebuild report (if merged into master) (click to expand)
16 total rebuild path(s)

16 package rebuild(s)

First fifty rebuilds by attrpath
python311Packages.fastai
python311Packages.pathlib-abc
python311Packages.pathy
python311Packages.spacy
python311Packages.spacy-lookups-data
python311Packages.spacy-transformers
python311Packages.textacy
python311Packages.textnets
python312Packages.fastai
python312Packages.pathlib-abc
python312Packages.pathy
python312Packages.spacy
python312Packages.spacy-lookups-data
python312Packages.spacy-transformers
python312Packages.textacy
python312Packages.textnets
Instructions to test this update (click to expand)

Either download from Cachix:

nix-store -r /nix/store/8bjgwgwgv5rryddid26rk3c3aca47kgy-python3.12-pathlib-abc-0.2.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.pathlib-abc https://github.com/r-ryantm/nixpkgs/archive/fd55dc9f871327ee232e6562ef835ceef85c0293.tar.gz

Or:

nix build github:r-ryantm/nixpkgs/fd55dc9f871327ee232e6562ef835ceef85c0293#python312Packages.pathlib-abc

After you've downloaded or built it, look at the files and if there are any, run the binaries:

ls -la /nix/store/8bjgwgwgv5rryddid26rk3c3aca47kgy-python3.12-pathlib-abc-0.2.0
ls -la /nix/store/8bjgwgwgv5rryddid26rk3c3aca47kgy-python3.12-pathlib-abc-0.2.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

28 packages failed to build:
  • python311Packages.fastai
  • python311Packages.fastai.dist
  • python311Packages.pathy
  • python311Packages.pathy.dist
  • python311Packages.spacy
  • python311Packages.spacy-lookups-data
  • python311Packages.spacy-lookups-data.dist
  • python311Packages.spacy-transformers
  • python311Packages.spacy-transformers.dist
  • python311Packages.spacy.dist
  • python311Packages.textacy
  • python311Packages.textacy.dist
  • python311Packages.textnets
  • python311Packages.textnets.dist
  • python312Packages.fastai
  • python312Packages.fastai.dist
  • python312Packages.pathy
  • python312Packages.pathy.dist
  • python312Packages.spacy
  • python312Packages.spacy-lookups-data
  • python312Packages.spacy-lookups-data.dist
  • python312Packages.spacy-transformers
  • python312Packages.spacy-transformers.dist
  • python312Packages.spacy.dist
  • python312Packages.textacy
  • python312Packages.textacy.dist
  • python312Packages.textnets
  • python312Packages.textnets.dist
4 packages built:
  • python311Packages.pathlib-abc
  • python311Packages.pathlib-abc.dist
  • python312Packages.pathlib-abc
  • python312Packages.pathlib-abc.dist

Maintainer pings

@github-actions github-actions bot added the 6.topic: python Python is a high-level, general-purpose programming language. label Mar 21, 2024
@ofborg ofborg bot added 10.rebuild-darwin: 11-100 This PR causes between 11 and 100 packages to rebuild on Darwin. 10.rebuild-linux: 11-100 This PR causes between 11 and 100 packages to rebuild on Linux. labels Mar 21, 2024
@risicle
Copy link
Contributor

risicle commented Mar 23, 2024

Causes pathy to fail to build due to version complaints, if dependency is relaxed, tests fail. No updated version of pathy available.

@risicle risicle added the 9.needs: human intervention There were changes that bots cannot deal with. label Mar 23, 2024
@risicle risicle marked this pull request as draft March 23, 2024 22:28
@risicle
Copy link
Contributor

risicle commented Mar 23, 2024

justindujardin/pathy#113

@mweinelt
Copy link
Member

mweinelt commented Mar 28, 2024

c0aa438

#299290 (review)

@wegank
Copy link
Member

wegank commented May 3, 2024

Already on master. Revert?

@wegank wegank closed this May 3, 2024
@r-ryantm r-ryantm deleted the auto-update/python312Packages.pathlib-abc branch May 4, 2024 00:23
@ghost
Copy link

ghost commented May 7, 2024

PR #309741 reverts "python3Packages.pathlib-abc: 0.1.1 -> 0.2.0" again

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

6.topic: python Python is a high-level, general-purpose programming language. 9.needs: human intervention There were changes that bots cannot deal with. 10.rebuild-darwin: 11-100 This PR causes between 11 and 100 packages to rebuild on Darwin. 10.rebuild-linux: 11-100 This PR causes between 11 and 100 packages to rebuild on Linux.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants