Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Jan 2024 06:14:45 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: f7d09c16271b - main - www/py-django-solo: Update to 2.2.0
Message-ID:  <202401160614.40G6EjMn010492@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=f7d09c16271b887220f0a58e10f7cc432dbb1ad7

commit f7d09c16271b887220f0a58e10f7cc432dbb1ad7
Author:     Kai Knoblich <kai@FreeBSD.org>
AuthorDate: 2024-01-16 06:13:28 +0000
Commit:     Kai Knoblich <kai@FreeBSD.org>
CommitDate: 2024-01-16 06:13:28 +0000

    www/py-django-solo: Update to 2.2.0
    
    * Switch back to PyPI as the sdist is available there.  GH was used as
      a temporary solution in a16febdfdb0c to get some fixes for Django 2.2.
    
    Changelog since 2.0.0:
    
    https://github.com/lazybird/django-solo/blob/2.2.0/CHANGES
    
    PR:             276328
    Approved by:    Ivan Rozhuk (maintainer)
---
 www/py-django-solo/Makefile | 8 +++-----
 www/py-django-solo/distinfo | 6 +++---
 2 files changed, 6 insertions(+), 8 deletions(-)

diff --git a/www/py-django-solo/Makefile b/www/py-django-solo/Makefile
index 606ac16ec952..f6bbeaa858ed 100644
--- a/www/py-django-solo/Makefile
+++ b/www/py-django-solo/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	django-solo
-DISTVERSION=	2.0.0
-PORTREVISION=	1
+DISTVERSION=	2.2.0
 CATEGORIES=	www python
+MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
 MAINTAINER=	rozhuk.im@gmail.com
@@ -11,11 +11,9 @@ WWW=		https://github.com/lazybird/django-solo
 LICENSE=	CC-BY-3.0
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}django32>=1.6:www/py-django32@${PY_FLAVOR}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}django32>=3.2:www/py-django32@${PY_FLAVOR}
 
 USES=		python
-USE_GITHUB=	yes
-GH_ACCOUNT=	lazybird
 USE_PYTHON=	autoplist distutils
 
 NO_ARCH=	yes
diff --git a/www/py-django-solo/distinfo b/www/py-django-solo/distinfo
index e3ef2c453184..6ac642af5417 100644
--- a/www/py-django-solo/distinfo
+++ b/www/py-django-solo/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1641916923
-SHA256 (lazybird-django-solo-2.0.0_GH0.tar.gz) = dc11a05ed3f4723de7afa320c3656b7a85a5df557aeae3f62ec3fccf7c84d6b5
-SIZE (lazybird-django-solo-2.0.0_GH0.tar.gz) = 109074
+TIMESTAMP = 1705243364
+SHA256 (django-solo-2.2.0.tar.gz) = 056a280816097b144c24129125b6d98a568e8e48c30402a16ce324ce2eb61237
+SIZE (django-solo-2.2.0.tar.gz) = 12443



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