diff options
author | miwi <miwi@FreeBSD.org> | 2019-01-30 00:33:57 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2019-01-30 00:33:57 +0800 |
commit | 7d61c53db89db95b225da053d29078b20b1132a1 (patch) | |
tree | 366b6c3225f9ba6b063820fc3bc25cea1c66dbec /www | |
parent | 81018c445ae6f923bb69ff5266993591130b5d43 (diff) | |
download | freebsd-ports-gnome-7d61c53db89db95b225da053d29078b20b1132a1.tar.gz freebsd-ports-gnome-7d61c53db89db95b225da053d29078b20b1132a1.tar.zst freebsd-ports-gnome-7d61c53db89db95b225da053d29078b20b1132a1.zip |
- Update to 1.11.1
Changes by upstream:
- https://github.com/axnsan12/drf-yasg/blob/1.11.1/docs/changelog.rst
PR: 234616
Submitted by: maintainer
Sponsored by: iXsystems Inc.
Diffstat (limited to 'www')
-rw-r--r-- | www/py-drf-yasg/Makefile | 8 | ||||
-rw-r--r-- | www/py-drf-yasg/distinfo | 6 |
2 files changed, 5 insertions, 9 deletions
diff --git a/www/py-drf-yasg/Makefile b/www/py-drf-yasg/Makefile index 3547519e3d00..1156f7ebc8f1 100644 --- a/www/py-drf-yasg/Makefile +++ b/www/py-drf-yasg/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= drf-yasg -DISTVERSION= 1.9.2 +DISTVERSION= 1.11.1 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,7 +12,7 @@ COMMENT= Yet Another Swagger Generator LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.rst -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=1.15.6:devel/py-setuptools_scm@${PY_FLAVOR} +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=3.0.6:devel/py-setuptools_scm@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django111>=1.11.7:www/py-django111@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}djangorestframework>=3.7.7:www/py-djangorestframework@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}coreapi>=2.3.3:devel/py-coreapi@${PY_FLAVOR} \ @@ -31,8 +31,4 @@ USE_PYTHON= distutils autoplist NO_ARCH= yes -post-patch: - # Unpin fixed versioning for py-setuptools_scm - @${REINPLACE_CMD} -e 's|==|>=|' ${WRKSRC}/requirements/setup.txt - .include <bsd.port.mk> diff --git a/www/py-drf-yasg/distinfo b/www/py-drf-yasg/distinfo index dd951ec7c9c7..db821f6bb94c 100644 --- a/www/py-drf-yasg/distinfo +++ b/www/py-drf-yasg/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1533813068 -SHA256 (drf-yasg-1.9.2.tar.gz) = e54f85b6719a0f1548f1db97372a8e1f9fd2e6f9707f540cced97af022953bce -SIZE (drf-yasg-1.9.2.tar.gz) = 831814 +TIMESTAMP = 1546606600 +SHA256 (drf-yasg-1.11.1.tar.gz) = 9ee2072fb84ec60d951fa105e6926cf16e332973ba20ab2e3962fd9445cfd102 +SIZE (drf-yasg-1.11.1.tar.gz) = 1249643 |