Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] mark python package as unmaintained/legacy #12326

Open
Finkregh opened this issue Nov 26, 2024 · 5 comments
Open

[BUG] mark python package as unmaintained/legacy #12326

Finkregh opened this issue Nov 26, 2024 · 5 comments

Comments

@Finkregh
Copy link

Finkregh commented Nov 26, 2024

Description

The python package at https://pypi.org/project/docker-compose/ should be marked as legacy/unmaintained or possibly even deleted.

Steps To Reproduce

compare https://pypi.org/project/docker-compose/ with https://github.com/docker/compose/blob/main/README.md?plain=1#L86

@ndeloof
Copy link
Contributor

ndeloof commented Nov 27, 2024

💯 the main question is "how to"? Without having a new release

@Finkregh
Copy link
Author

Bogus release with just an Addition to the readme? 🤔

@ndeloof
Copy link
Contributor

ndeloof commented Nov 28, 2024

that's typically what we'd like to avoid.
python package manager unfortunately doesn't offer any way to mark a package as deprecated

@remcokranenburg
Copy link

Assuming this is to avoid people unintentionally installing a very old version, another method might be to actually publish the Go versions on PyPI as new versions. But not sure if that's worth it, because it would complicate the release process of Compose.

@Finkregh
Copy link
Author

Finkregh commented Dec 12, 2024

Why would you avoid a bogus release for the readme update?

Reference: pypi/warehouse#16844

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants