Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 31 Jan 2026 14:23:04 +0000
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: ccd403b0c619 - main - www/py-django-simple-history: Update to 3.11.0
Message-ID:  <697e1048.31b91.6acfb08@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by sunpoet:

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

commit ccd403b0c619d48076e1603529b6e909f61e6c72
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2026-01-31 13:36:41 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2026-01-31 14:15:37 +0000

    www/py-django-simple-history: Update to 3.11.0
    
    - Update WWW
    
    Changes:        https://github.com/django-commons/django-simple-history/releases
---
 www/py-django-simple-history/Makefile | 16 ++++++++--------
 www/py-django-simple-history/distinfo |  6 +++---
 2 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/www/py-django-simple-history/Makefile b/www/py-django-simple-history/Makefile
index 8978fd32c6f6..d79cbefdd7ce 100644
--- a/www/py-django-simple-history/Makefile
+++ b/www/py-django-simple-history/Makefile
@@ -1,22 +1,22 @@
 PORTNAME=	django-simple-history
-PORTVERSION=	3.5.0
-PORTREVISION=	2
+PORTVERSION=	3.11.0
 CATEGORIES=	www python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+DISTNAME=	django_simple_history-${PORTVERSION}
 
 MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Store model history and view/revert changes from admin site
-WWW=		https://github.com/jazzband/django-simple-history
+WWW=		https://django-simple-history.readthedocs.io/en/stable/ \
+		https://github.com/django-commons/django-simple-history
 
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
-BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}setuptools-scm>=0:devel/py-setuptools-scm@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}asgiref>=3.6:www/py-asgiref@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}django42>=0:www/py-django42@${PY_FLAVOR}
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}hatch-fancy-pypi-readme>=0:devel/py-hatch-fancy-pypi-readme@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}hatch-vcs>=0:devel/py-hatch-vcs@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}hatchling>=0:devel/py-hatchling@${PY_FLAVOR}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}django42>=4.2:www/py-django42@${PY_FLAVOR}
 
 USES=		python
 USE_PYTHON=	autoplist concurrent pep517
diff --git a/www/py-django-simple-history/distinfo b/www/py-django-simple-history/distinfo
index 1a1931cd7f8e..481dbe444264 100644
--- a/www/py-django-simple-history/distinfo
+++ b/www/py-django-simple-history/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1709390738
-SHA256 (django-simple-history-3.5.0.tar.gz) = eef2943d7c846270f11c8136f38a3ba00de2bebd7b1b89037de5d9b148ed677a
-SIZE (django-simple-history-3.5.0.tar.gz) = 569458
+TIMESTAMP = 1768625791
+SHA256 (django_simple_history-3.11.0.tar.gz) = 2c587479cf2c3071e9aa555d0d11b73676994db4910770958f57659ade2deffe
+SIZE (django_simple_history-3.11.0.tar.gz) = 234862


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?697e1048.31b91.6acfb08>