tabbyrobin

Results 8 issues of tabbyrobin

Hi, Are you open to the idea of packaging this on Fedora? I've put together a working specfile. [python-par2deep.spec.txt](https://github.com/user-attachments/files/15749911/python-par2deep.spec.txt) Note, the changelog section is not fleshed out. File has extra...

Are you open to the idea of packaging this on Fedora? I've put together a specfile. [par2cmdline-turbo.spec.txt](https://github.com/user-attachments/files/15749912/par2cmdline-turbo.spec.txt) Note, the changelog section is not fleshed out. File has extra `txt` extension...

I noticed that the Dockerfile here does not verify the integrity of the rustup installer: https://github.com/pyca/infra/blob/1383f9c10f0749c4c7ed33265ad8558ed30384f4/cryptography-linux/Dockerfile#L34 This contrasts with the bootstrapping for openssl and nodejs, which do verify by checksum:...

It would be nice if the PyPI-hosted wheels were verifiably bit-for-bit reproducible. I've experimented with the codebase and I've identified a few changes that would be needed to make this...

blocked-on-upstream

### Description It would be nice for cibuildwheel to include by default a post-processing step normalizing wheels for determinism/reproducibility. This could be a significant step toward widespread verifiably-reproducible builds of...

Would it be welcome to track a list of projects built with/written in Modernish? Perhaps I'll create a wiki page?

If I understand correctly, mktemp does not support slashes in the templates. ("The templates may not contain any slashes.") This strikes me as rather odd, considering that the default templates...

So as to enable reproducible builds, it would be nice if auditwheel could deterministically normalize the ZIP metadata in wheels it repairs. It would be ideal if this was either...