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

samestep commented Jun 3, 2026

Copy link
Copy Markdown
Contributor Author

nixpkgs-review result

Generated using nixpkgs-review-gha

Command: nixpkgs-review pr 527340
Commit: 0cffa746a4738ae8e2992f355310c0ad70070bcd (subsequent changes)
Merge: d5851623e2ab1e44eaac0623e1cad272d190d7cc

Logs: https://github.com/samestep/nixpkgs-review-gha/actions/runs/26859517684


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 (sandbox = false)

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

aarch64-darwin (sandbox = false)

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

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.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant