Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 31 Dec 2024 16:02:40 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: 64e934aebccf - main - www/py-wagtail-airtable: Update to 1.0.0
Message-ID:  <202412311602.4BVG2eK9093915@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=64e934aebccf52a11e0f13356dd588a4680985a7

commit 64e934aebccf52a11e0f13356dd588a4680985a7
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-12-31 15:51:05 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-12-31 15:51:05 +0000

    www/py-wagtail-airtable: Update to 1.0.0
    
    Changes:        https://github.com/wagtail-nest/wagtail-airtable/releases
---
 www/py-wagtail-airtable/Makefile                   |  7 +++----
 www/py-wagtail-airtable/distinfo                   |  6 +++---
 www/py-wagtail-airtable/files/patch-pyproject.toml | 11 -----------
 3 files changed, 6 insertions(+), 18 deletions(-)

diff --git a/www/py-wagtail-airtable/Makefile b/www/py-wagtail-airtable/Makefile
index 68fee6b53efb..10a07980815a 100644
--- a/www/py-wagtail-airtable/Makefile
+++ b/www/py-wagtail-airtable/Makefile
@@ -1,6 +1,5 @@
 PORTNAME=	wagtail-airtable
-PORTVERSION=	0.7.0
-PORTREVISION=	2
+PORTVERSION=	1.0.0
 CATEGORIES=	www python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -14,9 +13,9 @@ LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}flit-core>=3.2<4:devel/py-flit-core@${PY_FLAVOR}
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}airtable-python-wrapper>=0.13.0:devel/py-airtable-python-wrapper@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}django42>=3.2:www/py-django42@${PY_FLAVOR} \
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}django42>=3.2:www/py-django42@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}djangorestframework>=3.11.0,1:www/py-djangorestframework@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}pyairtable>=2.3<3:devel/py-pyairtable@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}wagtail>=5.2:www/py-wagtail@${PY_FLAVOR}
 
 USES=		python
diff --git a/www/py-wagtail-airtable/distinfo b/www/py-wagtail-airtable/distinfo
index fafe28e302e8..16887698d3f9 100644
--- a/www/py-wagtail-airtable/distinfo
+++ b/www/py-wagtail-airtable/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1708449546
-SHA256 (wagtail_airtable-0.7.0.tar.gz) = a47cd390320943d9ab664e2745d57849cc5a0758cdf2521cb4f69d4246d964d8
-SIZE (wagtail_airtable-0.7.0.tar.gz) = 32399
+TIMESTAMP = 1735227990
+SHA256 (wagtail_airtable-1.0.0.tar.gz) = 10a307ea7802d859c8e6f5f668faa5a38ef69ba06c9f891516fb7ce6d20880f5
+SIZE (wagtail_airtable-1.0.0.tar.gz) = 27518
diff --git a/www/py-wagtail-airtable/files/patch-pyproject.toml b/www/py-wagtail-airtable/files/patch-pyproject.toml
deleted file mode 100644
index 05c11d359c2c..000000000000
--- a/www/py-wagtail-airtable/files/patch-pyproject.toml
+++ /dev/null
@@ -1,11 +0,0 @@
---- pyproject.toml.orig	2024-02-06 17:08:00 UTC
-+++ pyproject.toml
-@@ -33,7 +33,7 @@ dependencies = [
- dependencies = [
-     "Wagtail>=5.2",
-     "Django>=4.2",
--    "airtable-python-wrapper>=0.13.0,<0.14",
-+    "airtable-python-wrapper>=0.13.0",
-     "djangorestframework>=3.11.0"
- ]
- 



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