Cooper Lees
Cooper Lees
Thanks for reporting. Filtering does not work with `verify` tho, only `mirror`. However, `verify` must be missing the call to setup debug logging. Should be an easy fix. Will look...
PR welcome! :D
HI there, The size on PyPI is a sum of the database metadata. I wouldn't be surprised of the deletions are not updating it correctly or something. Could be worth...
Good call. This is 100% the sad state of bandersnatch. We don't have a good mechanism to know what files to delete as we keep the service stateless apart from...
Is there a way to mark Actions to not go to forks? What are we supposed to do here? I would imagine the docker upload runs, but fails due to...
Howdy, This is a good idea. But to do this more accurately than a bunch of regexes we need metadata stored somewhere accessible @ pypi.org. Then bandersnatch can use that....
Thanks for reporting the bug. Can I grab a copy of your `bandersnatch.conf` please? As for skipping all wheels - I think via the release File Regex matching would be...
The quoting of default refers to the [default.conf](https://github.com/pypa/bandersnatch/blob/main/src/bandersnatch/default.conf) file have in the repo for people to use to get started.
This is called globbing. I am ok with this been added as long as it's tested and supported on all platforms. I am always keen on avoiding regex's where ever...
I came back to look at this to land - But this didn't ned a fix, this option requires a valid [Python logging ini config](https://docs.python.org/3/library/logging.config.html#logging.config.fileConfig), so it I will take...