Skip to content

How to update gradsflow on conda-forge, once a new PyPI version is released? #145

Answered by sugatoray
sugatoray asked this question in Q&A
Discussion options

You must be logged in to vote

Process to raise a PR for conda-forge package update

  • Step-1: Go to: https://github.com/conda-forge/gradsflow-feedstock
  • Step-2: Fork it. Create a new branch (for example: update_v1.2.3 to update some library to it's version 1.2.3).
  • Step-3: Update the recipe/meta.yaml.
    • Update the jinja2 variable: version (same as PyPI)
    • Update the field: sha256 (should be same as PyPI source, <package>.tar.gz file)
    • If changing the version, DON'T UPDATE the build number.
    • If making a change to the recipe, without any version update, increase the build number by 1.
    • Update the dependencies under run-requirements (these are the ones you typically include in setup.py/ requirements.txt).
      • add newer dependen…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@aniketmaurya
Comment options

@sugatoray
Comment options

Answer selected by sugatoray
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
question Further information is requested
2 participants