conda-forge / cytoolz-feedstock

A conda-smithy repository for cytoolz.
BSD 3-Clause "New" or "Revised" License
0 stars 13 forks source link

Bump version to 0.8.1 #5

Closed eriknw closed 7 years ago

conda-forge-linter commented 7 years 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) and found it was in an excellent condition.

eriknw commented 7 years ago

We'll need to wait until toolz=0.8.1 is available.

Note that we keep the build and run dependency for toolz as loose as possible, which is >=0.8.0. cytoolz only uses toolz for the signature registry to help with introspection; see https://github.com/pytoolz/cytoolz/blob/master/cytoolz/_signatures.py .

We also now make test dependency for toolz explicit and specific: it should match cytoolz.__toolz_version__. cytoolz has a whole suite of "is cytoolz like toolz" tests that are only tested for specific toolz versions.

I don't know if it ever makes sense to have different versions of toolz and cytoolz.__toolz_version__ installed in the same environment, but I also don't know if this is wrong to do. Thoughts?

jakirkham commented 7 years ago

Closing and reopening now that toolz version 0.8.1 is available.

eriknw commented 7 years ago

Aha, so closing and re-opening re-runs CI? Great. I couldn't figure out how to restart AppVeyor--I was about to push dummy commits. Thanks again.

jakirkham commented 7 years ago

Yeah, that's the lazy way of doing it. Should also be possible to restart all the CIs. If you don't have permissions, please let me know.