Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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

Merged
sydney-runkle merged 1 commit intopydantic:mainfromjakob-keller:optional-tzdata
Sep 6, 2024
Merged

Turntzdata install requirement into optionaltimezone dependency#10331

sydney-runkle merged 1 commit intopydantic:mainfromjakob-keller:optional-tzdata
Sep 6, 2024

Conversation

jakob-keller
Copy link
Contributor

@jakob-kellerjakob-keller commentedSep 5, 2024
edited
Loading

Change Summary

#9896 adds an install requirement fortzdata, which states:

tzdata is intended to be a fallback for systems that do not have system time zone data installed.

Non-Windows system typically have time zone data installed and do not needtzdata. This PR turns thetzdata dependency into an optional dependency grouptimezone. Documentation is updated accordingly.

Related issue number

fix#10328

Checklist

  • The pull request title is a good summary of the changes - it will be used in the changelog
  • Unit tests for the changes exist
  • Tests pass on CI
  • Documentation reflects the changes where applicable
  • My PR is ready to review,please add a comment including the phrase "please review" to assign reviewers

@github-actionsgithub-actionsbot added the relnotes-fixUsed for bugfixes. labelSep 5, 2024
@codspeed-hqCodSpeed HQ
Copy link

codspeed-hqbot commentedSep 5, 2024
edited
Loading

CodSpeed Performance Report

Merging#10331 willnot alter performance

Comparingjakob-keller:optional-tzdata (ca45657) withmain (852736c)

Summary

✅ 50 untouched benchmarks

@github-actionsGitHub Actions
Copy link
Contributor

Coverage report

This PR does not seem to contain any modification to coverable code.

@jakob-kellerjakob-keller marked this pull request as ready for reviewSeptember 5, 2024 23:18
@jakob-keller
Copy link
ContributorAuthor

@sydney-runkle: Please have a look. Thank you!

Copy link
Contributor

@sydney-runklesydney-runkle left a 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!

jakob-keller reacted with thumbs up emoji
@sydney-runklesydney-runkle merged commit97d357f intopydantic:mainSep 6, 2024
60 checks passed
@jakob-kellerjakob-keller deleted the optional-tzdata branchSeptember 6, 2024 05:40
hswong3i pushed a commit to alvistack/pydantic-pydantic that referenced this pull requestSep 6, 2024
    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>
hswong3i pushed a commit to alvistack/pydantic-pydantic that referenced this pull requestSep 9, 2024
    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>
arnout pushed a commit to buildroot/buildroot that referenced this pull requestSep 9, 2024
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>
hswong3i pushed a commit to alvistack/pydantic-pydantic that referenced this pull requestSep 18, 2024
    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>
hswong3i pushed a commit to alvistack/pydantic-pydantic that referenced this pull requestNov 14, 2024
    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>
sfoster1 pushed a commit to Opentrons/buildroot that referenced this pull requestDec 6, 2024
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>
sfoster1 pushed a commit to Opentrons/buildroot that referenced this pull requestDec 9, 2024
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>
sfoster1 pushed a commit to Opentrons/buildroot that referenced this pull requestDec 18, 2024
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>
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@hyperlint-aihyperlint-ai[bot]hyperlint-ai[bot] left review comments

@sydney-runklesydney-runklesydney-runkle approved these changes

Assignees
No one assigned
Labels
relnotes-fixUsed for bugfixes.
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

tzdata install dependency should be optional, conditional or removed
2 participants
@jakob-keller@sydney-runkle

[8]ページ先頭

©2009-2025 Movatter.jp