gilesknap / gphotos-sync

Google Photos and Albums backup with Google Photos Library API
Apache License 2.0
1.97k stars 161 forks source link

Question about setuptools and wheel version pin #441

Closed tjni closed 10 months ago

tjni commented 11 months ago

Hello!

I am working on Python packaging in nixpkgs, and we have been updating setuptools and wheel. Do you still remember the context surrounding the irreproducibility that led to pinning those dependencies? I would be interested in investigating if that can be resolved in the latest versions of the tools.

gilesknap commented 10 months ago

Hi @tjni

This project is based on a python3-pip-skeleton but has not merged the latest for some time. If you take a look at https://github.com/DiamondLightSource/python3-pip-skeleton-cli/blob/main/pyproject.toml then you will see that indeed whatever the issue was it has been resolved.

gilesknap commented 10 months ago

I think we can close this?

tjni commented 10 months ago

Yes, thank you. When I find time, I hope to see if some of the changes in the updated skeleton can be brought over here.