Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Dec 2023 15:03:12 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: b9a32eca51fc - main - www/py-django-timezone-field: Update to 6.1.0
Message-ID:  <202312031503.3B3F3Cli055698@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=b9a32eca51fc30eefad8c1abda75e1b4d8f443cf

commit b9a32eca51fc30eefad8c1abda75e1b4d8f443cf
Author:     Kai Knoblich <kai@FreeBSD.org>
AuthorDate: 2023-12-03 15:01:46 +0000
Commit:     Kai Knoblich <kai@FreeBSD.org>
CommitDate: 2023-12-03 15:02:50 +0000

    www/py-django-timezone-field: Update to 6.1.0
    
    * Remove no longer required patch that has been merged by upstream.
    
    Changelog:
    
    https://github.com/mfogel/django-timezone-field/compare/6.0.1...6.1.0
---
 www/py-django-timezone-field/Makefile                    |  2 +-
 www/py-django-timezone-field/distinfo                    |  6 +++---
 .../files/patch-timezone__field_backends_zoneinfo.py     | 16 ----------------
 3 files changed, 4 insertions(+), 20 deletions(-)

diff --git a/www/py-django-timezone-field/Makefile b/www/py-django-timezone-field/Makefile
index a22f6014f907..f11f5fbfa939 100644
--- a/www/py-django-timezone-field/Makefile
+++ b/www/py-django-timezone-field/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	django-timezone-field
-DISTVERSION=	6.0.1
+DISTVERSION=	6.1.0
 CATEGORIES=	www python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
diff --git a/www/py-django-timezone-field/distinfo b/www/py-django-timezone-field/distinfo
index 3a0f44384d78..e869293be2be 100644
--- a/www/py-django-timezone-field/distinfo
+++ b/www/py-django-timezone-field/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1695271112
-SHA256 (django_timezone_field-6.0.1.tar.gz) = 916d0fd924443462f099f02122cc38d6a6e901ea17f1206c343836199df8bc49
-SIZE (django_timezone_field-6.0.1.tar.gz) = 12190
+TIMESTAMP = 1701327029
+SHA256 (django_timezone_field-6.1.0.tar.gz) = d40f7059d7bae4075725d04a9dae601af9fe3c7f0119a69b0e2c6194a782f797
+SIZE (django_timezone_field-6.1.0.tar.gz) = 12430
diff --git a/www/py-django-timezone-field/files/patch-timezone__field_backends_zoneinfo.py b/www/py-django-timezone-field/files/patch-timezone__field_backends_zoneinfo.py
deleted file mode 100644
index e9946f5b270c..000000000000
--- a/www/py-django-timezone-field/files/patch-timezone__field_backends_zoneinfo.py
+++ /dev/null
@@ -1,16 +0,0 @@
-Remove the "Factory" timezone as it causes following error if the system
-zoneinfo data is used:
-
-ValueError: Invalid STD format in b'<Local time zone must be set--use tzsetup>0'
-
---- timezone_field/backends/zoneinfo.py.orig	2023-09-09 10:35:09 UTC
-+++ timezone_field/backends/zoneinfo.py
-@@ -10,6 +10,8 @@ class ZoneInfoBackend(TimeZoneBackend):
-     utc_tzobj = zoneinfo.ZoneInfo("UTC")
-     all_tzstrs = zoneinfo.available_timezones()
-     base_tzstrs = zoneinfo.available_timezones()
-+    all_tzstrs.discard("Factory")
-+    base_tzstrs.discard("Factory")
- 
-     def is_tzobj(self, value):
-         return isinstance(value, zoneinfo.ZoneInfo)



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