unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Sergey Trofimov <sarg@sarg.org.ru>
To: 75088@debbugs.gnu.org
Cc: Sergey Trofimov <sarg@sarg.org.ru>,
	Sergey Trofimov <sarg@sarg.org.ru>,
	Lars-Dominik Braun <lars@6xq.net>, Marius Bakke <marius@gnu.org>,
	Munyoki Kilyungi <me@bonfacemunyoki.com>,
	Sharlatan Hellseher <sharlatanus@gmail.com>,
	Tanguy Le Carrour <tanguy@bioneland.org>,
	jgart <jgart@dismail.de>
Subject: [bug#75088] [PATCH 1/7] gnu: python-babel: Update to 2.16.0.
Date: Wed, 25 Dec 2024 15:00:56 +0100	[thread overview]
Message-ID: <76d8de0b3f80fd05f754a5870ada2724d4accbf6.1735134164.git.sarg@sarg.org.ru> (raw)
In-Reply-To: <cover.1735134163.git.sarg@sarg.org.ru>

* gnu/packages/python-xyz.scm (python-babel): Update to 2.16.0.
---
 gnu/packages/python-xyz.scm | 14 ++++++--------
 1 file changed, 6 insertions(+), 8 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 36e9b38b50..ede99889e5 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -2962,19 +2962,17 @@ (define-public python-clyent
 (define-public python-babel
   (package
     (name "python-babel")
-    (version "2.10.3")
+    (version "2.16.0")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "Babel" version))
        (sha256
         (base32
-         "0l9cvfmsz0hlvcinxaf6xf2f02ldgw3xq9i1fc7lk5zf24vma53n"))))
+         "05p3k0i5h8v4vqsg36s94kwl4nhgfmgwdq1x7wbzw1b6l965bwyi"))))
     (build-system python-build-system)
     (native-inputs
-     (list python-freezegun python-pytest tzdata-for-tests))
-    (propagated-inputs
-     (list python-pytz))
+     (list python-freezegun python-pytest python-pytest-cov tzdata-for-tests))
     (arguments
      `(#:phases (modify-phases %standard-phases
                   (replace 'check
@@ -15823,7 +15821,7 @@ (define-public python-markdown
 (define-public python-markdown2
   (package
     (name "python-markdown2")
-    (version "2.4.13")
+    (version "2.5.2")
     (source
      (origin
        (method git-fetch) ; no tests data in PyPi package
@@ -15832,7 +15830,7 @@ (define-public python-markdown2
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0m1wy8i4xmna5b97dvks8cfjmc1wid8pxmd2h82869d0ajva3r6a"))))
+        (base32 "01ll612yq7kjmj5p2zi9sf4l2wg6rm1ldcr6h0m2d9j180j7ggs8"))))
     (build-system pyproject-build-system)
     (arguments
      (list
@@ -15844,7 +15842,7 @@ (define-public python-markdown2
                 (with-directory-excursion "test"
                   (invoke "python" "testall.py"))))))))
     (native-inputs
-     (list python-pygments))
+     (list python-setuptools python-pygments))
     (home-page "https://github.com/trentm/python-markdown2")
     (synopsis "Fast and complete Python implementation of Markdown")
     (description
-- 
2.46.0





  reply	other threads:[~2024-12-25 14:03 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-12-25 13:45 [bug#75088] [PATCH 0/7] Fix beancount and fava builds Sergey Trofimov
2024-12-25 14:00 ` Sergey Trofimov [this message]
2024-12-25 14:00 ` [bug#75088] [PATCH 2/7] gnu: python-flask-babel: Update to 4.0.0 Sergey Trofimov
2024-12-25 14:00 ` [bug#75088] [PATCH 3/7] gnu: python-markdown2: Fix build Sergey Trofimov
2024-12-25 14:00 ` [bug#75088] [PATCH 4/7] gnu: python-pdfminer-six: Update to 20240706 Sergey Trofimov
2024-12-25 14:01 ` [bug#75088] [PATCH 5/7] gnu: Add python-types-simplejson Sergey Trofimov
2024-12-25 14:01 ` [bug#75088] [PATCH 6/7] gnu: beancount: Fix build Sergey Trofimov
2024-12-25 14:01 ` [bug#75088] [PATCH 7/7] gnu: fava: Update to 1.27 Sergey Trofimov
2024-12-27  9:10 ` bug#75088: [PATCH 0/7] Fix beancount and fava builds Sharlatan Hellseher

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=76d8de0b3f80fd05f754a5870ada2724d4accbf6.1735134164.git.sarg@sarg.org.ru \
    --to=sarg@sarg.org.ru \
    --cc=75088@debbugs.gnu.org \
    --cc=jgart@dismail.de \
    --cc=lars@6xq.net \
    --cc=marius@gnu.org \
    --cc=me@bonfacemunyoki.com \
    --cc=sharlatanus@gmail.com \
    --cc=tanguy@bioneland.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).