GNU bug report logs -
#64378
[PATCH 3/8] gnu: python-uvicorn: Update to 0.22.0.
Previous Next
Reported by: peter <at> polidoro.io
Date: Fri, 30 Jun 2023 20:03:03 UTC
Severity: normal
Tags: moreinfo, patch
Merged with 64375,
64376,
64377,
64379,
64380,
64381,
64382,
64383,
64384
Done: Sharlatan Hellseher <sharlatanus <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Tue, 26 Nov 2024 15:11:23 +0000
with message-id <87r06ym3ms.fsf <at> gmail.com>
and subject line [PATCH 3/8] gnu: python-uvicorn: Update to 0.22.0.
has caused the debbugs.gnu.org bug report #64378,
regarding [PATCH 6/8] gnu: python-tabulate: Update to 0.9.0.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
64378: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=64378
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Peter Polidoro <peter <at> polidoro.io>
* gnu/packages/python-xyz.scm (python-tabulate): Update to 0.9.0.
---
gnu/packages/python-xyz.scm | 22 ++++++++++------------
1 file changed, 10 insertions(+), 12 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 0c5447a500..829e329158 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -18452,19 +18452,17 @@ (define-public python-ply
(define-public python-tabulate
(package
(name "python-tabulate")
- (version "0.8.9")
+ (version "0.9.0")
(source (origin
- (method url-fetch)
- (uri (pypi-uri "tabulate" version))
- (sha256
- (base32
- "19qkdz8xwk5jxa5xn53mnk76qnh4ysm81vzj664jw1b0azr167gb"))))
- (build-system python-build-system)
- (arguments
- ;; FIXME: The pypi release tarball is missing a 'test/common.py'
- ;; and the latest release is not tagged in the upstream repository.
- '(#:tests? #f))
- (home-page "https://bitbucket.org/astanin/python-tabulate")
+ (method url-fetch)
+ (uri (pypi-uri "tabulate" version))
+ (sha256
+ (base32
+ "0g4b0qnbw55igbpxfxzciqvb6w8ncw4gmcgyq0lyavcnylmv3580"))))
+ (build-system pyproject-build-system)
+ (native-inputs (list python-pytest
+ python-setuptools-scm))
+ (home-page "https://github.com/astanin/python-tabulate")
(synopsis "Pretty-print tabular data")
(description
"Tabulate is a library and command-line utility to pretty-print tabular
--
2.40.1
[Message part 3 (message/rfc822, inline)]
[Message part 4 (text/plain, inline)]
Hi,
Thanks for the patch, it was missed out.
Uvicorn was updated 0.23.2->0.32.0 by this commit
72ef08da9d4cd811d59be95bebc0ea8492427587 on master branch.
Closing as not applied.
--
Oleg
[signature.asc (application/pgp-signature, inline)]
This bug report was last modified 175 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.