typeshed-internal / stub_uploader

Scripts and actions to auto-upload typeshed stubs to PyPI
Apache License 2.0
21 stars 16 forks source link

Packages can now be marked as obsolete #12

Closed srittau closed 3 years ago

srittau commented 3 years ago

Using the obsolete_since field in METADATA.toml, a package can be marked as obsolete, starting with a certain upstream package version. For example:

obsolete_since = 2.0.0

srittau commented 3 years ago

@ilevkivskyi Merged and reworked as well.