conda-forge / wandb-feedstock

A conda-smithy repository for wandb.
BSD 3-Clause "New" or "Revised" License
2 stars 14 forks source link

Bump to 0.12.6 #47

Closed hadim closed 2 years ago

hadim commented 2 years ago

Also add myself as a maintainer.

conda-forge-linter commented 2 years ago

Hi! This is the friendly automated conda-forge-linting service.

I wanted to let you know that I linted all conda-recipes in your PR (recipe) and found some lint.

Here's what I've got...

For recipe:

hadim commented 2 years ago

Close #46

conda-forge-linter commented 2 years ago

Hi! This is the friendly automated conda-forge-linting service.

I wanted to let you know that I linted all conda-recipes in your PR (recipe) and found some lint.

Here's what I've got...

For recipe:

conda-forge-linter commented 2 years ago

Hi! This is the friendly automated conda-forge-linting service.

I wanted to let you know that I linted all conda-recipes in your PR (recipe) and found some lint.

Here's what I've got...

For recipe:

conda-forge-linter commented 2 years ago

Hi! This is the friendly automated conda-forge-linting service.

I just wanted to let you know that I linted all conda-recipes in your PR (recipe) and found it was in an excellent condition.

hadim commented 2 years ago

@conda-forge-admin please rerender

hadim commented 2 years ago

@rluria14 @conda-forge/wandb can you review please?

conda-forge-linter commented 2 years ago

Hi! This is the friendly automated conda-forge-linting service.

I wanted to let you know that I linted all conda-recipes in your PR (recipe) and found some lint.

Here's what I've got...

For recipe:

conda-forge-linter commented 2 years ago

Hi! This is the friendly automated conda-forge-linting service.

I just wanted to let you know that I linted all conda-recipes in your PR (recipe) and found it was in an excellent condition.

hadim commented 2 years ago

ping @conda-forge/help-python

hadim commented 2 years ago

@oblute Any chance you could review please?

hadim commented 2 years ago

LGTM

vanpelt commented 2 years ago

@mariusvniekerk I'm one of the founders of wandb. We would love to find a way to update this feedstock whenever we cut new releases to pypi. Would that be something you would be open to?

mariusvniekerk commented 2 years ago

@vanpelt you can add yourself as a maintainer to this feedstock. That way when the conda-forge bot makes a pull request you will have the ability to merge those changes in yourself. Generally the bot is pretty quick and should make the pull request if a new release come out somewhere between 2 and 8 hours after you cut a release.

github-actions[bot] commented 2 years ago

Hi! This is the friendly conda-forge automerge bot!

I considered the following status checks when analyzing this PR:

Thus the PR was passing and merged! Have a great day!

andrewtruong commented 2 years ago

Hi, just curious why your meta.yaml looks so different from the default one generated by conda skeleton? Namely requirements.host and test.

Here is what I got when I ran conda skeleton

{% set name = "wandb" %}
{% set version = "0.12.7" %}

package:
  name: "{{ name|lower }}"
  version: "{{ version }}"

source:
  url: "https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz"
  sha256: d1c2a6cd3fc57b5a75ff18d4bb69f088d0bd1d0ad22c98005a37e037c85442c7

build:
  number: 0
  entry_points:
    - wandb=wandb.cli.cli:cli
    - wb=wandb.cli.cli:cli
  script: "{{ PYTHON }} -m pip install . -vv"

requirements:
  host:
    - click >=7.0,!=8.0.0
    - configparser >=3.8.1
    - docker-pycreds >=0.4.0
    - gitpython >=1.0.0
    - pathtools
    - pip
    - promise >=2.0,<3
    - protobuf >=3.12.0
    - psutil >=5.0.0
    - python
    - python-dateutil >=2.6.1
    - pyyaml
    - requests >=2.0.0,<3
    - sentry-sdk >=1.0.0
    - shortuuid >=0.5.0
    - six >=1.13.0
    - subprocess32 >=3.5.3
    - yaspin >=1.0.0
  run:
    - click >=7.0,!=8.0.0
    - configparser >=3.8.1
    - docker-pycreds >=0.4.0
    - gitpython >=1.0.0
    - pathtools
    - promise >=2.0,<3
    - protobuf >=3.12.0
    - psutil >=5.0.0
    - python
    - python-dateutil >=2.6.1
    - pyyaml
    - requests >=2.0.0,<3
    - sentry-sdk >=1.0.0
    - shortuuid >=0.5.0
    - six >=1.13.0
    - subprocess32 >=3.5.3
    - yaspin >=1.0.0

test:
  imports:
    - wandb
  commands:
    - wandb --help
    - wb --help
  requires:
    - mock >=2.0.0
    - tox-pyenv >=1.0.3

about:
  home: "https://github.com/wandb/client"
  license: MIT
  license_family: MIT
  license_file: 
  summary: "A CLI and library for interacting with the Weights and Biases API."
  doc_url: 
  dev_url: 

extra:
  recipe-maintainers:
    - your-github-id-here