Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Apr 2024 04:09:22 GMT
From:      Kai Knoblich <kai@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 489cf4f786dc - main - www/py-django-radius: Update to 1.5.1
Message-ID:  <202404240409.43O49Mq2023639@gitrepo.freebsd.org>

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

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

commit 489cf4f786dc13c24c0e21eadedacb397aaa6008
Author:     Kai Knoblich <kai@FreeBSD.org>
AuthorDate: 2024-04-24 04:03:36 +0000
Commit:     Kai Knoblich <kai@FreeBSD.org>
CommitDate: 2024-04-24 04:03:36 +0000

    www/py-django-radius: Update to 1.5.1
    
    * Also remove the workaround for setup.py, which is no longer required.
    
    Changelog:
    
    https://github.com/robgolding/django-radius/compare/1.5.0...7e5ce44
---
 www/py-django-radius/Makefile             |  5 ++---
 www/py-django-radius/distinfo             |  6 +++---
 www/py-django-radius/files/patch-setup.py | 11 -----------
 3 files changed, 5 insertions(+), 17 deletions(-)

diff --git a/www/py-django-radius/Makefile b/www/py-django-radius/Makefile
index 41d7cdf0077b..eaa4e80eb595 100644
--- a/www/py-django-radius/Makefile
+++ b/www/py-django-radius/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	django-radius
-DISTVERSION=	1.5.0
+DISTVERSION=	1.5.1
 CATEGORIES=	www net python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -10,8 +10,7 @@ WWW=		https://github.com/robgolding/django-radius
 
 LICENSE=	BSD3CLAUSE
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pyrad>=1.2:net/pyrad@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}future>=0.16.0:devel/py-future@${PY_FLAVOR}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pyrad>=1.2:net/pyrad@${PY_FLAVOR}
 
 USES=		python
 USE_PYTHON=	autoplist concurrent distutils
diff --git a/www/py-django-radius/distinfo b/www/py-django-radius/distinfo
index bc61184fec86..76d4c25477bd 100644
--- a/www/py-django-radius/distinfo
+++ b/www/py-django-radius/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1614808218
-SHA256 (django-radius-1.5.0.tar.gz) = c431aec30f69fd28ebd3ebcdfa561ed4c660de1fac40c4e000f0786efe9272f9
-SIZE (django-radius-1.5.0.tar.gz) = 6914
+TIMESTAMP = 1713782716
+SHA256 (django-radius-1.5.1.tar.gz) = 57c64e618cd233392933274b24ea9d78bcab3df6660c482a4d9ac44ee9206656
+SIZE (django-radius-1.5.1.tar.gz) = 8365
diff --git a/www/py-django-radius/files/patch-setup.py b/www/py-django-radius/files/patch-setup.py
deleted file mode 100644
index 95d0016e65c3..000000000000
--- a/www/py-django-radius/files/patch-setup.py
+++ /dev/null
@@ -1,11 +0,0 @@
-Relax version requirement of devel/py-future
-
---- setup.py.orig	2021-11-04 18:14:51 UTC
-+++ setup.py
-@@ -19,5 +19,5 @@ setup(
-     ],
-     zip_safe=False,
-     packages=find_packages(),
--    install_requires=['pyrad >= 1.2', 'future==0.16.0'],
-+    install_requires=['pyrad >= 1.2', 'future>=0.16.0'],
- )



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