conda-forge / pillow-feedstock

A conda-smithy repository for pillow.
BSD 3-Clause "New" or "Revised" License
2 stars 30 forks source link

Bump #17

Closed ocefpaf closed 8 years ago

ocefpaf commented 8 years ago
3.3.1 (2016-08-18)
------------------

- Fix C90 compilation error for Tcl / Tk rewrite #2033
  [matthew-brett]

- Fix image loading when rotating by 0 deg #2052
  [homm]
conda-forge-linter commented 8 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.

patricksnape commented 8 years ago

Why is conda-inspect commented out? Can't see any build failures?

ocefpaf commented 8 years ago

Why is conda-inspect commented out? Can't see any build failures?

Latest version of conda-build broke inspect. @msarahan was that fixed? I lost track of it.

msarahan commented 8 years ago

Should be fixed in conda build 2,but I don't know what the status is on rolling that out on conda forge.

ocefpaf commented 8 years ago

From another build:

conda-build-2.0.0 | py35_0 260 KB defaults

For bug reporting instructions, please see:
<http://gcc.gnu.org/bugs.html>.
+ conda inspect linkages -n _test mpich
Traceback (most recent call last):
  File "/opt/conda/bin/conda-inspect", line 5, in <module>
    sys.exit(main())
  File "/opt/conda/lib/python3.5/site-packages/conda_build/main_inspect.py", line 172, in main
    default=config.prefix_length,
AttributeError: 'Config' object has no attribute 'prefix_length'
TESTS FAILED: mpich-3.2-2
ocefpaf commented 8 years ago

But...

The following packages will be DOWNGRADED due to dependency conflicts:

    conda-build: 2.0.0-py35_0 defaults --> 1.21.14-py35_0 defaults

Argh!

patricksnape commented 8 years ago

Yeah we had to force a downgrade on the latest conda-build for the time being due to a change of the API that was breaking conda-build-all.