Daniel Holth

Results 349 comments of Daniel Holth

Comparing the `ci.yml` runs from around a year ago https://github.com/conda/conda/actions/workflows/tests.yml?query=created%3A%3C2023-10-18+is%3Acompleted And the `tests.yml` runs from around now https://github.com/conda/conda/actions/workflows/tests.yml?query=created%3A%3C2023-10-18+is%3Acompleted Counting the newer `tests.yml` runs that took 1h+ and not the fast...

Where are the attestations stored?

I've released a couple of wheels with a build number. Every layer removed from the source tends to want its own version number; RPM has epochs. Alternatively you could make...

I'm using wheel build numbers for an experimental re-compressed wheels repository and they are working correctly. pip knows the re-compressed wheels found on that `--extra-index-url` should be preferred. This is...

You'd better trust the mirror however it would be possible to check all the contained file hashes against the original or otherwise go wild adding security features. On Thu, Apr...

https://github.com/conda/ceps/pull/86/files is working in the same space, to allow ABI3 packages

When conda doesn't understand this field, does that Python package work?

The `.partial` file exists so that an interrupted conda command can leave it there, and a new conda command can complete the download. If the beginning of the `.partial` file...