Skip to content

Releases: conda/grayskull

0.8.3

18 Oct 10:02
f754972
Compare
Choose a tag to compare

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

29 Sep 13:32
a112637
Compare
Choose a tag to compare

Constrain ruamel.yaml and progressbar2

0.8.1

16 Aug 22:41
e6cc66b
Compare
Choose a tag to compare

Bugfix #178 . Fix when the list requirements is just a string in _fix_list_requirements

0.8.0

15 Aug 10:16
a2aff7a
Compare
Choose a tag to compare

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

13 Aug 14:16
f462509
Compare
Choose a tag to compare

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

01 Jul 05:13
13eab13
Compare
Choose a tag to compare

Add new entry point greyskull

0.7.2

29 Jun 13:44
18381c2
Compare
Choose a tag to compare

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

14 Jun 20:42
ec8a663
Compare
Choose a tag to compare

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

06 Jun 19:59
873774b
Compare
Choose a tag to compare

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

03 Jun 05:04
cc56162
Compare
Choose a tag to compare

Update pre-commit configuration
Improve home url
Fix when the project does not have setup.py