I've recreated the approved / unapproved feeds, initially the downloads for all packages is in the feed dev-pypi
(unapproved feed that's hooked the PyPI connector) were correctly showing as 0
However after promoting 1 package from dev-pypi
to prod-pypi
all of the downloads for all packages are now showing -2
in the dev feed. The prod feed (which the package was promoted to) is just showing at one version, and correctly showing 0
downloads, however everything seems to be doubled up;
When I look at local packages under prod-pypi
after promoting requests==2.31.0
from dev-pypi
to prod-pypi
, I can see 2 local copies of the same package promoted at the exact same time.
Likewise, the dev feed dev-pypi
is showing the same package cached twice
Not sure if this behavior is contributing to the strange negative downloads in any way.
EDIT:
It seems to have started to happen again even on the newly created feeds, I've not interacted with these feeds in anyway aside from promoting a single package from the dev feed to the prod feed - the below example of ngrok
shows both -6
and -10
downloads.