git: 2acc7ecdae80 - main - databases/py-mongoengine: Update to 0.24.2
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 18 Jul 2022 20:41:01 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=2acc7ecdae803ee9a14edf78224c0e12b7852b63
commit 2acc7ecdae803ee9a14edf78224c0e12b7852b63
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-07-18 20:39:26 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-07-18 20:39:26 +0000
databases/py-mongoengine: Update to 0.24.2
Changes: https://github.com/MongoEngine/mongoengine/releases
---
databases/py-mongoengine/Makefile | 2 +-
databases/py-mongoengine/distinfo | 6 +++---
databases/py-mongoengine/pkg-descr | 1 +
3 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/databases/py-mongoengine/Makefile b/databases/py-mongoengine/Makefile
index 6fc73f9b66c2..18203bce29e8 100644
--- a/databases/py-mongoengine/Makefile
+++ b/databases/py-mongoengine/Makefile
@@ -1,7 +1,7 @@
# Created by: Mirko Zinn <mail@derzinn.de>
PORTNAME= mongoengine
-PORTVERSION= 0.24.1
+PORTVERSION= 0.24.2
CATEGORIES= databases python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/databases/py-mongoengine/distinfo b/databases/py-mongoengine/distinfo
index c0049ae25173..f91347b20198 100644
--- a/databases/py-mongoengine/distinfo
+++ b/databases/py-mongoengine/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1655561200
-SHA256 (mongoengine-0.24.1.tar.gz) = 01baac85f408f5eefb6195c0afeae631e7fc6fab5cb221a7b46646f94227d6da
-SIZE (mongoengine-0.24.1.tar.gz) = 168390
+TIMESTAMP = 1658176314
+SHA256 (mongoengine-0.24.2.tar.gz) = c76d49658575bb995682e2e77c8ef7cda63faf939415b32ee923745d120f8b02
+SIZE (mongoengine-0.24.2.tar.gz) = 168485
diff --git a/databases/py-mongoengine/pkg-descr b/databases/py-mongoengine/pkg-descr
index 625ff632a25e..a573e013afe6 100644
--- a/databases/py-mongoengine/pkg-descr
+++ b/databases/py-mongoengine/pkg-descr
@@ -3,3 +3,4 @@ schemas for documents and query collections using syntax inspired by the
Django ORM.
WWW: http://mongoengine.org/
+WWW: https://github.com/MongoEngine/mongoengine