git: e51c508904f3 - main - www/py-django-tasks: Update to 0.8.1
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 13 Jul 2025 12:42:10 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=e51c508904f3b8c64649a12db9ee05c44fa23bb8
commit e51c508904f3b8c64649a12db9ee05c44fa23bb8
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-07-13 12:36:36 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-07-13 12:39:41 +0000
www/py-django-tasks: Update to 0.8.1
Changes: https://github.com/RealOrangeOne/django-tasks/releases
---
www/py-django-tasks/Makefile | 2 +-
www/py-django-tasks/distinfo | 6 +++---
www/py-django-tasks/files/patch-pyproject.toml | 12 ++++++++++++
3 files changed, 16 insertions(+), 4 deletions(-)
diff --git a/www/py-django-tasks/Makefile b/www/py-django-tasks/Makefile
index 5a194a1e3f02..02b319e56a2d 100644
--- a/www/py-django-tasks/Makefile
+++ b/www/py-django-tasks/Makefile
@@ -1,5 +1,5 @@
PORTNAME= django-tasks
-PORTVERSION= 0.7.0
+PORTVERSION= 0.8.1
CATEGORIES= www python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/www/py-django-tasks/distinfo b/www/py-django-tasks/distinfo
index fb8a55398972..c34abad51956 100644
--- a/www/py-django-tasks/distinfo
+++ b/www/py-django-tasks/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1745936232
-SHA256 (django_tasks-0.7.0.tar.gz) = 499f80d1a051566443cfa88a300d8b03435af7fc5708cad4d8da6d285614f739
-SIZE (django_tasks-0.7.0.tar.gz) = 29581
+TIMESTAMP = 1752266176
+SHA256 (django_tasks-0.8.1.tar.gz) = 32673a9f56108ac1ea4664dc62580e5fc3536dd40858b38fd3b6a099913244b7
+SIZE (django_tasks-0.8.1.tar.gz) = 31407
diff --git a/www/py-django-tasks/files/patch-pyproject.toml b/www/py-django-tasks/files/patch-pyproject.toml
new file mode 100644
index 000000000000..9e8dc4ca9053
--- /dev/null
+++ b/www/py-django-tasks/files/patch-pyproject.toml
@@ -0,0 +1,12 @@
+--- pyproject.toml.orig 2025-07-04 15:51:35 UTC
++++ pyproject.toml
+@@ -12,8 +12,7 @@ readme = "README.md"
+ ]
+ version = "0.8.1"
+ readme = "README.md"
+-license = "BSD-3-Clause"
+-license-files = ["LICENSE"]
++license = {file = "LICENSE"}
+ classifiers = [
+ "Development Status :: 3 - Alpha",
+ "Programming Language :: Python :: 3",