Skip to content

Commit

Permalink
Deprecate bdist_conda (#5196)
Browse files Browse the repository at this point in the history
Deprecate bdist_conda module
  • Loading branch information
beeankha committed Feb 21, 2024
1 parent 3560e90 commit cc7bb53
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
3 changes: 2 additions & 1 deletion conda_build/bdist_conda.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,11 @@
from .build import handle_anaconda_upload
from .conda_interface import StringIO, configparser, spec_from_line
from .config import Config
from .deprecations import deprecated
from .metadata import MetaData
from .skeletons import pypi

# TODO: Add support for all the options that conda build has
deprecated.module("24.3", "24.5")


class GetoptError(BaseError):
Expand Down
19 changes: 19 additions & 0 deletions news/5196-deprecate-bdist-conda
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
### Enhancements

* <news item>

### Bug fixes

* <news item>

### Deprecations

* Mark `conda_build.bdist_conda` module as pending deprecation. (#5196)

### Docs

* <news item>

### Other

* <news item>

0 comments on commit cc7bb53

Please sign in to comment.