Skip to content
This repository has been archived by the owner on Nov 7, 2023. It is now read-only.

Do yanked and deleted packages are considered in this db? #10

Open
unsatisfying opened this issue Oct 9, 2022 · 1 comment
Open

Do yanked and deleted packages are considered in this db? #10

unsatisfying opened this issue Oct 9, 2022 · 1 comment
Labels
bug Something isn't working

Comments

@unsatisfying
Copy link

unsatisfying commented Oct 9, 2022

Since some packages are yanked and deleted by maintainers, this part of packages would deleted from db or stay forever?
For example, a package named "airflow-sbf-utils", it has a row in this db like:
airflow-sbf-utils: { py3: { 0.1.1: { airflow_sbf_utils-0.1.1-py3-none-any.whl: { requires_dist: [ "python-decouple", "pymssql", "google-cloud-storage", "SQLAlchemy" ], requires_python: ">=3.9" } }, 0.1.2: { airflow_sbf_utils-0.1.2-py3-none-any.whl: "0.1.1@airflow_sbf_utils-0.1.1-py3-none-any.whl" }, 0.1.3: { airflow_sbf_utils-0.1.3-py3-none-any.whl: "0.1.1@airflow_sbf_utils-0.1.1-py3-none-any.whl" }, 0.1.4: { airflow_sbf_utils-0.1.4-py3-none-any.whl: "0.1.1@airflow_sbf_utils-0.1.1-py3-none-any.whl" }, 0.1.5: { airflow_sbf_utils-0.1.5-py3-none-any.whl: "0.1.1@airflow_sbf_utils-0.1.1-py3-none-any.whl" } } },

However, I find this package metadata through API from pypi like this: https://pypi.org/pypi/airflow_sbf_utils/json, it returns not found.

@DavHau
Copy link
Owner

DavHau commented Oct 14, 2022

Good point. We should remove deleted packages

@DavHau DavHau added the bug Something isn't working label Oct 14, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants