RWoodring79
RWoodring79
I was investigating a different issue yesterday using the `allowlist` plugin to limit my downloads to only 3-4 packages. I was using the master branch, not the 5.0.0 tag, but...
@Lulu300 I know this is the same question you already answered, but I want to be sure I understand your problem. When you say it "downloads the metadata of all...
I did some more testing over the weekend with different filter combinations mirror a single version of a package: `[allowlist] packages=jsonschema==3.2.0`. * When I enabled only the `allowlist_project` filter, the...
I am still trying to find time to dig into how the filtering works, but it seems to me the allowlist_release should either require or imply the allowlist_package filter. My...
Ok, I finally have a working development environment set up. As someone who has never done python packages before, a `DEVELOPERS.md` file with some tips like "you have to run...
After some more digging, my first theory about the version entry moving was wrong. Making the change I initially proposed will break the `mirror` functionality. When performing a mirror, `process_package`...