Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork2.2k
Turntzdata
install requirement into optionaltimezone
dependency#10331
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Uh oh!
There was an error while loading.Please reload this page.
codspeed-hqbot commentedSep 5, 2024 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
CodSpeed Performance ReportMerging#10331 willnot alter performanceComparing Summary
|
@sydney-runkle: Please have a look. Thank you! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Great, thanks for the quick turnaround!
97d357f
intopydantic:mainUh oh!
There was an error while loading.Please reload this page.
git clean -xdf tar zcvf ../python-pydantic_2.9.0.orig.tar.gz --exclude=.git . debuild -uc -us cp python-pydantic.spec ../python-pydantic_2.9.0-1.spec cp ../python*-pydantic*2.9.0*.{gz,xz,spec,dsc} /osc/home\:alvistack/pydantic-pydantic-2.9.0/ rm -rf ../python*-pydantic*2.9.0*.*Seepydantic#10331Signed-off-by: Wong Hoi Sing Edison <hswong3i@pantarei-design.com>
git clean -xdf tar zcvf ../python-pydantic_2.9.1.orig.tar.gz --exclude=.git . debuild -uc -us cp python-pydantic.spec ../python-pydantic_2.9.1-1.spec cp ../python*-pydantic*2.9.1*.{gz,xz,spec,dsc} /osc/home\:alvistack/pydantic-pydantic-2.9.1/ rm -rf ../python*-pydantic*2.9.1*.*Seepydantic#10331Signed-off-by: Wong Hoi Sing Edison <hswong3i@pantarei-design.com>
pyproject.toml declared the tzdata package as a required dependency, butthis is in fact only needed on win32. This was fixed upstream [1]. Sincewe don't actually check the runtime dependencies from pyproject.toml, wedon't need to do anything in Buildroot.[1]pydantic/pydantic#10331Signed-off-by: James Hilliard <james.hilliard1@gmail.com>[Arnout: remove tzdata runtime dependency]Signed-off-by: Arnout Vandecappelle <arnout@mind.be>
git clean -xdf tar zcvf ../python-pydantic_2.9.2.orig.tar.gz --exclude=.git . debuild -uc -us cp python-pydantic.spec ../python-pydantic_2.9.2-1.spec cp ../python*-pydantic*2.9.2*.{gz,xz,spec,dsc} /osc/home\:alvistack/pydantic-pydantic-2.9.2/ rm -rf ../python*-pydantic*2.9.2*.*Seepydantic#10331Signed-off-by: Wong Hoi Sing Edison <hswong3i@pantarei-design.com>
git clean -xdf tar zcvf ../python-pydantic_2.9.2.orig.tar.gz --exclude=.git . debuild -uc -us cp python-pydantic.spec ../python-pydantic_2.9.2-1.spec cp ../python*-pydantic*2.9.2*.{gz,xz,spec,dsc} /osc/home\:alvistack/pydantic-pydantic-2.9.2/ rm -rf ../python*-pydantic*2.9.2*.*Seepydantic#10331Signed-off-by: Wong Hoi Sing Edison <hswong3i@pantarei-design.com>
pyproject.toml declared the tzdata package as a required dependency, butthis is in fact only needed on win32. This was fixed upstream [1]. Sincewe don't actually check the runtime dependencies from pyproject.toml, wedon't need to do anything in Buildroot.[1]pydantic/pydantic#10331Signed-off-by: James Hilliard <james.hilliard1@gmail.com>[Arnout: remove tzdata runtime dependency]Signed-off-by: Arnout Vandecappelle <arnout@mind.be>
pyproject.toml declared the tzdata package as a required dependency, butthis is in fact only needed on win32. This was fixed upstream [1]. Sincewe don't actually check the runtime dependencies from pyproject.toml, wedon't need to do anything in Buildroot.[1]pydantic/pydantic#10331Signed-off-by: James Hilliard <james.hilliard1@gmail.com>[Arnout: remove tzdata runtime dependency]Signed-off-by: Arnout Vandecappelle <arnout@mind.be>
pyproject.toml declared the tzdata package as a required dependency, butthis is in fact only needed on win32. This was fixed upstream [1]. Sincewe don't actually check the runtime dependencies from pyproject.toml, wedon't need to do anything in Buildroot.[1]pydantic/pydantic#10331Signed-off-by: James Hilliard <james.hilliard1@gmail.com>[Arnout: remove tzdata runtime dependency]Signed-off-by: Arnout Vandecappelle <arnout@mind.be>
Uh oh!
There was an error while loading.Please reload this page.
Change Summary
#9896 adds an install requirement for
tzdata
, which states:Non-Windows system typically have time zone data installed and do not need
tzdata
. This PR turns thetzdata
dependency into an optional dependency grouptimezone
. Documentation is updated accordingly.Related issue number
fix#10328
Checklist