Your message dated Mon, 25 Apr 2016 00:49:19 +0000
with message-id <e1auuif-0002ll...@franck.debian.org>
and subject line Bug#807025: fixed in statsmodels 0.6.1-5
has caused the Debian Bug report #807025,
regarding statsmodels: FTBFS in stretch ('module' object has no attribute
'parse')
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 ow...@bugs.debian.org
immediately.)
--
807025: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=807025
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:statsmodels
Version: 0.6.1-4
User: sanv...@debian.org
Usertags: binary-indep
Severity: important
Dear maintainer:
I tried to build this package with "dpkg-buildpackage -A"
(i.e. only architecture-independent packages), and it failed:
--------------------------------------------------------------------------------
[...]
debian/rules build-indep
dh build-indep --with python2
dh_testdir -i
debian/rules override_dh_auto_configure
make[1]: Entering directory '/<<PKGBUILDDIR>>'
dpkg --compare-versions 0.23.2+git16-ga8fbae1-1+b1 lt 0.19 && { \
echo "I: Using pre-Cython-ed files"; \
find -iname *pyx | while read p; do \
f=$(basename $p); f=${f%%.pyx}; d=$(dirname $p); \
cp -rp debian/cythonized-files/$f.c $d/; done; } || :
dh_auto_configure
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
[... snipped ...]
statsmodels.tsa.tests.test_tsa_tools.test_add_lag_noinsert ... ok
statsmodels.tsa.tests.test_tsa_tools.test_add_lag_noinsert_atend ... ok
statsmodels.tsa.tests.test_tsa_tools.test_add_lag_ndarray ... ok
statsmodels.tsa.tests.test_tsa_tools.test_add_lag_noinsert_ndarray ... ok
statsmodels.tsa.tests.test_tsa_tools.test_add_lag_noinsertatend_ndarray ... ok
statsmodels.tsa.tests.test_tsa_tools.test_add_lag1d ... ok
statsmodels.tsa.tests.test_tsa_tools.test_add_lag1d_drop ... ok
statsmodels.tsa.tests.test_tsa_tools.test_add_lag1d_struct ... ok
statsmodels.tsa.tests.test_tsa_tools.test_add_lag_1d_drop_struct ... ok
statsmodels.tsa.tests.test_tsa_tools.test_add_lag_drop_insert ... ok
statsmodels.tsa.tests.test_tsa_tools.test_add_lag_drop_noinsert ... ok
statsmodels.tsa.tests.test_tsa_tools.test_freq_to_period ... ok
SKIP: X13/X12 not available
======================================================================
ERROR: statsmodels.graphics.tests.test_tsaplots.test_plot_month
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/usr/lib/python2.7/dist-packages/numpy/testing/decorators.py", line
146, in skipper_func
return f(*args, **kwargs)
File
"/<<PKGBUILDDIR>>/debian/python-statsmodels/usr/lib/python2.7/dist-packages/statsmodels/graphics/tests/test_tsaplots.py",
line 39, in test_plot_month
dta.index.values)
File
"/<<PKGBUILDDIR>>/debian/python-statsmodels/usr/lib/python2.7/dist-packages/statsmodels/graphics/tests/test_tsaplots.py",
line 38, in <lambda>
dates = lmap(lambda x : pd.datetools.parse('1 '+' '.join(x)),
AttributeError: 'module' object has no attribute 'parse'
----------------------------------------------------------------------
Ran 3223 tests in 660.249s
FAILED (SKIP=23, errors=1)
Optimization terminated successfully.
Current function value: 0.589409
Iterations 5
debian/rules:101: recipe for target 'python-test2.7' failed
make[1]: *** [python-test2.7] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
debian/rules:29: recipe for target 'binary-indep' failed
make: *** [binary-indep] Error 2
dpkg-buildpackage: error: fakeroot debian/rules binary-indep gave error exit
status 2
--------------------------------------------------------------------------------
Sorry not to have a fix, as I am reporting many bugs similar to
this one. The common hints are:
* If the only architecture-independent packages are dummy transitional
ones and they were released with jessie, the easy fix is to drop them
now.
* When using "dh", it is allowed to use (independently)
optional targets override_dh_foo-arch and override_dh_foo-indep
(for several values of "foo").
Once that both "dpkg-buildpackage -A" and "dpkg-buildpackage -B" work
properly, the package would be suitable to be uploaded in source-only
form if you wish.
Thanks.
--- End Message ---
--- Begin Message ---
Source: statsmodels
Source-Version: 0.6.1-5
We believe that the bug you reported is fixed in the latest version of
statsmodels, 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 807...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Yaroslav Halchenko <deb...@onerussian.com> (supplier of updated statsmodels
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 ftpmas...@ftp-master.debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Sun, 24 Apr 2016 18:55:01 -0400
Source: statsmodels
Binary: python-statsmodels python-statsmodels-lib python-statsmodels-doc
Architecture: source all amd64
Version: 0.6.1-5
Distribution: unstable
Urgency: medium
Maintainer: NeuroDebian Team <t...@neuro.debian.net>
Changed-By: Yaroslav Halchenko <deb...@onerussian.com>
Description:
python-statsmodels - Python module for the estimation of statistical models
python-statsmodels-doc - documentation and examples for statsmodels
python-statsmodels-lib - low-level implementations and bindings for statsmodels
Closes: 659405 752977 807025
Changes:
statsmodels (0.6.1-5) unstable; urgency=medium
.
* Fixes for compatibility with recent numpy and pandas
(Closes: #807025, #659405)
* examples/ were moved out of the module, so now they get manually installed
under /usr/share/doc/python-statsmodels/examples (Closes: #752977)
* debian/control
- policy boosted to 3.9.7
- removed obsolete transitional package python-scikits.statsmodels
* debian/watch
- fixed to use github.com tags directly
Checksums-Sha1:
1ee4d17a94f62b51ceb5f589deee48043d21b43d 2424 statsmodels_0.6.1-5.dsc
8f20b368b881909177b59667dba78bcb1180e106 127448
statsmodels_0.6.1-5.debian.tar.xz
47da8f67b43967f5b4104cdfe2883079ebd6926f 8784846
python-statsmodels-doc_0.6.1-5_all.deb
5162fbeadd2139a3b5442c6a1db5d79e43393f83 116564
python-statsmodels-lib-dbgsym_0.6.1-5_amd64.deb
f195d4bf37a069b065bc71c253874c18ac9c9539 97920
python-statsmodels-lib_0.6.1-5_amd64.deb
a7c4bfbde286abff12c7e8bc970d6716d5bd7f68 2836068
python-statsmodels_0.6.1-5_all.deb
Checksums-Sha256:
f8b81ee8115257cef70e50f0409e018c8131b6899a4d87fd2b4269f11271df8a 2424
statsmodels_0.6.1-5.dsc
759f729db1147aae0c5e4a61fef40c2661c710f06a2baa3ae51d598abfc4444c 127448
statsmodels_0.6.1-5.debian.tar.xz
632c225242240e931860d589a42465c84d99eeb0d1ecc03305aab85b5c25fde6 8784846
python-statsmodels-doc_0.6.1-5_all.deb
9972f246f8acd537b3ecf8d13cb655a59f469b0a2e3eef00186f6b27d2d3df4c 116564
python-statsmodels-lib-dbgsym_0.6.1-5_amd64.deb
5b61010ffb1cfe50daf78ebf826dff5d602673132940e7854b7051d738cddd15 97920
python-statsmodels-lib_0.6.1-5_amd64.deb
6a632bc44a9187127e4da6565ad30b5e61c666589feda6641a03828c0305a276 2836068
python-statsmodels_0.6.1-5_all.deb
Files:
c18820782504715d62c507f666c09943 2424 python extra statsmodels_0.6.1-5.dsc
f902c527ce583567bca5065665f60a8e 127448 python extra
statsmodels_0.6.1-5.debian.tar.xz
39983c4f2a7a1e64d8daed3d32b935f5 8784846 doc extra
python-statsmodels-doc_0.6.1-5_all.deb
a4daedd97de45768db3263840907e0bc 116564 debug extra
python-statsmodels-lib-dbgsym_0.6.1-5_amd64.deb
fc6afdb2d3c4903645e9ef1bdf3d6a87 97920 python extra
python-statsmodels-lib_0.6.1-5_amd64.deb
f82d6b9d9a84c31036d447272aeffb2a 2836068 python extra
python-statsmodels_0.6.1-5_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAEBCAAGBQJXHWe3AAoJEKLeI1Bi2jP6DbMP/2mj3tXzKrgbJv/vjoAp6mXW
bIUA8HJ7NkLioyfBYWQUbaYrXnp8fGBizcUr5NlfWm/3xmh5oxSVsfabebweRFsM
X/4O3tz/p1Vlt1HKqegfoDMIsbg0Kvl2QGUBEI4JUIJHRseHtBEgLm/r1gunkYaE
7O25UCOEZlSbAvpgxnHeozpuNtRQXNuYaBMDDnpCnWM4wrc27oZ1VU0PCeE4RN9F
YblS6M7oo+VTIj9zyln5JccfsFyGtRD08cRWfqcpDWcKQFfkQfmWhpwhn9faP+T/
WkqgtkPYpzR9/k75S5WlTMLUDS88bHmVQTHuSLwIMmipBdU4xy13675NzixPlfGQ
q3HIEzHl9/vd7BGku/sPAYIAoy9jaH/86lSyl291aQLu9qt/Lgj/NFS2VPGBO/6s
j9W/FKaZvl1Y20XvT6ARG85U3tJUaJyUwfr6hgsGeBY34ae81B7iUvHim2xvzBD8
CJszCdtdEeh/LYmb0B2WaeBtbW23AZTVQKdNwD/nmgc6vVRWN9J3y7ajdVl8rP2H
O9awLAkGZ6jWMekUWPQbiNkuN5CpLkQo0YXyrtNrjFySTrG2dk/TIgcpGafKn8iR
DK3soDI8CBNdKvnQ3X/wwByIR29QbeTq8rxeDoSIz+ZRVCjxNigqFdbW7dR/AaNN
puyTTVRVCStJkSSKvhk9
=7zDN
-----END PGP SIGNATURE-----
--- End Message ---