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

Deprecate bdist_conda module #5196

Merged
merged 2 commits into from
Feb 21, 2024
Merged

Conversation

beeankha
Copy link
Member

Description

Resolves #4985

Checklist - did you ...

  • Add a file to the news directory (using the template) for the next release's release notes?
  • Add / update necessary tests?
  • Add / update outdated documentation?

@beeankha beeankha self-assigned this Feb 20, 2024
@conda-bot conda-bot added the cla-signed [bot] added once the contributor has signed the CLA label Feb 20, 2024
@beeankha beeankha added source::anaconda created by members of Anaconda, Inc. type::deprecation requests removal of deprecated feature(s) labels Feb 20, 2024
@beeankha beeankha added this to the 24.3.x milestone Feb 20, 2024
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")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

-# TODO: Add this and that and lots of other stuff
+Nope!

😍

@beeankha beeankha marked this pull request as ready for review February 21, 2024 22:13
@beeankha beeankha requested a review from a team as a code owner February 21, 2024 22:13
@beeankha beeankha merged commit cc7bb53 into conda:main Feb 21, 2024
25 checks passed
@beeankha beeankha mentioned this pull request Mar 12, 2024
32 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla-signed [bot] added once the contributor has signed the CLA source::anaconda created by members of Anaconda, Inc. type::deprecation requests removal of deprecated feature(s)
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

Deprecate conda_build.bdist_conda
4 participants