Skip to content

python3Packages.graphite-web: 1.1.10-unstable-2025-02-24 -> 1.2.1-pre2 - #527340

Open
samestep wants to merge 4 commits into
NixOS:masterfrom
samestep:fix/graphite-web-1.2.1-pre2
Open

python3Packages.graphite-web: 1.1.10-unstable-2025-02-24 -> 1.2.1-pre2#527340
samestep wants to merge 4 commits into
NixOS:masterfrom
samestep:fix/graphite-web-1.2.1-pre2

Conversation

@samestep

@samestep samestep commented Jun 2, 2026

Copy link
Copy Markdown
Contributor

As an alternative to #520862, this PR fixes this package after it was broken by #382964.

The initial build failure was caused by setting pyproject = true without adding build-system = [ setuptools ]. The first commit in this PR fixes that.

Later, #488406 included #486806 which brought in python/cpython#142744, breaking test_standard_finder. The second commit in this PR fixes that by updating to an upstream version that includes graphite-project/graphite-web#2904.

In the meantime, #471587 included #462746 which updated Django from version 4 to version 5 in bf99d6c, breaking test_epoch_naive. The third commit in this PR fixes that via graphite-project/graphite-web#2914.

Finally, the fourth commit in this PR fixes the following error that occurs if you e.g. try to build python313Packages.graphite-web and python314Packages.graphite-web concurrently on Darwin without sandboxing:

# Warning: Could not create server TCP listening socket *:6379: bind: Address already in use

Things done

@nixpkgs-ci nixpkgs-ci Bot added 8.has: package (update) This PR updates a package to a newer version 10.rebuild-linux: 1-10 This PR causes between 1 and 10 packages to rebuild on Linux. 10.rebuild-darwin: 1-10 This PR causes between 1 and 10 packages to rebuild on Darwin. 6.topic: python Python is a high-level, general-purpose programming language. labels Jun 2, 2026
@samestep

This comment was marked as outdated.

@samestep
samestep marked this pull request as ready for review June 3, 2026 00:33
@samestep samestep mentioned this pull request Jun 3, 2026
13 tasks
@nixpkgs-ci
nixpkgs-ci Bot requested a review from basvandijk June 3, 2026 01:30
@samestep

This comment was marked as outdated.

Comment thread pkgs/development/python-modules/graphite-web/default.nix Outdated
@samestep
samestep force-pushed the fix/graphite-web-1.2.1-pre2 branch from 0cffa74 to 59a8fc3 Compare July 3, 2026 18:14
@nixpkgs-review-gha

Copy link
Copy Markdown

nixpkgs-review result

Generated using nixpkgs-review-gha (ac985e1)

Command: nixpkgs-review pr 527340
Commit: 59a8fc346afd547319b2f8ef1847edad8f4c9026 (subsequent changes)
Merge: 3597a2197cf02d58d0d91782a76ce63d5d77e2be

Triggered by @samestep (8246041)
Logs: https://github.com/samestep/nixpkgs-review-gha/actions/runs/28677001708/attempts/1


x86_64-linux

✅ 2 packages built:
  • python313Packages.graphite-web
  • python314Packages.graphite-web

aarch64-linux

✅ 2 packages built:
  • python313Packages.graphite-web
  • python314Packages.graphite-web

x86_64-darwin

No rebuilds


aarch64-darwin (sandbox = false)

✅ 2 packages built:
  • python313Packages.graphite-web
  • python314Packages.graphite-web

@nixpkgs-ci nixpkgs-ci Bot added the llm-assisted Contributions that include code generation with LLMs label Jul 20, 2026
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. 8.has: package (update) This PR updates a package to a newer version 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. llm-assisted Contributions that include code generation with LLMs

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants