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

Update pins for anaconda-cloud-cli 0.1.0 & 0.2.0 #241

Merged
merged 2 commits into from
Nov 12, 2024

Conversation

skupr-anaconda
Copy link
Contributor

@skupr-anaconda skupr-anaconda commented Nov 8, 2024

Links

Explanation of changes:

  • In anaconda-cli-base 0.3.0 the plugin structure changed and this package is no longer utilized. Updating pins here to avoid this package being installed alongside the new plugin implementation.
  • Update pins for anaconda-cloud-cli 0.1.0 & 0.2.0:
    • anaconda-cloud-cli 0.1.0:
     anaconda-cli-base <0.3.0
     anaconda-cloud-auth <0.6.0
  • anaconda-cloud-cli 0.2.0:
    anaconda-cli-base >=0.2,<0.3
    anaconda-cloud-auth >=0.3,<0.6
    anaconda-client >=1.12.2,<1.13

It was tested by running python test-hotfix.py main --subdir linux-64 osx-64 win-64 osx-arm64 linux-aarch64 linux-s390x noarch

The result will be like this:

      "anaconda-cloud-cli-0.1.0-py39hecd8cb5_0.conda": {
        "build": "py39hecd8cb5_0",
        "build_number": 0,
        "depends": [
!         "anaconda-cli-base",
!         "anaconda-cloud-auth",
          "python >=3.9,<3.10.0a0"
        ],
        "license": "BSD-3-Clause",
        "license_family": "BSD",
        "md5": "213c5bca74a5ea39b8eb1c0977d35054",
--- 966841,966852 ----
      },
      "anaconda-cloud-cli-0.1.0-py39hecd8cb5_0.conda": {
        "build": "py39hecd8cb5_0",
        "build_number": 0,
        "depends": [
!         "anaconda-cli-base <0.3.0",
!         "anaconda-cloud-auth <0.6.0",
          "python >=3.9,<3.10.0a0"
        ],
        "license": "BSD-3-Clause",
        "license_family": "BSD",
        "md5": "213c5bca74a5ea39b8eb1c0977d35054",
***************
*** 966859,966871 ****
      },
      "anaconda-cloud-cli-0.2.0-py310hecd8cb5_0.conda": {
        "build": "py310hecd8cb5_0",
        "build_number": 0,
        "depends": [
!         "anaconda-cli-base >=0.2",
!         "anaconda-client >=1.12.2",
!         "anaconda-cloud-auth >=0.3",
          "python >=3.10,<3.11.0a0"
        ],
        "license": "BSD-3-Clause",
        "license_family": "BSD",
        "md5": "85c1e55b5ebe4a9da469abedeb7d0f18",
--- 966859,966871 ----
      },
      "anaconda-cloud-cli-0.2.0-py310hecd8cb5_0.conda": {
        "build": "py310hecd8cb5_0",
        "build_number": 0,
        "depends": [
!         "anaconda-cli-base >=0.2,<0.3",
!         "anaconda-client >=1.12.2,<1.13",
!         "anaconda-cloud-auth >=0.3,<0.6",
          "python >=3.10,<3.11.0a0"
        ],
        "license": "BSD-3-Clause",
        "license_family": "BSD",
        "md5": "85c1e55b5ebe4a9da469abedeb7d0f18",

Notes:

@skupr-anaconda skupr-anaconda self-assigned this Nov 8, 2024
@skupr-anaconda skupr-anaconda marked this pull request as ready for review November 8, 2024 13:06
@skupr-anaconda skupr-anaconda changed the title update pins for anaconda-cloud-cli 0.1.0 & 0.2.0 Update pins for anaconda-cloud-cli 0.1.0 & 0.2.0 Nov 8, 2024
Copy link

@scotthain scotthain left a comment

Choose a reason for hiding this comment

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

🚀 🍰

@skupr-anaconda skupr-anaconda merged commit d16ce0b into master Nov 12, 2024
2 checks passed
@skupr-anaconda skupr-anaconda deleted the fix-for-anaconda-cloud-cli branch November 12, 2024 15:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants