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

patch libpysal python requirements #585

Merged
merged 2 commits into from
Nov 6, 2023
Merged

Conversation

martinfleis
Copy link
Contributor

@martinfleis martinfleis commented Nov 6, 2023

Checklist

  • Used a static YAML file for the patch if possible (instructions).
  • Only wrote code directly into generate_patch_json.py if absolutely necessary.
  • Ran pre-commit run -a and ensured all files pass the linting checks.
  • Ran python show_diff.py and posted the output as part of the PR.
  • Modifications won't affect packages built in the future.

We forgot to update Python requirements but since we are using newer syntax, the import breaks on older versions.

python show_diff.py             
================================================================================
================================================================================
linux-armv7l
================================================================================
================================================================================
win-32
================================================================================
================================================================================
osx-arm64
================================================================================
================================================================================
linux-ppc64le
================================================================================
================================================================================
linux-aarch64
================================================================================
================================================================================
noarch
noarch::libpysal-4.9.2-pyhd8ed1ab_0.conda
-    "python >=3.8",
+    "python >=3.10",
noarch::python-pptx-0.6.23-pyhd8ed1ab_0.conda
-    "python =2.7|>=3.6",
+    "python ==2.7.*|>=3.6",
================================================================================
================================================================================
win-64
win-64::clang-17.0.4-h3dc180e_0.conda
+  "constrains": [
+    "clang-tools 17.0.4.*",
+    "llvm 17.0.4.*",
+    "llvm-tools 17.0.4.*",
+    "llvmdev 17.0.4.*"
+  ],
win-64::clang-tools-17.0.4-default_heb8d277_0.conda
-    "clangdev 17.0.4"
+    "clang 17.0.4.*",
+    "clangdev 17.0.4",
+    "llvm 17.0.4.*",
+    "llvm-tools 17.0.4.*",
+    "llvmdev 17.0.4.*"
================================================================================
================================================================================
osx-64
================================================================================
================================================================================
linux-64
linux-64::clang-17.0.4-ha0738ec_0.conda
+  "constrains": [
+    "clang-tools 17.0.4.*",
+    "llvm 17.0.4.*",
+    "llvm-tools 17.0.4.*",
+    "llvmdev 17.0.4.*"
+  ],
linux-64::clang-tools-17.0.4-default_h1cdf331_0.conda
-    "clangdev 17.0.4"
+    "clang 17.0.4.*",
+    "clangdev 17.0.4",
+    "llvm 17.0.4.*",
+    "llvm-tools 17.0.4.*",
+    "llvmdev 17.0.4.*"

cc @jGaboardi

@martinfleis martinfleis requested a review from a team as a code owner November 6, 2023 09:28
@conda-forge-webservices
Copy link
Contributor

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.

@xhochy xhochy merged commit 06f1c9e into conda-forge:main Nov 6, 2023
2 checks passed
@martinfleis martinfleis deleted the libpysal492 branch November 6, 2023 20:12
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.

2 participants