Skip to content

Releases: conda/grayskull

0.9.0

22 Oct 13:43
c3c33e7
Compare
Choose a tag to compare
  • Generate recipes from Github repository
  • Added information about how to generate recipe for GitHub repository packages.
  • Add constrain for 3.6 in case it is --strict-conda-forge and it is noarch python
  • Add Python 3.9 as part of python version conda-forge supports
  • Small Improvements
  • Replace slash in test imports by a dot
  • Execute 'split' only if entry_point is a string
  • Added check for scripts in metadata

0.8.5

16 Feb 13:51
0fc0cc7
Compare
Choose a tag to compare

Add fastjsonschema and flair to the configuration file to convert names on pypi to conda-forge

0.8.4

22 Nov 21:59
eebe5d4
Compare
Choose a tag to compare

Invoke the same python when running pip
Constrain rapidfuzz to be less than 0.13.0

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