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

v0.5.2 #12

Merged
merged 3 commits into from
Feb 21, 2025
Merged

v0.5.2 #12

merged 3 commits into from
Feb 21, 2025

Conversation

maresb
Copy link
Contributor

@maresb maresb commented Feb 18, 2025

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.

@maresb maresb requested a review from gorarakelyan as a code owner February 18, 2025 09:25
@maresb
Copy link
Contributor Author

maresb commented Feb 18, 2025

@conda-forge-admin, please rerender

@maresb maresb marked this pull request as draft February 18, 2025 09:25
@conda-forge-admin
Copy link
Contributor

conda-forge-admin commented Feb 18, 2025

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

I wanted to let you know that I linted all conda-recipes in your PR (recipe/meta.yaml) and found some lint.

Here's what I've got...

For recipe/meta.yaml:

This message was generated by GitHub Actions workflow run https://github.com/conda-forge/conda-forge-webservices/actions/runs/13387364151. Examine the logs at this URL for more detail.

@maresb
Copy link
Contributor Author

maresb commented Feb 18, 2025

@conda-forge-admin, please rerender

@conda-forge-admin
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/meta.yaml) and found it was in an excellent condition.

@maresb
Copy link
Contributor Author

maresb commented Feb 18, 2025

There was a problem with the cpython dependency so I removed the pin:

conda_libmamba_solver.conda_build_exceptions.ExplainedDependencyNeedsBuildingError: Unsatisfiable dependencies for platform linux-64: {MatchSpec("rocksdb==6.29.5=h21237cd_0"), MatchSpec("lz4-c[version='>=1.9.3,<1.10.0a0']")}
Encountered problems while solving:
  - package rocksdb-6.29.5-h21237cd_0 requires lz4-c >=1.9.3,<1.10.0a0, but none of the providers can be installed

Could not solve for environment specs
The following packages are incompatible
├─ cython =3.0 * is installable with the potential options
│  ├─ cython [3.0.0a10|3.0.0a11] would require
│  │  └─ python >=3.7,<3.8.0a0 * with the potential options
│  │     ├─ python [3.7.0|3.7.1|...|3.7.9] would require
│  │     │  ├─ pypy3.7 [=7.3.3 *|=7.3.4 *|=7.3.5 *|=7.3.7 *], which requires
│  │     │  │  └─ zlib >=1.2.11,<1.3.0a0 *, which can be installed;
│  │     │  └─ zlib >=1.2.11,<1.3.0a0 *, which can be installed;
│  │     └─ python [3.7.10|3.7.12], which can be installed;
│  ├─ cython [3.0.0a10|3.0.0a11|...|3.0.0rc2] would require
│  │  └─ python_abi =3.10 *_cp310, which can be installed;
│  ├─ cython [3.0.0a11|3.0.0b1|...|3.0.0rc2] would require
│  │  └─ python_abi =3.11 *_cp311, which can be installed;
│  ├─ cython [3.0.0a10|3.0.0a11|...|3.0.0rc2] would require
│  │  └─ python_abi =3.8 *_cp38, which can be installed;
│  ├─ cython [3.0.0a11|3.0.0b1|...|3.0.0rc2] would require
│  │  └─ python_abi ==3.8 *_pypy38_pp73, which can be installed;
│  ├─ cython [3.0.0a10|3.0.0a11|...|3.0.0rc2] would require
│  │  └─ python_abi =3.9 *_cp39, which can be installed;
│  ├─ cython [3.0.0a11|3.0.0b1|...|3.0.0rc2] would require
│  │  └─ python_abi ==3.9 *_pypy39_pp73, which can be installed;
│  ├─ cython [3.0.0a10|3.0.0a11] would require
│  │  └─ pypy3.7 >=7.3.7 *, which can be installed (as previously explained);
│  └─ cython [3.0.0|3.0.1|...|3.0.9] conflicts with any installable versions previously reported;
├─ lz4-c =1.10 * is requested and can be installed;
├─ python =3.12 *_cpython is not installable because there are no viable options
│  ├─ python [3.12.0|3.12.1|...|3.12.9] would require
│  │  └─ python_abi =3.12 *_cp312, which conflicts with any installable versions previously reported;
│  └─ python 3.12.0rc3 would require
│     └─ _python_rc =* *, which does not exist (perhaps a missing channel);
└─ rocksdb =6.29.5 * is not installable because there are no viable options
   ├─ rocksdb 6.29.5 would require
   │  └─ lz4-c >=1.9.3,<1.10.0a0 *, which conflicts with any installable versions previously reported;
   └─ rocksdb 6.29.5 would require
      └─ libzlib >=1.3.1,<2.0a0 * but there are no viable options
         ├─ libzlib 1.3.1 would require
         │  └─ zlib ==1.3.1 *_1, which conflicts with any installable versions previously reported;
         ├─ libzlib 1.3.1 would require
         │  └─ zlib ==1.3.1 *_2, which conflicts with any installable versions previously reported;
         └─ libzlib 1.3.1 would require
            └─ zlib ==1.3.1 *_0, which conflicts with any installable versions previously reported.

@maresb maresb marked this pull request as ready for review February 18, 2025 13:54
@maresb maresb changed the title Attempt v0.5.2 by reference to raw commit SHA v0.5.2 Feb 18, 2025
@maresb
Copy link
Contributor Author

maresb commented Feb 18, 2025

@conda-forge-admin, please rerender

@maresb
Copy link
Contributor Author

maresb commented Feb 19, 2025

@conda-forge-admin, please rerender

@maresb
Copy link
Contributor Author

maresb commented Feb 19, 2025

@conda-forge-admin, please rerender

@maresb
Copy link
Contributor Author

maresb commented Feb 19, 2025

@gorarakelyan, thanks a lot for completing aimhubio/aimrocks#34. Could you please merge this as well?

@maresb maresb mentioned this pull request Feb 21, 2025
5 tasks
@synapticarbors synapticarbors merged commit b2510c9 into conda-forge:main Feb 21, 2025
15 checks passed
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.

3 participants