Your message dated Mon, 20 Jan 2020 14:15:31 +0000 with message-id <[email protected]> and subject line Bug#948432: fixed in uncertainties 3.1.2-1 has caused the Debian Bug report #948432, regarding uncertainties ftbfs with Python 3.8 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.) -- 948432: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=948432 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: src:uncertainties Version: 3.0.2.github-3 Severity: serious Tags: sid bullseye uncertainties ftbfs with Python 3.8: [...] make[1]: Leaving directory '/<<PKGBUILDDIR>>' dh_auto_test -O--buildsystem=pybuild pybuild --test --test-nose -i python{version} -p "3.8 3.7" I: pybuild base:217: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_uncertainties/build; python3.8 -m nose -v Failure: TypeError ('NoneType' object is not subscriptable) ... ERROR Comparison between function derivatives and numerical derivatives. ... ok Test equality between different formulas. ... ok Test specific numerical examples ... ok Full comparison to a Monte-Carlo calculation. ... ok Operations with the math module ... ok Special cases where derivatives cannot be calculated: ... ok Test special cases of umath_core.pow(). ... ok Checks special cases of umath_core.pow(). ... ok Checks special cases of the umath_core.pow() power operator. ... ok Tests the various means of constructing a constant number with ... /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_uncertainties/build/uncertainties/test_uncertainties.py:259: UserWarning: Obsolete: either use ufloat(nominal_value, std_dev), ufloat(nominal_value, std_dev, tag), or the ufloat_fromstr() function, for string representations. Code can be automatically updated with python -m uncertainties.1to2 -w ProgramDirectory. x2 = ufloat(representation) # Obsolete /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_uncertainties/build/uncertainties/test_uncertainties.py:267: UserWarning: Obsolete: either use ufloat(nominal_value, std_dev), ufloat(nominal_value, std_dev, tag), or the ufloat_fromstr() function, for string representations. Code can be automatically updated with python -m uncertainties.1to2 -w ProgramDirectory. x2 = ufloat(representation, "pi") # Obsolete /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_uncertainties/build/uncertainties/test_uncertainties.py:275: UserWarning: Obsolete: either use ufloat(nominal_value, std_dev), ufloat(nominal_value, std_dev, tag), or the ufloat_fromstr() function, for string representations. Code can be automatically updated with python -m uncertainties.1to2 -w ProgramDirectory. x2 = ufloat(representation, tag="pi") # Obsolete ok Input of numbers with uncertainties as a string ... /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_uncertainties/build/uncertainties/test_uncertainties.py:382: UserWarning: Obsolete: either use ufloat(nominal_value, std_dev), ufloat(nominal_value, std_dev, tag), or the ufloat_fromstr() function, for string representations. Code can be automatically updated with python -m uncertainties.1to2 -w ProgramDirectory. num = ufloat(representation) # Obsolete /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_uncertainties/build/uncertainties/test_uncertainties.py:388: UserWarning: Obsolete: either use ufloat(nominal_value, std_dev), ufloat(nominal_value, std_dev, tag), or the ufloat_fromstr() function, for string representations. Code can be automatically updated with python -m uncertainties.1to2 -w ProgramDirectory. num = ufloat(representation, 'test variable') # Obsolete /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_uncertainties/build/uncertainties/test_uncertainties.py:394: UserWarning: Obsolete: either use ufloat(nominal_value, std_dev), ufloat(nominal_value, std_dev, tag), or the ufloat_fromstr() function, for string representations. Code can be automatically updated with python -m uncertainties.1to2 -w ProgramDirectory. num = ufloat(representation, tag='test variable') # Obsolete ok Pre-calculated derivatives for operations on AffineScalarFunc. ... ok Standard copy module integration ... ok Standard pickle module integration. ... ok Integer division ... ok Test of comparison operators ... ok Boolean logic: __nonzero__, bool. ... ok Tests some obsolete creation of number with uncertainties ... /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_uncertainties/build/uncertainties/test_uncertainties.py:737: UserWarning: Obsolete: instead of set_std_dev(), please use .std_dev = ... Code can be automatically updated with python -m uncertainties.1to2 -w ProgramDirectory. x.set_std_dev.__call__(0.2) # Obsolete /<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_uncertainties/build/uncertainties/test_uncertainties.py:740: UserWarning: Obsolete: the std_dev attribute should not be called anymore: use .std_dev instead of .std_dev(). Code can be automatically updated with python -m uncertainties.1to2 -w ProgramDirectory. assert x_std_dev() == 0.2 # Obsolete call ok Access to data from Variable and AffineScalarFunc objects. ... ok Correlations between variables ... ok Coercion of Variable object to a simple float. ... ok Wrap a function that takes only positional-or-keyword parameters. ... ok Wrap a function that takes only positional-or-keyword and ... ok Wrap a function that takes only positional-or-keyword and ... ok Wrap a function that takes positional-or-keyword, var-positional ... ok Test uncertainty-aware functions obtained through wrapping. ... ok Tests wrap() on functions with keyword arguments. ... ok Uniform access to the standard deviation ... ok Covariance matrix ... ok Checks all cases for the value and derivatives of x**p. ... ok Checks special cases of x**p. ... ok Checks special cases of the built-in pow() power operator. ... ok Test of the calculation of the number of significant digits for ... ok Test the representation of numbers with uncertainty. ... ok Test the formatting of numbers with uncertainty. ... ok Test of the unicode formatting of numbers with uncertainties ... ok Comparison with a Numpy array. ... ok Correlated variables. ... ok Tests the input of correlated value. ... ok ====================================================================== ERROR: Failure: TypeError ('NoneType' object is not subscriptable) ---------------------------------------------------------------------- Traceback (most recent call last): File "/usr/lib/python3/dist-packages/nose/failure.py", line 39, in runTest raise self.exc_val.with_traceback(self.tb) File "/usr/lib/python3/dist-packages/nose/loader.py", line 416, in loadTestsFromName module = self.importer.importFromPath( File "/usr/lib/python3/dist-packages/nose/importer.py", line 47, in importFromPath return self.importFromDir(dir_path, fqname) File "/usr/lib/python3/dist-packages/nose/importer.py", line 94, in importFromDir mod = load_module(part_fqname, fh, filename, desc) File "/usr/lib/python3.8/imp.py", line 244, in load_module return load_package(name, filename) File "/usr/lib/python3.8/imp.py", line 216, in load_package return _load(spec) File "<frozen importlib._bootstrap>", line 702, in _load File "<frozen importlib._bootstrap>", line 671, in _load_unlocked File "<frozen importlib._bootstrap_external>", line 783, in exec_module File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_uncertainties/build/uncertainties/unumpy/__init__.py", line 73, in <module> from .core import * File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.8_uncertainties/build/uncertainties/unumpy/core.py", line 535, in <module> pinv_default = numpy.linalg.pinv.__defaults__[0] # Python 1, 2.6+: TypeError: 'NoneType' object is not subscriptable ---------------------------------------------------------------------- Ran 40 tests in 1.461s FAILED (errors=1)
--- End Message ---
--- Begin Message ---Source: uncertainties Source-Version: 3.1.2-1 We believe that the bug you reported is fixed in the latest version of uncertainties, 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. Federico Ceratto <[email protected]> (supplier of updated uncertainties 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: SHA512 Format: 1.8 Date: Sun, 19 Jan 2020 12:04:05 +0000 Source: uncertainties Binary: python-uncertainties-doc python3-uncertainties Architecture: source all Version: 3.1.2-1 Distribution: unstable Urgency: medium Maintainer: Federico Ceratto <[email protected]> Changed-By: Federico Ceratto <[email protected]> Description: python-uncertainties-doc - Python3 module for calculations with uncertainties: documentation python3-uncertainties - Python3 module for calculations with uncertainties Closes: 942816 946093 948432 Changes: uncertainties (3.1.2-1) unstable; urgency=medium . * New upstream release (Closes: #948432) * Switch Maintainer (Closes: #942816, #946093) Checksums-Sha1: 2ad9eb534aaff3d769a3a41952588f9721ce2556 2191 uncertainties_3.1.2-1.dsc 4f8815e67e1b5fd96c99c2ecdfbb7971a9d9da6a 148499 uncertainties_3.1.2.orig.tar.gz a4eb2848262fde81001494baa870289653e3137f 5476 uncertainties_3.1.2-1.debian.tar.xz 3ecb69df58ef733fdac2906708bc98f3dbcb5d9a 80412 python-uncertainties-doc_3.1.2-1_all.deb a64e3e80ad1fdd8743d02b84a9024e42353f233e 77536 python3-uncertainties_3.1.2-1_all.deb 124fe0b7cf735fba51511b76da0d674966d6dba0 7611 uncertainties_3.1.2-1_amd64.buildinfo Checksums-Sha256: 0f1087afb25971dcb9d8f230273d4edc7ef008c735c95d39b455285d70821d5a 2191 uncertainties_3.1.2-1.dsc 1a0df579d24ed95f6548f316d7635f78bfe67e760d212add842fc96bcf670e38 148499 uncertainties_3.1.2.orig.tar.gz 9aefee4919dd1044385af3a896f7c934f537567a3afc678f019be8c48e513c91 5476 uncertainties_3.1.2-1.debian.tar.xz 9087ff368f4a536483be2779875494a3cca9cba884ae9eb95bba480eb3b68d46 80412 python-uncertainties-doc_3.1.2-1_all.deb fac6c027f3d1b11dddc09ec83e8f7e367b9106abde661428e8844bafc205c1d6 77536 python3-uncertainties_3.1.2-1_all.deb 7f16dfd05438d15c17a436cfa4b0e11beed94884abfa67ff21bec69a2ef4bbef 7611 uncertainties_3.1.2-1_amd64.buildinfo Files: 3a1e64cdffeed8e6923d8124912ad167 2191 python optional uncertainties_3.1.2-1.dsc e79bae0eaa090998aadb4c3d09ca9b3b 148499 python optional uncertainties_3.1.2.orig.tar.gz ba15c60433dc904e86b5db9cb78e08c8 5476 python optional uncertainties_3.1.2-1.debian.tar.xz 3f684af86e697bd206a0a73f5ed1f2e0 80412 doc optional python-uncertainties-doc_3.1.2-1_all.deb 79b8181a62af50ad3b880285147c771c 77536 python optional python3-uncertainties_3.1.2-1_all.deb ab5c4f33515ba5e038ccf7d947f06a56 7611 python optional uncertainties_3.1.2-1_amd64.buildinfo -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEEfKfd+zM5IUCMbyuWbzG8RPUXfaoFAl4koCgACgkQbzG8RPUX faqyyw//Yjs3C1Mcykxd2zDEnIww0yeJ6uLzODbq8klF8f61XWUKseZ5wUI+Zu0D 0iQWqk7rR9PjVTjz7A1VT0/3C/qcXwv8JiltLc9Sy9V41hg12BrxVS5rh0cyJOM6 bp32XokUg2KfpdvAIjjHELhXCVLGq/AXndl10c22dchItxVgSeU2nb//lyi+G1A0 Xj350O1ENPex0stcLLsZPC2xonA/1uZ2GMQozhDf71Swbf+NBlpNrJCZWlYILLQB 7LaLXwif3hyw617iDXq4uNDuwkJ5tk99/YGzUaCsHUkZIwhrICXrLIeVcEHZBoVE j9+Y8HjzDE/GUVsu5x8RvCkRp3VBUaMMVSNCoRM5dffbv5rEGCMbzLIZRul7UTHW AzOcqmERf2HwjDBT+yHE41xL1a7SqFKsfPxtJGRU3CfLb108AtcfT8dDkRlh/jnL upQZY4nhW/mS9KEgMbOP12o+F2UgwdFbWAjl5MRE0B+RNW2PlLtmqzSbXxbhlpTb YcaW1F/QloQjkpYRReN6NWtBhXOPiJ/3f00Jd4kOhRKwDYDsbsOvNn8iX7eOCqjn GQNW3JFYdqWQbwwPPswfVYJ5huevoLzzN3/UdHF5VNzNUTsXfe6fdCuO71vWDTee cj0bCZNrilyLn0mxfvEeFlRE2OJDJE8x3iGAM6lheCgiVRJ6e6o= =R/hh -----END PGP SIGNATURE-----
--- End Message ---
_______________________________________________ Python-modules-team mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/python-modules-team
