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

py3-jupyterhub-kubespawner/7.0.0b1 package update #29165

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

octo-sts[bot]
Copy link
Contributor

@octo-sts octo-sts bot commented Sep 23, 2024

Signed-off-by: wolfi-bot <121097084+wolfi-bot@users.noreply.github.com>
@octo-sts octo-sts bot added request-version-update request for a newer version of a package automated pr labels Sep 23, 2024
Copy link
Contributor Author

octo-sts bot commented Sep 23, 2024

Open AI suggestions to solve the build error:

The error message is: "ValueError: ZIP does not support timestamps before 1980"

1. Identify the file causing the error.
2. Check the timestamps of the files being zipped.
3. Update the timestamps to be after 1980 using `os.utime()` in Python.
4. Re-run the zipping process.

Example:
```python
import os
import time

file_path = 'your_file_path'
new_time = time.mktime((1980, 1, 1, 0, 0, 0, 0, 0, 0))
os.utime(file_path, (new_time, new_time))

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automated pr request-version-update request for a newer version of a package
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant