unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#68587] [PATCH core-updates 0/2] Update tzdata and python-pytz.
@ 2024-01-19 12:31 Zheng Junjie
  2024-01-19 12:36 ` [bug#68587] [PATCH core-updates 1/2] gnu: tzdata: Update to 2023d Zheng Junjie
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Zheng Junjie @ 2024-01-19 12:31 UTC (permalink / raw)
  To: 68587

Update tzdata and python-pytz

Zheng Junjie (2):
  gnu: tzdata: Update to 2023d.
  gnu: python-pytz: Update to 2023.3.post1.

 gnu/packages/base.scm | 7 ++++---
 gnu/packages/time.scm | 5 +++--
 2 files changed, 7 insertions(+), 5 deletions(-)


base-commit: d42ca92d226419f8eae852f49bf686229d7c1a9c
-- 
2.41.0





^ permalink raw reply	[flat|nested] 4+ messages in thread

* [bug#68587] [PATCH core-updates 1/2] gnu: tzdata: Update to 2023d.
  2024-01-19 12:31 [bug#68587] [PATCH core-updates 0/2] Update tzdata and python-pytz Zheng Junjie
@ 2024-01-19 12:36 ` Zheng Junjie
  2024-01-19 12:36 ` [bug#68587] [PATCH core-updates 2/2] gnu: python-pytz: Update to 2023.3.post1 Zheng Junjie
  2024-01-21 22:54 ` bug#68587: [PATCH core-updates 0/2] Update tzdata and python-pytz Maxim Cournoyer
  2 siblings, 0 replies; 4+ messages in thread
From: Zheng Junjie @ 2024-01-19 12:36 UTC (permalink / raw)
  To: 68587; +Cc: Ludovic Court?s

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset=y, Size: 1832 bytes --]

* gnu/packages/base.scm (tzdata): Update to 2023d.
[inputs]: update tzcode.

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

diff --git a/gnu/packages/base.scm b/gnu/packages/base.scm
index 4fe6651a73..b273925ca7 100644
--- a/gnu/packages/base.scm
+++ b/gnu/packages/base.scm
@@ -23,6 +23,7 @@
 ;;; Copyright © 2022 zamfofex <zamfofex@twdb.moe>
 ;;; Copyright © 2022 John Kehayias <john.kehayias@protonmail.com>
 ;;; Copyright © 2023 Josselin Poiret <dev@jpoiret.xyz>
+;;; Copyright © 2024 Zheng Junjie <873216071@qq.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -1579,7 +1580,7 @@ (define-public tzdata
     (name "tzdata")
     ;; This package should be kept in sync with python-pytz in (gnu packages
     ;; time).
-    (version "2022a")
+    (version "2023d")
     (source (origin
              (method url-fetch)
              (uri (string-append
@@ -1587,7 +1588,7 @@ (define-public tzdata
                    version ".tar.gz"))
              (sha256
               (base32
-               "0r0nhwpk9nyxj5kkvjy58nr5d85568m04dcb69c4y3zmykczyzzg"))))
+               "1wq858ip55ijnlrffnnadq7vw0x93ywxghgfxh68r2qa1fbj3jnv"))))
     (build-system gnu-build-system)
     (arguments
      (list #:tests? #f
@@ -1655,7 +1656,7 @@ (define-public tzdata
                           version ".tar.gz"))
                     (sha256
                      (base32
-                      "1iysv8fdkm79k8wh8jizmjmq075q4qjhk090vxjy57my6dz5wmzq")))))
+                      "07hn7hn2klw4dfyr673ril2nrk18198hbfv25gljsvc833hzk9g9")))))
     (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





^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [bug#68587] [PATCH core-updates 2/2] gnu: python-pytz: Update to 2023.3.post1.
  2024-01-19 12:31 [bug#68587] [PATCH core-updates 0/2] Update tzdata and python-pytz Zheng Junjie
  2024-01-19 12:36 ` [bug#68587] [PATCH core-updates 1/2] gnu: tzdata: Update to 2023d Zheng Junjie
@ 2024-01-19 12:36 ` Zheng Junjie
  2024-01-21 22:54 ` bug#68587: [PATCH core-updates 0/2] Update tzdata and python-pytz Maxim Cournoyer
  2 siblings, 0 replies; 4+ messages in thread
From: Zheng Junjie @ 2024-01-19 12:36 UTC (permalink / raw)
  To: 68587

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset=y, Size: 1291 bytes --]

* gnu/packages/time.scm (python-pytz): Update to 2023.3.post1.

Change-Id: Ia8b4a58127be7acc9a188ae1eaffa61a05842e05
---
 gnu/packages/time.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/time.scm b/gnu/packages/time.scm
index 5c8f65a1e6..db45b398ce 100644
--- a/gnu/packages/time.scm
+++ b/gnu/packages/time.scm
@@ -22,6 +22,7 @@
 ;;; Copyright © 2021 Foo Chuan Wei <chuanwei.foo@hotmail.com>
 ;;; Copyright © 2022 Pradana AUMARS <paumars@courrier.dev>
 ;;; Copyright © 2023 Sharlatan Hellseher <sharlatanus@gmail.com>
+;;; Copyright © 2024 Zheng Junjie <873216071@qq.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -129,14 +130,14 @@ (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.3.post1")
     (source
      (origin
       (method url-fetch)
       (uri (pypi-uri "pytz" version))
       (sha256
        (base32
-        "19ya5sh7if819flgmszz585glailhi7rr8frng03n5m8wqphwxhy"))))
+        "0yrxykwhk18x22lp0hjlj98mgnzrzlclz8kxam5vl7jap6zdskvv"))))
     (build-system python-build-system)
     (home-page "http://pythonhosted.org/pytz")
     (synopsis "Python timezone library")
-- 
2.41.0





^ permalink raw reply related	[flat|nested] 4+ messages in thread

* bug#68587: [PATCH core-updates 0/2] Update tzdata and python-pytz.
  2024-01-19 12:31 [bug#68587] [PATCH core-updates 0/2] Update tzdata and python-pytz Zheng Junjie
  2024-01-19 12:36 ` [bug#68587] [PATCH core-updates 1/2] gnu: tzdata: Update to 2023d Zheng Junjie
  2024-01-19 12:36 ` [bug#68587] [PATCH core-updates 2/2] gnu: python-pytz: Update to 2023.3.post1 Zheng Junjie
@ 2024-01-21 22:54 ` Maxim Cournoyer
  2 siblings, 0 replies; 4+ messages in thread
From: Maxim Cournoyer @ 2024-01-21 22:54 UTC (permalink / raw)
  To: Zheng Junjie; +Cc: 68587-done

Hi,

Zheng Junjie <zhengjunjie@iscas.ac.cn> writes:

> Update tzdata and python-pytz
>
> Zheng Junjie (2):
>   gnu: tzdata: Update to 2023d.
>   gnu: python-pytz: Update to 2023.3.post1.

Applied to core-updates in 887345b591.

-- 
Thanks,
Maxim




^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2024-01-21 22:55 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-19 12:31 [bug#68587] [PATCH core-updates 0/2] Update tzdata and python-pytz Zheng Junjie
2024-01-19 12:36 ` [bug#68587] [PATCH core-updates 1/2] gnu: tzdata: Update to 2023d Zheng Junjie
2024-01-19 12:36 ` [bug#68587] [PATCH core-updates 2/2] gnu: python-pytz: Update to 2023.3.post1 Zheng Junjie
2024-01-21 22:54 ` bug#68587: [PATCH core-updates 0/2] Update tzdata and python-pytz Maxim Cournoyer

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).