GNU bug report logs -
#68027
[PATCH 0/2] Update tzdata.
Previous Next
Reported by: Nicolas Graves <ngraves <at> ngraves.fr>
Date: Mon, 25 Dec 2023 15:22:01 UTC
Severity: normal
Tags: patch
Done: Nicolas Graves <ngraves <at> ngraves.fr>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 68027 in the body.
You can then email your comments to 68027 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#68027
; Package
guix-patches
.
(Mon, 25 Dec 2023 15:22:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Nicolas Graves <ngraves <at> ngraves.fr>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Mon, 25 Dec 2023 15:22:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
This patch series updates tzdata and python-pytz to version of february 2023. This triggers a huge amount of rebuilds, it's for core-updates.
Nicolas Graves (2):
gnu: python-pytz: Update to 2023.2.
gnu: tzdata: Update to 2023b.
gnu/packages/base.scm | 6 +++---
gnu/packages/time.scm | 5 ++---
2 files changed, 5 insertions(+), 6 deletions(-)
--
2.41.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#68027
; Package
guix-patches
.
(Mon, 25 Dec 2023 15:26:02 GMT)
Full text and
rfc822 format available.
Message #8 received at 68027 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/time.scm (python-pytz): Update to 2023.2.
Change-Id: I0df9d7e404720863b16d13618682a63cc928dcba
---
gnu/packages/time.scm | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/time.scm b/gnu/packages/time.scm
index 5c8f65a1e6..09273d73d9 100644
--- a/gnu/packages/time.scm
+++ b/gnu/packages/time.scm
@@ -129,14 +129,13 @@ (define-public python-pytz
(package
(name "python-pytz")
;; This package should be kept in sync with tzdata in (gnu packages base).
- (version "2022.1")
+ (version "2023.2")
(source
(origin
(method url-fetch)
(uri (pypi-uri "pytz" version))
(sha256
- (base32
- "19ya5sh7if819flgmszz585glailhi7rr8frng03n5m8wqphwxhy"))))
+ (base32 "01ws3jqrjzgwmpxcrp9ybf0zq3giamjm0zbgcbgfplh55ihwyzd2"))))
(build-system python-build-system)
(home-page "http://pythonhosted.org/pytz")
(synopsis "Python timezone library")
--
2.41.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#68027
; Package
guix-patches
.
(Mon, 25 Dec 2023 15:26:02 GMT)
Full text and
rfc822 format available.
Message #11 received at 68027 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/base.scm (tzdata): Update to 2023b.
Change-Id: Ic34ed92837a4a6dfa0666bb3c4c23895f7094603
---
gnu/packages/base.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/base.scm b/gnu/packages/base.scm
index ea6fdc3b88..e51c3eaae5 100644
--- a/gnu/packages/base.scm
+++ b/gnu/packages/base.scm
@@ -1553,7 +1553,7 @@ (define-public tzdata
(name "tzdata")
;; This package should be kept in sync with python-pytz in (gnu packages
;; time).
- (version "2022a")
+ (version "2023b")
(source (origin
(method url-fetch)
(uri (string-append
@@ -1561,7 +1561,7 @@ (define-public tzdata
version ".tar.gz"))
(sha256
(base32
- "0r0nhwpk9nyxj5kkvjy58nr5d85568m04dcb69c4y3zmykczyzzg"))))
+ "0v0frv3pp6d2ki5bw5b9bvswkanmdi2j2mx9hzliyqcm9wkgsy4v"))))
(build-system gnu-build-system)
(arguments
(list #:tests? #f
@@ -1629,7 +1629,7 @@ (define-public tzdata
version ".tar.gz"))
(sha256
(base32
- "1iysv8fdkm79k8wh8jizmjmq075q4qjhk090vxjy57my6dz5wmzq")))))
+ "1lhkpv9jqi50srw331v3kg7nl0viqmwxlb4gr18vdp36pbiq4m0i")))))
(home-page "https://www.iana.org/time-zones")
(synopsis "Database of current and historical time zones")
(description "The Time Zone Database (often called tz or zoneinfo)
--
2.41.0
bug closed, send any further explanations to
68027 <at> debbugs.gnu.org and Nicolas Graves <ngraves <at> ngraves.fr>
Request was from
Nicolas Graves <ngraves <at> ngraves.fr>
to
control <at> debbugs.gnu.org
.
(Sun, 15 Sep 2024 08:51:01 GMT)
Full text and
rfc822 format available.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Sun, 13 Oct 2024 11:24:08 GMT)
Full text and
rfc822 format available.
This bug report was last modified 148 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.