Support a SOURCE_DATE_EPOCH prior to 1980 - #1999
Merged
Merged
Conversation
6 tasks
Contributor
Author
|
@ofek @cjames23 sorry for the ping, but Homebrew has been working around this bug for a while so I'd love to see this merged |
cjames23
approved these changes
Jan 14, 2026
Member
|
I will need to get a PR out to address the changes with Rich in 14.3 this week to merge this. |
davep
added a commit
to davep/homebrew-homebrew
that referenced
this pull request
Jan 31, 2026
Which should help out with davep/hike#142
cjames23
enabled auto-merge (squash)
February 3, 2026 23:43
cjames23
disabled auto-merge
February 3, 2026 23:44
Contributor
Author
|
thank you! |
github-actions Bot
pushed a commit
to DimitriPapadopoulos/hatch
that referenced
this pull request
Feb 6, 2026
Co-authored-by: Cary Hawkins <hawkinscary23@gmail.com> f400be1
github-actions Bot
pushed a commit
to paulsuh/hatch
that referenced
this pull request
Feb 14, 2026
Co-authored-by: Cary Hawkins <hawkinscary23@gmail.com> f400be1
github-actions Bot
pushed a commit
to edgarrmondragon/fork--hatch
that referenced
this pull request
Feb 17, 2026
Co-authored-by: Cary Hawkins <hawkinscary23@gmail.com> f400be1
7 tasks
github-actions Bot
pushed a commit
to flying-sheep/hatch
that referenced
this pull request
Feb 24, 2026
Co-authored-by: Cary Hawkins <hawkinscary23@gmail.com> f400be1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #1605
A common value for
SOURCE_DATE_EPOCHis 0, which unfortunately breaks hatchling:This clamps to 1980 instead (same as
setuptoolsandflit-core.poetryalso support this but defaults to 2016)