Your message dated Sat, 01 Jul 2023 07:19:33 +0000
with message-id <[email protected]>
and subject line Bug#1031566: fixed in freecad 0.20.2+dfsg1-6
has caused the Debian Bug report #1031566,
regarding freecad-common: inspect.getargspec is used in gui_snapper.py which is
no longer supported by python >= 3.10
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
1031566: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1031566
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: freecad-common
Version: 0.20.2+dfsg1-4
Severity: normal
Tags: patch
-- System Information:
Debian Release: bookworm/sid
APT prefers testing
APT policy: (500, 'testing')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 6.1.0-3-amd64 (SMP w/4 CPU threads; PREEMPT)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8),
LANGUAGE=de:en_US:en_GB
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled
-- no debconf information
Recognized this error when trying the arch tutorials, I wasn't able to add
doors or windows to the house.
The console has shown the error-message:
AttributeError: module 'inspect' has no attribute 'getargspec'.
--- gui_snapper.py.orig 2023-02-18 19:41:38.699975796 +0100
+++ gui_snapper.py 2023-02-18 19:41:15.843883848 +0100
@@ -1426,7 +1426,7 @@
Gui.Snapper.off()
self.ui.offUi()
if callback:
- if len(inspect.getargspec(callback).args) > 1:
+ if len(inspect.getfullargspec(callback).args) > 1:
obj = None
if self.snapInfo and ("Object" in self.snapInfo) and
self.snapInfo["Object"]:
obj =
App.ActiveDocument.getObject(self.snapInfo["Object"])
@@ -1445,7 +1445,7 @@
Gui.Snapper.off()
self.ui.offUi()
if callback:
- if len(inspect.getargspec(callback).args) > 1:
+ if len(inspect.getfullargspec(callback).args) > 1:
callback(None, None)
else:
callback(None)
--- gui_snapper.py.orig 2023-02-18 19:41:38.699975796 +0100
+++ gui_snapper.py 2023-02-18 19:41:15.843883848 +0100
@@ -1426,7 +1426,7 @@
Gui.Snapper.off()
self.ui.offUi()
if callback:
- if len(inspect.getargspec(callback).args) > 1:
+ if len(inspect.getfullargspec(callback).args) > 1:
obj = None
if self.snapInfo and ("Object" in self.snapInfo) and
self.snapInfo["Object"]:
obj =
App.ActiveDocument.getObject(self.snapInfo["Object"])
@@ -1445,7 +1445,7 @@
Gui.Snapper.off()
self.ui.offUi()
if callback:
- if len(inspect.getargspec(callback).args) > 1:
+ if len(inspect.getfullargspec(callback).args) > 1:
callback(None, None)
else:
callback(None)
--- gui_snapper.py.orig 2023-02-18 19:41:38.699975796 +0100
+++ gui_snapper.py 2023-02-18 19:41:15.843883848 +0100
@@ -1426,7 +1426,7 @@
Gui.Snapper.off()
self.ui.offUi()
if callback:
- if len(inspect.getargspec(callback).args) > 1:
+ if len(inspect.getfullargspec(callback).args) > 1:
obj = None
if self.snapInfo and ("Object" in self.snapInfo) and
self.snapInfo["Object"]:
obj =
App.ActiveDocument.getObject(self.snapInfo["Object"])
@@ -1445,7 +1445,7 @@
Gui.Snapper.off()
self.ui.offUi()
if callback:
- if len(inspect.getargspec(callback).args) > 1:
+ if len(inspect.getfullargspec(callback).args) > 1:
callback(None, None)
else:
callback(None)
--- End Message ---
--- Begin Message ---
Source: freecad
Source-Version: 0.20.2+dfsg1-6
Done: Petter Reinholdtsen <[email protected]>
We believe that the bug you reported is fixed in the latest version of
freecad, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Petter Reinholdtsen <[email protected]> (supplier of updated freecad package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Sat, 01 Jul 2023 08:44:13 +0200
Source: freecad
Architecture: source
Version: 0.20.2+dfsg1-6
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Maintainers
<[email protected]>
Changed-By: Petter Reinholdtsen <[email protected]>
Closes: 1031566
Changes:
freecad (0.20.2+dfsg1-6) unstable; urgency=medium
.
* Team upload.
.
* Removed 1000-fix-occt-7.5.2.patch now applied upstream.
* Sent patches upstream and updated metadata to relect this.
* Removed cruft from metadata of two patches.
* Classified *fix-1017598.patch as Debian specific, in line with
its description.
* Renamed and added patch metadata to *python3.8-syntax.patch.
* Added 1160-python3-interpreter.patch to fix lintian warning
unusual-interpreter.
* Added 0010-arch-tutorial.patch to get arch tutorials working with Python
>= 3.11.
(Closes: #1031566)
Checksums-Sha1:
d10174a6b819561ec888663da804bd12114a4d77 3423 freecad_0.20.2+dfsg1-6.dsc
251bffa047bbb4da30699f3d492214c445170001 32088
freecad_0.20.2+dfsg1-6.debian.tar.xz
dda69f60f41bccde6cf469d1c6edcf92d22bd287 32808
freecad_0.20.2+dfsg1-6_source.buildinfo
Checksums-Sha256:
af66ccbde52e6bc0dc5f8a9ea19fc75e79d2c96fb328af27a4b8671cc4e7dc2e 3423
freecad_0.20.2+dfsg1-6.dsc
8e206bb072cede8071d5d4292ac2db66cc4e5104056c12f33a1615b4debafb3b 32088
freecad_0.20.2+dfsg1-6.debian.tar.xz
0ab6e8c1478db01a551592aaf97d767541554406a1a42bb9cd65804d038f4cbe 32808
freecad_0.20.2+dfsg1-6_source.buildinfo
Files:
96a97e3905953ccc5988202fada42961 3423 science optional
freecad_0.20.2+dfsg1-6.dsc
de2f9949cb602c39e5964daebb92942d 32088 science optional
freecad_0.20.2+dfsg1-6.debian.tar.xz
f704ef544a1ea657688a3a6e9a4cbb6c 32808 science optional
freecad_0.20.2+dfsg1-6_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCAAdFiEERqLf4owIeylOb9kkgSgKoIe6+w4FAmSfzGEACgkQgSgKoIe6
+w6XNhAAiaakLcKsXAphlAiLOnC4cG9NdPTxBwr2mi019z9jdmGV+4T/k3ZBEVfM
mEwiSdogzudTkjg8MRXCCxiBZDuc5MFA0ZZ0E2h47j6HBaHxoartW+m/yI51bY0D
Lj3q8VpubaMMmu9Jo91zrRZFC0xKbnTcXe0Q7vMAvIqA3wfySg0uMEXp4aivE+Pw
s4WhTZlQQDpoV0l1B2vw+Z3tdd+NVW0x22yUl1XEIIZIl8dAdQ/e5W7rMHRw1/bZ
yjtvoNxRb+hXmAwFMIgGQIKn6dS7g7Setq944YRr99byy/3RDezw+RgIlY2heUqr
QIgQg3mZ0iYAI1RI7RkPc3VqCUcWnjUlmu6SJFBdIOib9CUexRbv/pTrITduJT/s
2TV7/X/hSmMjB/2MgDGHO4ETsMG5nOu9mFcSs9aMkUQQlajk79MDxCyL1WoNExYg
poezwMg0dvEvv0buLpDy9aWQiZFk4b25jz6Ml8qlXj0LZscdd3R84c6/1aagvgl/
tpNOOAE/tV25npTnwSCKttXENhLzxPIhKAYIi/eAg/QEYQOs3bcc2qwTEH29CtXi
DAUxMy5bJWm+0Zq305iKUDYHn+JI7QEJ+9AqNe1pbSDAJwXtCY48ZTO9Ea7YV+XX
AjQtceE/t0VgWDKzTziTUfNhSnd8IfsOCCPOOv2CEU/NjcI6EZo=
=PLsQ
-----END PGP SIGNATURE-----
--- End Message ---
--
debian-science-maintainers mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-science-maintainers