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

add run_constrained for requests #287

Merged
merged 3 commits into from Jun 29, 2022
Merged

add run_constrained for requests #287

merged 3 commits into from Jun 29, 2022

Conversation

ngam
Copy link
Contributor

@ngam ngam commented Jun 28, 2022

See:
conda-forge/requests-feedstock#53
conda-forge/requests-feedstock#54
conda-forge/requests-feedstock#55
conda-forge/requests-feedstock#56

Copying:
@ocefpaf
@teake
@corneliusroemer

First: revert conda-forge/admin-requests#452; here's a PR: conda-forge/admin-requests#454

Checklist

  • Used a personal fork of the feedstock to propose changes
  • Bumped the build number (if the version is unchanged)
  • Reset the build number to 0 (if the version changed)
  • Re-rendered with the latest conda-smithy (Use the phrase @conda-forge-admin, please rerender in a comment in this PR for automated rerendering)
  • Ensured the license file is being packaged.

@ngam ngam requested a review from a team as a code owner June 28, 2022 20:51
@conda-forge-linter
Copy link

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) and found it was in an excellent condition.

@ngam
Copy link
Contributor Author

ngam commented Jun 29, 2022

Unfortunately, this didn't catch the broken build... maybe it wasn't moved back in time.

noarch::requests-2.26.0-pyhd8ed1ab_0.tar.bz2
-  "version": "2.26.0"
+  "version": "2.26.0",
+  "constrains": [
+    "chardet >=3.0.2,<5"
+  ]
noarch::requests-2.26.0-pyhd8ed1ab_1.tar.bz2
-  "version": "2.26.0"
+  "version": "2.26.0",
+  "constrains": [
+    "chardet >=3.0.2,<5"
+  ]
noarch::requests-2.27.0-pyhd8ed1ab_0.tar.bz2
-  "version": "2.27.0"
+  "version": "2.27.0",
+  "constrains": [
+    "chardet >=3.0.2,<5"
+  ]
noarch::requests-2.27.1-pyhd8ed1ab_0.tar.bz2
-  "version": "2.27.1"
+  "version": "2.27.1",
+  "constrains": [
+    "chardet >=3.0.2,<5"
+  ]

@ngam
Copy link
Contributor Author

ngam commented Jun 29, 2022

False alarm, we're all good:

Encountered problems while solving:
  - package requests-2.28.0-pyhd8ed1ab_0 has constraint chardet >=3.0.2,<5 conflicting with chardet-5.0.0-py310hbe9552e_0

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.

None yet

3 participants