conda-forge / conda-forge-repodata-patches-feedstock

A conda-smithy repository for conda-forge-repodata-patches.
BSD 3-Clause "New" or "Revised" License
16 stars 164 forks source link

update pins for anaconda-cloud-cli 0.1.0 #834

Closed AlbertDeFusco closed 1 month ago

AlbertDeFusco commented 2 months ago

Checklist

show_diff.py output limited to this pacakge

noarch::anaconda-cloud-cli-0.2.0-pyhd8ed1ab_0.conda
-    "anaconda-cli-base >=0.2",
-    "anaconda-client >=1.12.2",
-    "anaconda-cloud-auth >=0.3",
+    "anaconda-cli-base >=0.2,<0.3",
+    "anaconda-client >=1.12.2,<1.13",
+    "anaconda-cloud-auth >=0.3,<0.6",
noarch::anaconda-cloud-cli-0.1.0-pyhd8ed1ab_0.conda
-    "anaconda-cli-base",
-    "anaconda-cloud-auth",
+    "anaconda-cli-base <0.3.0",
+    "anaconda-cloud-auth <0.6.0",
conda-forge-webservices[bot] commented 2 months ago

Hi! This is the friendly automated conda-forge-linting service.

I just wanted to let you know that I linted all conda-recipes in your PR (recipe/meta.yaml) and found it was in an excellent condition.

xhochy commented 2 months ago

https://github.com/conda-forge/anaconda-cloud-cli-feedstock/pull/6 shoud be merged first

AlbertDeFusco commented 2 months ago

Oh. Done.

AlbertDeFusco commented 1 month ago

Hi @xhochy, is there something else that needs to be done here?

jdblischak commented 1 month ago

FYI the feedstock CI failed on the merge commit https://github.com/conda-forge/conda-forge-repodata-patches-feedstock/commit/12ed7ea046ec2ddf8425bcf9a75e7471644d2a23

AlbertDeFusco commented 2 weeks ago

oh, I didn't notice the merge failure. Thanks @jdblischak. Do you have a recommendation? I'll take a look at what's going on today.

jdblischak commented 2 weeks ago

Do you have a recommendation? I'll take a look at what's going on today.

@AlbertDeFusco you don't have to do anything. While the CI did fail on the merge commit from this PR, the CI was subsequently fixed and succeeded. Thus your patch is already in effect, and there is no further action you need to take.

Demo:

$ mamba create --dry-run -n test -c conda-forge anaconda-cloud-cli=0.1 anaconda-cli-base=0.3

Looking for: ['anaconda-cloud-cli=0.1', 'anaconda-cli-base=0.3']

conda-forge/linux-64                                        Using cache
conda-forge/noarch                                          Using cache
Could not solve for environment specs
The following packages are incompatible
├─ anaconda-cli-base 0.3**  is requested and can be installed;
└─ anaconda-cloud-cli 0.1**  is not installable because it requires
   └─ anaconda-cli-base <0.3.0 , which conflicts with any installable versions previously reported.