conda / conda-lock

Lightweight lockfile for conda environments
https://conda.github.io/conda-lock/
Other
459 stars 102 forks source link

Remove deprecated pkg_resources and standardize canonicalization #457

Closed maresb closed 12 months ago

maresb commented 1 year ago

Description

I'm trying to move things to more standard tooling. pkg_resources was deprecated some time ago. PyPI names should be canonicalized with packaging.utils.canonicalize_name.

TODO: Track down why the deprecation warnings for pkg_resources are being suppressed.

netlify[bot] commented 1 year ago

Deploy Preview for conda-lock ready!

Name Link
Latest commit bbf88bef0c1b10127573847716bcdf9e612f2152
Latest deploy log https://app.netlify.com/sites/conda-lock/deploys/64ae8bc5db97c20008930064
Deploy Preview https://deploy-preview-457--conda-lock.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

maresb commented 1 year ago

Hey @mjlbach and @muyajil, I'd appreciate any feedback you may have on this.