Skip to content

Comments

python311Packages.pathlib-abc: 0.1.1 -> 0.3.1#310683

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

python311Packages.pathlib-abc: 0.1.1 -> 0.3.1#310683
r-ryantm wants to merge 1 commit intoNixOS:masterfrom
r-ryantm:auto-update/python311Packages.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 python311Packages.pathlib-abc is: Python base classes for rich path objects

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

meta.changelog for python311Packages.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/jy62vdnhphxx58j0fy801zjqgcj1fcsd-python3.11-pathlib-abc-0.2.0
  • found 0.2.0 in filename of file in /nix/store/jy62vdnhphxx58j0fy801zjqgcj1fcsd-python3.11-pathlib-abc-0.2.0

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

11 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.pathlib-abc
python312Packages.pathy
Instructions to test this update (click to expand)

Either download from Cachix:

nix-store -r /nix/store/jy62vdnhphxx58j0fy801zjqgcj1fcsd-python3.11-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 python311Packages.pathlib-abc https://github.com/r-ryantm/nixpkgs/archive/22a673baee51e3474f6baf5c6c018f6e6234d4cd.tar.gz

Or:

nix build github:r-ryantm/nixpkgs/22a673baee51e3474f6baf5c6c018f6e6234d4cd#python311Packages.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/jy62vdnhphxx58j0fy801zjqgcj1fcsd-python3.11-pathlib-abc-0.2.0
ls -la /nix/store/jy62vdnhphxx58j0fy801zjqgcj1fcsd-python3.11-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

16 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.pathy
  • python312Packages.pathy.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 May 10, 2024
@ofborg ofborg bot added 10.rebuild-darwin: 1-10 This PR causes between 1 and 10 packages to rebuild on Darwin. 10.rebuild-linux: 1-10 This PR causes between 1 and 10 packages to rebuild on Linux. labels May 10, 2024
@ghost
Copy link

ghost commented May 10, 2024

do not merge -- update breaks all consumers. just reverted in #309741 again.

@mweinelt mweinelt marked this pull request as draft May 10, 2024 22:04
@matthiasbeyer
Copy link
Contributor

Result of nixpkgs-review pr 310683 run on x86_64-linux 1

16 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.pathy
  • python312Packages.pathy.dist
4 packages built:
  • python311Packages.pathlib-abc
  • python311Packages.pathlib-abc.dist
  • python312Packages.pathlib-abc
  • python312Packages.pathlib-abc.dist

@r-ryantm r-ryantm changed the title python311Packages.pathlib-abc: 0.1.1 -> 0.2.0 python311Packages.pathlib-abc: 0.1.1 -> 0.3.0 Jun 9, 2024
@r-ryantm
Copy link
Contributor Author

r-ryantm commented Jun 9, 2024

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

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

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

meta.changelog for python311Packages.pathlib-abc is: https://github.com/barneygale/pathlib-abc/blob/0.3.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.3.0 with grep in /nix/store/7g1svvznl4v8ynaz2061hlcrk5jdaggs-python3.11-pathlib-abc-0.3.0
  • found 0.3.0 in filename of file in /nix/store/7g1svvznl4v8ynaz2061hlcrk5jdaggs-python3.11-pathlib-abc-0.3.0

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

47 package rebuild(s)

First fifty rebuilds by attrpath

private-gpt
python311Packages.clarifai
python311Packages.fastai
python311Packages.llama-index
python311Packages.llama-index-agent-openai
python311Packages.llama-index-cli
python311Packages.llama-index-core
python311Packages.llama-index-embeddings-gemini
python311Packages.llama-index-embeddings-google
python311Packages.llama-index-embeddings-huggingface
python311Packages.llama-index-embeddings-ollama
python311Packages.llama-index-embeddings-openai
python311Packages.llama-index-graph-stores-nebula
python311Packages.llama-index-graph-stores-neo4j
python311Packages.llama-index-graph-stores-neptune
python311Packages.llama-index-indices-managed-llama-cloud
python311Packages.llama-index-legacy
python311Packages.llama-index-llms-ollama
python311Packages.llama-index-llms-openai
python311Packages.llama-index-llms-openai-like
python311Packages.llama-index-multi-modal-llms-openai
python311Packages.llama-index-program-openai
python311Packages.llama-index-question-gen-openai
python311Packages.llama-index-readers-database
python311Packages.llama-index-readers-file
python311Packages.llama-index-readers-json
python311Packages.llama-index-readers-llama-parse
python311Packages.llama-index-readers-s3
python311Packages.llama-index-readers-twitter
python311Packages.llama-index-readers-txtai
python311Packages.llama-index-readers-weather
python311Packages.llama-index-vector-stores-chroma
python311Packages.llama-index-vector-stores-google
python311Packages.llama-index-vector-stores-postgres
python311Packages.llama-index-vector-stores-qdrant
python311Packages.llama-parse
python311Packages.pathlib-abc
python311Packages.pathy
python311Packages.private-gpt
python311Packages.spacy
python311Packages.spacy-lookups-data
python311Packages.spacy-transformers
python311Packages.textacy
python311Packages.textnets
python312Packages.pathlib-abc
python312Packages.pathy
Instructions to test this update (click to expand)

Either download from Cachix:

nix-store -r /nix/store/7g1svvznl4v8ynaz2061hlcrk5jdaggs-python3.11-pathlib-abc-0.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 python311Packages.pathlib-abc https://github.com/r-ryantm/nixpkgs/archive/4c04609ac4b0f3aee6b0cd3744c744d2848021e2.tar.gz

Or:

nix build github:r-ryantm/nixpkgs/4c04609ac4b0f3aee6b0cd3744c744d2848021e2#python311Packages.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/7g1svvznl4v8ynaz2061hlcrk5jdaggs-python3.11-pathlib-abc-0.3.0
ls -la /nix/store/7g1svvznl4v8ynaz2061hlcrk5jdaggs-python3.11-pathlib-abc-0.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

88 packages failed to build:
  • private-gpt
  • private-gpt.dist
  • python311Packages.clarifai
  • python311Packages.clarifai.dist
  • python311Packages.fastai
  • python311Packages.fastai.dist
  • python311Packages.llama-index
  • python311Packages.llama-index-agent-openai
  • python311Packages.llama-index-agent-openai.dist
  • python311Packages.llama-index-cli
  • python311Packages.llama-index-cli.dist
  • python311Packages.llama-index-core
  • python311Packages.llama-index-core.dist
  • python311Packages.llama-index-embeddings-gemini
  • python311Packages.llama-index-embeddings-gemini.dist
  • python311Packages.llama-index-embeddings-google
  • python311Packages.llama-index-embeddings-google.dist
  • python311Packages.llama-index-embeddings-huggingface
  • python311Packages.llama-index-embeddings-huggingface.dist
  • python311Packages.llama-index-embeddings-ollama
  • python311Packages.llama-index-embeddings-ollama.dist
  • python311Packages.llama-index-embeddings-openai
  • python311Packages.llama-index-embeddings-openai.dist
  • python311Packages.llama-index-graph-stores-nebula
  • python311Packages.llama-index-graph-stores-nebula.dist
  • python311Packages.llama-index-graph-stores-neo4j
  • python311Packages.llama-index-graph-stores-neo4j.dist
  • python311Packages.llama-index-graph-stores-neptune
  • python311Packages.llama-index-graph-stores-neptune.dist
  • python311Packages.llama-index-indices-managed-llama-cloud
  • python311Packages.llama-index-indices-managed-llama-cloud.dist
  • python311Packages.llama-index-legacy
  • python311Packages.llama-index-legacy.dist
  • python311Packages.llama-index-llms-ollama
  • python311Packages.llama-index-llms-ollama.dist
  • python311Packages.llama-index-llms-openai
  • python311Packages.llama-index-llms-openai-like
  • python311Packages.llama-index-llms-openai-like.dist
  • python311Packages.llama-index-llms-openai.dist
  • python311Packages.llama-index-multi-modal-llms-openai
  • python311Packages.llama-index-multi-modal-llms-openai.dist
  • python311Packages.llama-index-program-openai
  • python311Packages.llama-index-program-openai.dist
  • python311Packages.llama-index-question-gen-openai
  • python311Packages.llama-index-question-gen-openai.dist
  • python311Packages.llama-index-readers-database
  • python311Packages.llama-index-readers-database.dist
  • python311Packages.llama-index-readers-file
  • python311Packages.llama-index-readers-file.dist
  • python311Packages.llama-index-readers-json
  • python311Packages.llama-index-readers-json.dist
  • python311Packages.llama-index-readers-llama-parse
  • python311Packages.llama-index-readers-llama-parse.dist
  • python311Packages.llama-index-readers-s3
  • python311Packages.llama-index-readers-s3.dist
  • python311Packages.llama-index-readers-twitter
  • python311Packages.llama-index-readers-twitter.dist
  • python311Packages.llama-index-readers-txtai
  • python311Packages.llama-index-readers-txtai.dist
  • python311Packages.llama-index-readers-weather
  • python311Packages.llama-index-readers-weather.dist
  • python311Packages.llama-index-vector-stores-chroma
  • python311Packages.llama-index-vector-stores-chroma.dist
  • python311Packages.llama-index-vector-stores-google
  • python311Packages.llama-index-vector-stores-google.dist
  • python311Packages.llama-index-vector-stores-postgres
  • python311Packages.llama-index-vector-stores-postgres.dist
  • python311Packages.llama-index-vector-stores-qdrant
  • python311Packages.llama-index-vector-stores-qdrant.dist
  • python311Packages.llama-index.dist
  • python311Packages.llama-parse
  • python311Packages.llama-parse.dist
  • python311Packages.pathy
  • python311Packages.pathy.dist
  • python311Packages.private-gpt
  • python311Packages.private-gpt.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.pathy
  • python312Packages.pathy.dist
4 packages built:
  • python311Packages.pathlib-abc
  • python311Packages.pathlib-abc.dist
  • python312Packages.pathlib-abc
  • python312Packages.pathlib-abc.dist

Maintainer pings

@r-ryantm r-ryantm force-pushed the auto-update/python311Packages.pathlib-abc branch from 22a673b to 4c04609 Compare June 9, 2024 18:35
@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. and removed 10.rebuild-darwin: 1-10 This PR causes between 1 and 10 packages to rebuild on Darwin. 10.rebuild-linux: 1-10 This PR causes between 1 and 10 packages to rebuild on Linux. labels Jun 9, 2024
Copy link
Contributor

@matthiasbeyer matthiasbeyer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Breaks all consumers still. Do not merge.

@r-ryantm r-ryantm changed the title python311Packages.pathlib-abc: 0.1.1 -> 0.3.0 python311Packages.pathlib-abc: 0.1.1 -> 0.3.1 Jun 17, 2024
@r-ryantm r-ryantm force-pushed the auto-update/python311Packages.pathlib-abc branch from 4c04609 to bfed679 Compare June 17, 2024 19:06
@r-ryantm
Copy link
Contributor Author

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

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

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

meta.changelog for python311Packages.pathlib-abc is: https://github.com/barneygale/pathlib-abc/blob/0.3.1/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.3.1 with grep in /nix/store/ymq5lpnhmf5n01ripqvirv6sarwlr93a-python3.11-pathlib-abc-0.3.1
  • found 0.3.1 in filename of file in /nix/store/ymq5lpnhmf5n01ripqvirv6sarwlr93a-python3.11-pathlib-abc-0.3.1

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

47 package rebuild(s)

First fifty rebuilds by attrpath

private-gpt
python311Packages.clarifai
python311Packages.fastai
python311Packages.llama-index
python311Packages.llama-index-agent-openai
python311Packages.llama-index-cli
python311Packages.llama-index-core
python311Packages.llama-index-embeddings-gemini
python311Packages.llama-index-embeddings-google
python311Packages.llama-index-embeddings-huggingface
python311Packages.llama-index-embeddings-ollama
python311Packages.llama-index-embeddings-openai
python311Packages.llama-index-graph-stores-nebula
python311Packages.llama-index-graph-stores-neo4j
python311Packages.llama-index-graph-stores-neptune
python311Packages.llama-index-indices-managed-llama-cloud
python311Packages.llama-index-legacy
python311Packages.llama-index-llms-ollama
python311Packages.llama-index-llms-openai
python311Packages.llama-index-llms-openai-like
python311Packages.llama-index-multi-modal-llms-openai
python311Packages.llama-index-program-openai
python311Packages.llama-index-question-gen-openai
python311Packages.llama-index-readers-database
python311Packages.llama-index-readers-file
python311Packages.llama-index-readers-json
python311Packages.llama-index-readers-llama-parse
python311Packages.llama-index-readers-s3
python311Packages.llama-index-readers-twitter
python311Packages.llama-index-readers-txtai
python311Packages.llama-index-readers-weather
python311Packages.llama-index-vector-stores-chroma
python311Packages.llama-index-vector-stores-google
python311Packages.llama-index-vector-stores-postgres
python311Packages.llama-index-vector-stores-qdrant
python311Packages.llama-parse
python311Packages.pathlib-abc
python311Packages.pathy
python311Packages.private-gpt
python311Packages.spacy
python311Packages.spacy-lookups-data
python311Packages.spacy-transformers
python311Packages.textacy
python311Packages.textnets
python312Packages.pathlib-abc
python312Packages.pathy
Instructions to test this update (click to expand)

Either download from Cachix:

nix-store -r /nix/store/ymq5lpnhmf5n01ripqvirv6sarwlr93a-python3.11-pathlib-abc-0.3.1 \
  --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 python311Packages.pathlib-abc https://github.com/r-ryantm/nixpkgs/archive/bfed6796033675ee9d78f1d519bbd98389d7c0fb.tar.gz

Or:

nix build github:r-ryantm/nixpkgs/bfed6796033675ee9d78f1d519bbd98389d7c0fb#python311Packages.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/ymq5lpnhmf5n01ripqvirv6sarwlr93a-python3.11-pathlib-abc-0.3.1
ls -la /nix/store/ymq5lpnhmf5n01ripqvirv6sarwlr93a-python3.11-pathlib-abc-0.3.1/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

88 packages failed to build:
  • private-gpt
  • private-gpt.dist
  • python311Packages.clarifai
  • python311Packages.clarifai.dist
  • python311Packages.fastai
  • python311Packages.fastai.dist
  • python311Packages.llama-index
  • python311Packages.llama-index-agent-openai
  • python311Packages.llama-index-agent-openai.dist
  • python311Packages.llama-index-cli
  • python311Packages.llama-index-cli.dist
  • python311Packages.llama-index-core
  • python311Packages.llama-index-core.dist
  • python311Packages.llama-index-embeddings-gemini
  • python311Packages.llama-index-embeddings-gemini.dist
  • python311Packages.llama-index-embeddings-google
  • python311Packages.llama-index-embeddings-google.dist
  • python311Packages.llama-index-embeddings-huggingface
  • python311Packages.llama-index-embeddings-huggingface.dist
  • python311Packages.llama-index-embeddings-ollama
  • python311Packages.llama-index-embeddings-ollama.dist
  • python311Packages.llama-index-embeddings-openai
  • python311Packages.llama-index-embeddings-openai.dist
  • python311Packages.llama-index-graph-stores-nebula
  • python311Packages.llama-index-graph-stores-nebula.dist
  • python311Packages.llama-index-graph-stores-neo4j
  • python311Packages.llama-index-graph-stores-neo4j.dist
  • python311Packages.llama-index-graph-stores-neptune
  • python311Packages.llama-index-graph-stores-neptune.dist
  • python311Packages.llama-index-indices-managed-llama-cloud
  • python311Packages.llama-index-indices-managed-llama-cloud.dist
  • python311Packages.llama-index-legacy
  • python311Packages.llama-index-legacy.dist
  • python311Packages.llama-index-llms-ollama
  • python311Packages.llama-index-llms-ollama.dist
  • python311Packages.llama-index-llms-openai
  • python311Packages.llama-index-llms-openai-like
  • python311Packages.llama-index-llms-openai-like.dist
  • python311Packages.llama-index-llms-openai.dist
  • python311Packages.llama-index-multi-modal-llms-openai
  • python311Packages.llama-index-multi-modal-llms-openai.dist
  • python311Packages.llama-index-program-openai
  • python311Packages.llama-index-program-openai.dist
  • python311Packages.llama-index-question-gen-openai
  • python311Packages.llama-index-question-gen-openai.dist
  • python311Packages.llama-index-readers-database
  • python311Packages.llama-index-readers-database.dist
  • python311Packages.llama-index-readers-file
  • python311Packages.llama-index-readers-file.dist
  • python311Packages.llama-index-readers-json
  • python311Packages.llama-index-readers-json.dist
  • python311Packages.llama-index-readers-llama-parse
  • python311Packages.llama-index-readers-llama-parse.dist
  • python311Packages.llama-index-readers-s3
  • python311Packages.llama-index-readers-s3.dist
  • python311Packages.llama-index-readers-twitter
  • python311Packages.llama-index-readers-twitter.dist
  • python311Packages.llama-index-readers-txtai
  • python311Packages.llama-index-readers-txtai.dist
  • python311Packages.llama-index-readers-weather
  • python311Packages.llama-index-readers-weather.dist
  • python311Packages.llama-index-vector-stores-chroma
  • python311Packages.llama-index-vector-stores-chroma.dist
  • python311Packages.llama-index-vector-stores-google
  • python311Packages.llama-index-vector-stores-google.dist
  • python311Packages.llama-index-vector-stores-postgres
  • python311Packages.llama-index-vector-stores-postgres.dist
  • python311Packages.llama-index-vector-stores-qdrant
  • python311Packages.llama-index-vector-stores-qdrant.dist
  • python311Packages.llama-index.dist
  • python311Packages.llama-parse
  • python311Packages.llama-parse.dist
  • python311Packages.pathy
  • python311Packages.pathy.dist
  • python311Packages.private-gpt
  • python311Packages.private-gpt.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.pathy
  • python312Packages.pathy.dist
4 packages built:
  • python311Packages.pathlib-abc
  • python311Packages.pathlib-abc.dist
  • python312Packages.pathlib-abc
  • python312Packages.pathlib-abc.dist

Maintainer pings

@natsukium
Copy link
Member

Result of nixpkgs-review pr 310683 at bfed679 run on x86_64-linux 1

1 package marked as broken and skipped:
  • private-gpt
6 packages failed to build:
39 packages built successfully:
  • python311Packages.clarifai
  • python311Packages.fastai
  • python311Packages.llama-index-agent-openai
  • python311Packages.llama-index-cli
  • python311Packages.llama-index-core
  • python311Packages.llama-index-embeddings-gemini
  • python311Packages.llama-index-embeddings-google
  • python311Packages.llama-index-embeddings-huggingface
  • python311Packages.llama-index-embeddings-ollama
  • python311Packages.llama-index-embeddings-openai
  • python311Packages.llama-index-graph-stores-nebula
  • python311Packages.llama-index-graph-stores-neo4j
  • python311Packages.llama-index-graph-stores-neptune
  • python311Packages.llama-index-indices-managed-llama-cloud
  • python311Packages.llama-index-legacy
  • python311Packages.llama-index-llms-ollama
  • python311Packages.llama-index-llms-openai
  • python311Packages.llama-index-llms-openai-like
  • python311Packages.llama-index-multi-modal-llms-openai
  • python311Packages.llama-index-program-openai
  • python311Packages.llama-index-question-gen-openai
  • python311Packages.llama-index-readers-database
  • python311Packages.llama-index-readers-json
  • python311Packages.llama-index-readers-llama-parse
  • python311Packages.llama-index-readers-twitter
  • python311Packages.llama-index-readers-txtai
  • python311Packages.llama-index-readers-weather
  • python311Packages.llama-index-vector-stores-chroma
  • python311Packages.llama-index-vector-stores-google
  • python311Packages.llama-index-vector-stores-postgres
  • python311Packages.llama-index-vector-stores-qdrant
  • python311Packages.llama-parse
  • python311Packages.pathlib-abc
  • python311Packages.spacy
  • python311Packages.spacy-lookups-data
  • python311Packages.spacy-transformers
  • python311Packages.textacy
  • python311Packages.textnets
  • python312Packages.pathlib-abc

@wegank
Copy link
Member

wegank commented Nov 1, 2024

Done in 27f1c14. (revert?)

@wegank wegank closed this Nov 1, 2024
@r-ryantm r-ryantm deleted the auto-update/python311Packages.pathlib-abc branch November 2, 2024 00:20
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. 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