Merge version 0.12.2-2+rpi1 and 0.13.1+dfsg-5 to produce 0.13.1+dfsg-5+rpi1 archive/raspbian/0.13.1+dfsg-5+rpi1 raspbian/0.13.1+dfsg-5+rpi1
authorRaspbian automatic forward porter <root@raspbian.org>
Fri, 11 Feb 2022 08:34:46 +0000 (08:34 +0000)
committerRaspbian automatic forward porter <root@raspbian.org>
Fri, 11 Feb 2022 08:34:46 +0000 (08:34 +0000)
1  2 
debian/changelog
debian/rules

index a30c54be6359019eb84cfc81ae90e56c2be77892,a0c24d520d5a1b16770f941ead7b30b02a6d0e58..ab674a70f9a3c5a3cc68fb7b85d2107ede6dd026
@@@ -1,12 -1,43 +1,53 @@@
- statsmodels (0.12.2-2+rpi1) bookworm-staging; urgency=medium
++statsmodels (0.13.1+dfsg-5+rpi1) bookworm-staging; urgency=medium
 +
 +  [changes brought forward from 0.10.2-2+rpi1 by Peter Michael Green <plugwash@raspbian.org> at Tue, 04 Feb 2020 00:34:03 +0000]
 +  * Disable testsuite.
 +
 +  [changes introduced in 0.11.1-2+rpi1 by Peter Michael Green]
 +  * Disable documentation build due to timeouts.
 +
-  -- Raspbian forward porter <root@raspbian.org>  Thu, 02 Sep 2021 21:25:26 +0000
++ -- Raspbian forward porter <root@raspbian.org>  Fri, 11 Feb 2022 08:34:45 +0000
++
+ statsmodels (0.13.1+dfsg-5) unstable; urgency=medium
+   * Warn on import and ignore (crashing) tests on armel (see #968210).
+  -- Rebecca N. Palmer <rebecca_palmer@zoho.com>  Sun, 06 Feb 2022 19:08:08 +0000
+ statsmodels (0.13.1+dfsg-4) unstable; urgency=medium
+   * Warn that DynamicFactor may give wrong results on armhf
+     and xfail tests.
+   * Update Lintian overrides.
+   * Fix pyversions call.
+  -- Rebecca N. Palmer <rebecca_palmer@zoho.com>  Sat, 05 Feb 2022 17:46:33 +0000
+ statsmodels (0.13.1+dfsg-3) unstable; urgency=medium
+   * Warn on import and ignore (crashing) tests on mips64el,
+     and not on armel (see #968210).
+   * Remove obsolete rules code and nose test-depends.
+  -- Rebecca N. Palmer <rebecca_palmer@zoho.com>  Fri, 17 Dec 2021 22:32:59 +0000
+ statsmodels (0.13.1+dfsg-2) unstable; urgency=medium
+   * Docs: use *_path and symlinks for local JavaScript,
+     instead of (broken by CORS) sed replacements.
+   * Xfail another possible rounding issue on i386.
+  -- Rebecca N. Palmer <rebecca_palmer@zoho.com>  Mon, 29 Nov 2021 22:05:33 +0000
+ statsmodels (0.13.1+dfsg-1) unstable; urgency=medium
+   * New upstream release.  Drop / refresh patches.
+   * Update watch file.
+   * Update d/copyright, exclude possibly illegal data file.
+   * Xfail some probable rounding issues.  Closes: #997081.
+   * Docs: update MathJax URL replacement.
+  -- Rebecca N. Palmer <rebecca_palmer@zoho.com>  Sun, 28 Nov 2021 16:30:27 +0000
  
  statsmodels (0.12.2-2) unstable; urgency=medium
  
diff --cc debian/rules
index 85c2941fc7a247a08e2768d07eee1806d5822952,22b5b974f63e77188ccd81b3cb27f34b260443a3..be7e6cb1b410bc752eb88b664d5a4fe92c16be48
@@@ -111,9 -99,9 +99,9 @@@ override_dh_install
  # the cd is to be "anywhere but pkgroot" to avoid subprocesses (test_lazy_imports) importing the source tree (current directory is tried before PYTHONPATH), which doesn't work because the built .so files aren't there
  # the inner 'for' (expected to be a single item, cpython3_${testpy3ver}_statsmodels/build) is because globs aren't expanded when setting env vars
  # TEST_SUCCESS is used because the return status of a for-loop is its last item, not the "fail if any of them do" wanted here
- # Tests are ignored (and expected to crash) on armel, #968210
+ # Tests are ignored (and expected to possibly crash) on armel and mips64el, #968210
  override_dh_auto_test:
 -ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
 +ifeq (testsuitedisabled,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
        TEST_SUCCESS=true ; cd tools && for testpy3ver in `py3versions -vs` ; do \
        for testpath in ../.pybuild/*$${testpy3ver}*/*/statsmodels ; do \
        PYTHONPATH=$${testpath}/.. python$${testpy3ver} -m pytest -v $${testpath} || TEST_SUCCESS=false ; \