Releases: conda/grayskull
0.2.3
Bug fix for setup not being executed when a dependency error occurs. Now it will force to execute the setup anyway to recover the metadata
0.2.2
Exclude local modules from requirements
Improvements in the license discovery and matching license type
Add BSD-4-Clause to Grayskull data
0.2.1
Fixed some bugs related to the recipe generation.
Fixed noarch
recipes when we have some specific cases for python_requires
.
The recipe is not generating the lower version for python as 3.6 anymore, it is taking in consideration the value received in the metadata.
Selectors are putting just the "minimum" amount of empty spaces before the #
Fixed corner cases for Apache licenses
Fixed duplicated dependencies appearing in the recipe
0.2.0
Add option --download
which will add to the package folder the sdist package and pypi metadata in a json format.
0.1.9
Add more images to the docs
Fix widget progressbar when generating recipe for multiples projects
Fix automated workflow to deploy on pypi
0.1.8
Fix when the user specifies the version of a package using the CLI
Fix newlines after jinja variables
Add test commands for entry points
0.1.7
CLI improvements
Fix small bugs
Fix bug when the user specified the package version
Infrastructure improvements
0.1.6
Add option to the CLI to be able to add a list of maintainers to the recipe;
Add feature to be able to specify the package version, such as grayskull pypi pytest=5.3.2
Fix github workflow to deploy the package
0.1.5
Fix wheels and sdist packages
0.1.4
Add license data to the package