Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Mar 2024 14:14:21 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: bec9f45f93ad - main - www/py-django-simple-history: Update to 3.5.0
Message-ID:  <202403091414.429EELOv018801@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=bec9f45f93ad450eeb2115180793cfd6581f6b4c

commit bec9f45f93ad450eeb2115180793cfd6581f6b4c
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-03-09 13:50:44 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-03-09 14:06:18 +0000

    www/py-django-simple-history: Update to 3.5.0
    
    Changes:        https://github.com/jazzband/django-simple-history/releases
---
 www/py-django-simple-history/Makefile | 5 +++--
 www/py-django-simple-history/distinfo | 6 +++---
 2 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/www/py-django-simple-history/Makefile b/www/py-django-simple-history/Makefile
index f4a08d529dda..12147e225148 100644
--- a/www/py-django-simple-history/Makefile
+++ b/www/py-django-simple-history/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	django-simple-history
-PORTVERSION=	3.4.0
+PORTVERSION=	3.5.0
 CATEGORIES=	www python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -12,7 +12,8 @@ LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools-scm>=0:devel/py-setuptools-scm@${PY_FLAVOR}
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}django32>=0:www/py-django32@${PY_FLAVOR}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}asgiref>=3.6:www/py-asgiref@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}django32>=0:www/py-django32@${PY_FLAVOR}
 
 USES=		python
 USE_PYTHON=	autoplist concurrent distutils
diff --git a/www/py-django-simple-history/distinfo b/www/py-django-simple-history/distinfo
index 60693575300d..1a1931cd7f8e 100644
--- a/www/py-django-simple-history/distinfo
+++ b/www/py-django-simple-history/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1695143377
-SHA256 (django-simple-history-3.4.0.tar.gz) = 19bd1a87e1e2eba34dfd43eab1fcf2da5752221f343232f2372b2121c7e3b97d
-SIZE (django-simple-history-3.4.0.tar.gz) = 566129
+TIMESTAMP = 1709390738
+SHA256 (django-simple-history-3.5.0.tar.gz) = eef2943d7c846270f11c8136f38a3ba00de2bebd7b1b89037de5d9b148ed677a
+SIZE (django-simple-history-3.5.0.tar.gz) = 569458



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202403091414.429EELOv018801>