GNU bug report logs -
#61544
[PATCH] gnu: python-asttokens: Update to 2.2.1.
Previous Next
Reported by: Nicolas Graves <ngraves <at> ngraves.fr>
Date: Wed, 15 Feb 2023 23:25:01 UTC
Severity: normal
Tags: patch
Done: Vagrant Cascadian <vagrant <at> debian.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your bug report
#61544: [PATCH] gnu: python-asttokens: Update to 2.2.1.
which was filed against the guix-patches package, has been closed.
The explanation is attached below, along with your original report.
If you require more details, please reply to 61544 <at> debbugs.gnu.org.
--
61544: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=61544
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
[Message part 3 (text/plain, inline)]
On 2023-02-16, Nicolas Graves wrote:
> * gnu/packages/python-xyz.scm (python-asttokens): Update to 2.2.1.
> ---
> gnu/packages/python-xyz.scm | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
> index 1af2c1546b..50e42863c6 100644
> --- a/gnu/packages/python-xyz.scm
> +++ b/gnu/packages/python-xyz.scm
> @@ -9446,13 +9446,13 @@ (define-public python-pure-eval
> (define-public python-asttokens
> (package
> (name "python-asttokens")
> - (version "2.0.5")
> + (version "2.2.1")
python-asttokens was updated:
9deb0dc1e7ecac21ca01eeaf27b13406b4bc96e0 gnu: python-asttokens: Update to 2.2.1.
Marking as done.
live well,
vagrant
[signature.asc (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
* gnu/packages/python-xyz.scm (python-asttokens): Update to 2.2.1.
---
gnu/packages/python-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 1af2c1546b..50e42863c6 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -9446,13 +9446,13 @@ (define-public python-pure-eval
(define-public python-asttokens
(package
(name "python-asttokens")
- (version "2.0.5")
+ (version "2.2.1")
(source
(origin
(method url-fetch)
(uri (pypi-uri "asttokens" version))
(sha256
- (base32 "1mglbkikxvnhrk3inbx0v1qzxwd38qjr6l35sn098yicy0ac2m4s"))))
+ (base32 "1wwlpvnrh67z4228841zgpqc46vigslzmbvk2izbfc3g585i28j6"))))
(build-system python-build-system)
(propagated-inputs (list python-six))
(native-inputs (list python-astroid python-pytest python-setuptools-scm))
--
2.39.1
This bug report was last modified 1 year and 266 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.