Skip to content
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dateutils: update to 0.4.9. #33103

Closed
wants to merge 1 commit into from
Closed

Conversation

ailiop-git
Copy link
Contributor

General

Have the results of the proposed changes been tested?

  • I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
  • I generally don't use the affected packages but briefly tested this PR

@Piraty
Copy link
Member

Piraty commented Oct 17, 2021

please fix failing tests

@ailiop-git
Copy link
Contributor Author

ailiop-git commented Oct 17, 2021

please fix failing tests

The same exact tests were failing in the previous release:

============================================================================
Testsuite summary for dateutils 0.4.8
============================================================================
# TOTAL: 867
# PASS:  791
# SKIP:  0
# XFAIL: 0
# FAIL:  76
# XPASS: 0
# ERROR: 0

============================================================================                                     
Testsuite summary for dateutils 0.4.9                                                                                                                                                                                             
============================================================================                                                                                                                                                      
# TOTAL: 868                                                                                                                                                                                                                      
# PASS:  792                                                                                                                                                                                                                      
# SKIP:  0                                                                                                                                                                                                                        
# XFAIL: 0                                                                                                                                                                                                                        
# FAIL:  76                                                                                                                                                                                                                       
# XPASS: 0                                                                                                                                                                                                                        
# ERROR: 0         
`                                          

@ailiop-git
Copy link
Contributor Author

The majority of failures were due to missing tzdata, so checkdepends="tzdata" fixed those.

All the remaining failures are due to the date wrapper setting $SOURCE_DATE_EPOCH. Not sure how to address this one, this needs to be bypassed just for the check phase somehow.

@Piraty Piraty closed this in c86cb7f Oct 17, 2021
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jan 16, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants