AlenkaF opened a new issue, #41563:
URL: https://github.com/apache/arrow/issues/41563

   ### Describe the bug, including details regarding any error messages, 
version, and platform.
   
   Python builds started failing yesterday which is probably connected to the 
new release of setuptools-scm on 6 May 
(https://pypi.org/project/setuptools-scm/8.1.0/#history) with:
   
   ```python
   ...
       File "<string>", line 437, in parse_git
       File 
"/opt/conda/envs/arrow/lib/python3.9/site-packages/setuptools_scm/git.py", line 
211, in parse
         return _git_parse_inner(
       File 
"/opt/conda/envs/arrow/lib/python3.9/site-packages/setuptools_scm/git.py", line 
272, in _git_parse_inner
         node_date = wd.get_head_date() or datetime.now(timezone.utc).date()
       File 
"/opt/conda/envs/arrow/lib/python3.9/site-packages/setuptools_scm/git.py", line 
131, in get_head_date
         return res.parse_success(
       File 
"/opt/conda/envs/arrow/lib/python3.9/site-packages/setuptools_scm/_run_cmd.py", 
line 77, in parse_success
         return parse(self.stdout)
       File 
"/opt/conda/envs/arrow/lib/python3.9/site-packages/setuptools_scm/git.py", line 
121, in parse_timestamp
         return datetime.fromisoformat(timestamp_text).date()
     ValueError: Invalid isoformat string: '2024-05-06T14:29:03Z'
   ```
   
   See:
   
https://github.com/apache/arrow/actions/runs/8970805528/job/24635130465?pr=40761#step:6:2896
   
   ### Component(s)
   
   Continuous Integration, Python


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@arrow.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to