Page MenuHomeSoftware Heritage

gnu: Remove dependency on pytz
ClosedPublic

Authored by anlambert on Feb 2 2021, 11:30 AM.

Details

Summary

UTC timezone settings can be obtained from the datetime.timezone
module from Python standard library so remove dependency on external
pytz module.

Diff Detail

Repository
rDLS Listers
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.

Event Timeline

Build is green

Patch application report for D4991 (id=17800)

Rebasing onto 8e4dd178f1...

Current branch diff-target is up to date.
Changes applied before test
commit a6333eb7c297f795677f1bbc679c6f7ccd5ffeda
Author: Antoine Lambert <antoine.lambert@inria.fr>
Date:   Tue Feb 2 11:29:13 2021 +0100

    gnu: Remove dependency to pytz
    
    UTC timezone settings can be obtained from the datetime.timezone
    module from Python standard library so remove dependency to external
    pytz module.

See https://jenkins.softwareheritage.org/job/DLS/job/tests-on-diff/235/ for more details.

This revision is now accepted and ready to land.Feb 2 2021, 12:55 PM
anlambert retitled this revision from gnu: Remove dependency to pytz to gnu: Remove dependency on pytz.Feb 2 2021, 1:20 PM
anlambert edited the summary of this revision. (Show Details)

Build is green

Patch application report for D4991 (id=17802)

Rebasing onto 8e4dd178f1...

Current branch diff-target is up to date.
Changes applied before test
commit 82ab96ad0671219e73ad311b8455cb0d1d3fc9ed
Author: Antoine Lambert <antoine.lambert@inria.fr>
Date:   Tue Feb 2 11:29:13 2021 +0100

    gnu: Remove dependency on pytz
    
    UTC timezone settings can be obtained from the datetime.timezone
    module from Python standard library so remove dependency on external
    pytz module.

See https://jenkins.softwareheritage.org/job/DLS/job/tests-on-diff/237/ for more details.

This revision was automatically updated to reflect the committed changes.