GNU bug report logs -
#63007
[PATCH core-updates] gnu: python-aenum: Update to 3.1.12.
Previous Next
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 63007 in the body.
You can then email your comments to 63007 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#63007
; Package
guix-patches
.
(Fri, 21 Apr 2023 21:47:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Kaelyn Takata <kaelyn.alexi <at> protonmail.com>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Fri, 21 Apr 2023 21:47:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/python-xyz.scm (python-aenum): Update to 3.1.12.
[source]: Add snippet to delete Python 2 specific files.
---
gnu/packages/python-xyz.scm | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 10b28f0888..2f5123fa51 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -2407,13 +2407,18 @@ (define-public python-textparser
(define-public python-aenum
(package
(name "python-aenum")
- (version "2.2.4")
+ (version "3.1.12")
(source
(origin
(method url-fetch)
(uri (pypi-uri "aenum" version))
(sha256
- (base32 "0r1812bjm72x73pl7y4yhffr4zbdjgxa08avsy4b3di0pqgqv0l1"))))
+ (base32 "1w1ffkcxgnimi5w8802qk6w2qxz9k8hpvsg6yy2zi08ahs8iqlry"))
+ (modules '((guix build utils)))
+ (snippet
+ ;; Delete the Python 2 specific files which won't compile load
+ ;; in Python 3.
+ '(for-each delete-file (find-files "." "_py2.py$")))))
(build-system python-build-system)
(arguments
`(#:phases (modify-phases %standard-phases
base-commit: 3f7ae420d8a54d4e2ab7f349c40d8930fe9e0771
--
2.39.2
Information forwarded
to
guix-patches <at> gnu.org
:
bug#63007
; Package
guix-patches
.
(Fri, 21 Apr 2023 21:53:01 GMT)
Full text and
rfc822 format available.
Message #8 received at 63007 <at> debbugs.gnu.org (full text, mbox):
Hi,
I just realized this could easily apply to master as well; I marked the patch for core-updates because the current version of python-aenum builds fine on master but has test failures on core-updates. I discovered and wanted to fix the failure there as part of testing my local profile--including a package definition for the OnlyKey CLI, which depends on python-aenum and which seems to work fine with the updated version.
Cheers,
Kaelyn
Reply sent
to
Andreas Enge <andreas <at> enge.fr>
:
You have taken responsibility.
(Sat, 22 Apr 2023 20:30:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Kaelyn Takata <kaelyn.alexi <at> protonmail.com>
:
bug acknowledged by developer.
(Sat, 22 Apr 2023 20:30:02 GMT)
Full text and
rfc822 format available.
Message #13 received at 63007-done <at> debbugs.gnu.org (full text, mbox):
Hello Kaelyn,
thanks for the patch, which I applied to core-updates. It will soon
arrive in master anyway.
Andreas
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Sun, 21 May 2023 11:24:04 GMT)
Full text and
rfc822 format available.
This bug report was last modified 2 years and 24 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.