Skip to content

Commit

Permalink
misc/py-wandb: Update 0.13.10 → 0.13.11
Browse files Browse the repository at this point in the history
Reported by:	portscout
  • Loading branch information
yurivict committed Mar 9, 2023
1 parent 1059984 commit 80e9840
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions misc/py-wandb/Makefile
@@ -1,6 +1,6 @@
PORTNAME= wandb
DISTVERSIONPREFIX= v
DISTVERSION= 0.13.10
DISTVERSION= 0.13.11
CATEGORIES= misc # machine-learning
#MASTER_SITES= PYPI # no tests
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Expand All @@ -16,12 +16,12 @@ PY_DEPENDS= ${PYTHON_PKGNAMEPREFIX}appdirs>=1.4.3:devel/py-appdirs@${PY_FLAVOR}
${PYTHON_PKGNAMEPREFIX}click>=7.0:devel/py-click@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}docker-pycreds>=0.4.0:security/py-docker-pycreds@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}gitpython>=1.0.0:devel/py-gitpython@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pathtools>=0:devel/py-pathtools@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pathtools>0:devel/py-pathtools@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}protobuf>=3.19.0:devel/py-protobuf@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}psutil>=5.0.0:sysutils/py-psutil@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}requests>=2.0.0,<3:www/py-requests@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}sentry-sdk>=1.0.0:devel/py-sentry-sdk@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}setproctitle>=0:devel/py-setproctitle@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}setproctitle>0:devel/py-setproctitle@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}typing-extensions>0:devel/py-typing-extensions@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}yaml>0:devel/py-yaml@${PY_FLAVOR}
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>0:devel/py-setuptools@${PY_FLAVOR} \
Expand All @@ -41,7 +41,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}bokeh>0:www/py-bokeh@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pytest-xdist>0:devel/py-pytest-xdist@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}responses>0:devel/py-responses@${PY_FLAVOR}

USES= python shebangfix
USES= python:3.8+ shebangfix
USE_PYTHON= pep517 concurrent autoplist pytest # tests fail because some test dependencies are missing
USE_GITHUB= yes

Expand Down
6 changes: 3 additions & 3 deletions misc/py-wandb/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1677545761
SHA256 (wandb-wandb-v0.13.10_GH0.tar.gz) = bc8e38f05000675eea06f68216f3afe9cbd2114e591faf37b8acb1e5d4ef9246
SIZE (wandb-wandb-v0.13.10_GH0.tar.gz) = 14958338
TIMESTAMP = 1678344289
SHA256 (wandb-wandb-v0.13.11_GH0.tar.gz) = 0b720a604ec39d029f2f1ade71567d4af736932268d60dfbd3b078592e9c22df
SIZE (wandb-wandb-v0.13.11_GH0.tar.gz) = 14996961

0 comments on commit 80e9840

Please sign in to comment.