[PATCH 0/2] Update tzdata.

  • Open
  • quality assurance status badge
Details
One participant
  • Nicolas Graves
Owner
unassigned
Submitted by
Nicolas Graves
Severity
normal
N
N
Nicolas Graves wrote on 25 Dec 2023 16:21
(address . guix-patches@gnu.org)(address . ngraves@ngraves.fr)
20231225152104.17793-1-ngraves@ngraves.fr
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
N
N
Nicolas Graves wrote on 25 Dec 2023 16:25
[PATCH 1/2] gnu: python-pytz: Update to 2023.2.
(address . 68027@debbugs.gnu.org)(address . ngraves@ngraves.fr)
20231225152526.30894-1-ngraves@ngraves.fr
* 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(-)

Toggle diff (23 lines)
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
N
N
Nicolas Graves wrote on 25 Dec 2023 16:25
[PATCH 2/2] gnu: tzdata: Update to 2023b.
(address . 68027@debbugs.gnu.org)(address . ngraves@ngraves.fr)
20231225152526.30894-2-ngraves@ngraves.fr
* gnu/packages/base.scm (tzdata): Update to 2023b.

Change-Id: Ic34ed92837a4a6dfa0666bb3c4c23895f7094603
---
gnu/packages/base.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

Toggle diff (33 lines)
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
?
Your comment

Commenting via the web interface is currently disabled.

To comment on this conversation send an email to 68027@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 68027
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch