GNU bug report logs -
#56015
[PATCH] gnu: python-bottle: Update to 0.12.21.
Previous Next
Reported by: jgart <jgart <at> dismail.de>
Date: Thu, 16 Jun 2022 06:35:02 UTC
Severity: normal
Tags: patch
Done: Christopher Baines <mail <at> cbaines.net>
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 Thu, 23 Jun 2022 13:11:12 +0100
with message-id <87wnd7lguk.fsf <at> cbaines.net>
and subject line Re: [bug#56015] [PATCH] gnu: python-bottle: Update to 0.12.21.
has caused the debbugs.gnu.org bug report #56015,
regarding [PATCH] gnu: python-bottle: Update to 0.12.21.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
56015: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=56015
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
* gnu/packages/python-web.scm (python-bottle): Update to 0.12.21.
---
gnu/packages/python-web.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 30c461f247..9bf67c8286 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -4196,13 +4196,13 @@ (define-public python-werkzeug-1.0
(define-public python-bottle
(package
(name "python-bottle")
- (version "0.12.19")
+ (version "0.12.21")
(source
(origin
(method url-fetch)
(uri (pypi-uri "bottle" version))
(sha256
- (base32 "0b6s50vc4iad97b6bb3xnyrgajb3nj6n6jbr5p54a4vapky3zmx9"))))
+ (base32 "0zl8sy4dhafyxqpavy7pjz0qzpakmhgh2qr6pwlw5f82rjv62z3q"))))
(build-system python-build-system)
(home-page "https://bottlepy.org/")
(synopsis "WSGI framework for small web-applications")
--
2.36.1
[Message part 3 (message/rfc822, inline)]
[Message part 4 (text/plain, inline)]
jgart via Guix-patches via <guix-patches <at> gnu.org> writes:
> * gnu/packages/python-web.scm (python-bottle): Update to 0.12.21.
> ---
> gnu/packages/python-web.scm | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
> index 30c461f247..9bf67c8286 100644
> --- a/gnu/packages/python-web.scm
> +++ b/gnu/packages/python-web.scm
> @@ -4196,13 +4196,13 @@ (define-public python-werkzeug-1.0
> (define-public python-bottle
> (package
> (name "python-bottle")
> - (version "0.12.19")
> + (version "0.12.21")
> (source
> (origin
> (method url-fetch)
> (uri (pypi-uri "bottle" version))
> (sha256
> - (base32 "0b6s50vc4iad97b6bb3xnyrgajb3nj6n6jbr5p54a4vapky3zmx9"))))
> + (base32 "0zl8sy4dhafyxqpavy7pjz0qzpakmhgh2qr6pwlw5f82rjv62z3q"))))
> (build-system python-build-system)
> (home-page "https://bottlepy.org/")
> (synopsis "WSGI framework for small web-applications")
Thanks, I've pushed this as 8e2ff622ed7e493a644ebcff62299d2ed1c4e806.
[signature.asc (application/pgp-signature, inline)]
This bug report was last modified 2 years and 334 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.