Releases: conda/grayskull
0.8.3
Moved grayskull to conda-incubator
Added Github Actions for the tests and also testing on OSX and Windows
Fix 194 - removed empty entry points
Fix version value appearing as unquoted jinja expression
0.8.2
Constrain ruamel.yaml and progressbar2
0.8.1
0.8.0
Added option --strict-conda-forge
, with that enable grayskull will try to generate the recipe to be as close as possible with current conda-forge build.
Fix license discovery on github repositories
0.7.4
Show a better message when the package is missing on PyPI
Add pre-commit hook to sort yaml keys for the pypi configuration file
Add new entries to map different package names on PyPI and conda-forge
Changed CI checkers to run the entire pre-commit in all files and not just the flake8 and plugins
Fix cases where the pypi url was not adding the right filename or right extension to the sdist package
Change grayskull license to Apache-2.0
Fix bare exception to BaseException when handling distutils injection
0.7.3
Add new entry point greyskull
0.7.2
Add LGTM badge
Fix LGTM alerts
Add information about online grayskull
Fix formatting error on README.md
Fix for dependencies which were informed as a sequence of sequences
Fix imports for recipes which do not contain packages and just py_modules
Exclude hidden folders from license discovery
0.7.1
Improvements regarding the output for missing packages
Add python-graphviz to replace graphviz for packages on pypi
Bug fix when the package setup raises an exception which was not covered by Exception
0.7.0
Change colours of the print message
Reduce time to generate recipe
Add feature to show if the packages are available on the channel
Fix when github returns multiple users for the user search
0.6.1
Update pre-commit configuration
Improve home url
Fix when the project does not have setup.py