Skip to content

Tags: ytausch/grayskull

Tags

v2.6.0

Toggle v2.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add opencv-python-headless to strategy/config.yaml (conda#530)

v2.5.3

Toggle v2.5.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[pre-commit.ci] pre-commit autoupdate (conda#515)

updates:
- [github.com/psf/black: 23.11.0 → 23.12.1](psf/black@23.11.0...23.12.1)
- [github.com/PyCQA/isort: 5.13.0 → 5.13.2](PyCQA/isort@5.13.0...5.13.2)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>

v2.5.2

Toggle v2.5.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[pre-commit.ci] pre-commit autoupdate (conda#515)

updates:
- [github.com/psf/black: 23.11.0 → 23.12.1](psf/black@23.11.0...23.12.1)
- [github.com/PyCQA/isort: 5.13.0 → 5.13.2](PyCQA/isort@5.13.0...5.13.2)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>

v2.5.1

Toggle v2.5.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix star operator (conda#503)

* Fix when a start operator is in place that can lead to the wrong name clashing with the same package name without a star

v2.5.0

Toggle v2.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Drop Python 3.6 for --strict-conda-forge (conda#498)

* Drop Python 3.6 for --strict-conda-forge

* Freeze supported python for --strict-conda-forge in tests

v2.4.1

Toggle v2.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix when receiving a None object inside of a list for requirements (c…

…onda#490)

* Fix when receivinngn a None object inside of a list for requirements

* Add test for remove_all_inner_nones

v2.4.0

Toggle v2.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
add name extraction from pyproject.toml for github repos (conda#472)

* add name extraction from pyproject.toml for github repos

* Apply suggestions from code review

Co-authored-by: Marcelo Duarte Trevisani <[email protected]>

---------

Co-authored-by: Scott Staniewicz <[email protected]>
Co-authored-by: Scott Staniewicz <[email protected]>

v2.3.1

Toggle v2.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix when poetry does not return version for package (conda#471)

v2.3.0

Toggle v2.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Support Poetry version syntax and optional dependencies (conda#454)

* implement support for Poetry version syntax and optional dependencies

* add semver to environment.yaml

v2.2.2

Toggle v2.2.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix project urls (conda#439)

* Fix project url naming

* Add homepage and source urls from pyproject.toml in case it exists