Merge version 0.13.5+dfsg-1+rpi1 and 0.13.5+dfsg-4 to produce 0.13.5+dfsg-4+rpi1 archive/raspbian/0.13.5+dfsg-4+rpi1 raspbian/0.13.5+dfsg-4+rpi1
authorRaspbian automatic forward porter <root@raspbian.org>
Wed, 18 Jan 2023 16:00:31 +0000 (16:00 +0000)
committerRaspbian automatic forward porter <root@raspbian.org>
Wed, 18 Jan 2023 16:00:31 +0000 (16:00 +0000)
1  2 
debian/changelog
debian/rules

index a3c1391ee3456645beaaee7b7474fcc665ba7fa1,933f584f8db991cc0d7d5091c2d3a4f2e90ccb9e..90984cb5be5cc57fd9e2ea8405cbe57723f69996
@@@ -1,12 -1,25 +1,35 @@@
- statsmodels (0.13.5+dfsg-1+rpi1) bookworm-staging; urgency=medium
++statsmodels (0.13.5+dfsg-4+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>  Mon, 26 Dec 2022 00:01:08 +0000
++ -- Raspbian forward porter <root@raspbian.org>  Wed, 18 Jan 2023 16:00:31 +0000
++
+ statsmodels (0.13.5+dfsg-4) unstable; urgency=medium
+   * Tests: fix missing import.
+  -- Rebecca N. Palmer <rebecca_palmer@zoho.com>  Wed, 11 Jan 2023 23:51:04 +0000
+ statsmodels (0.13.5+dfsg-3) unstable; urgency=medium
+   * Tests: depend on jinja2, reduce random failures,
+     ignore a non-warning on mips*.
+   * Don't try to load intersphinx links from python-numpy-doc,
+     as it no longer exists.
+  -- Rebecca N. Palmer <rebecca_palmer@zoho.com>  Wed, 11 Jan 2023 19:32:55 +0000
+ statsmodels (0.13.5+dfsg-2) unstable; urgency=medium
+   * Don't try to load intersphinx links from python-matplotlib-doc,
+     as it no longer exists.  (Closes: #1027537)
+   * Bump Standards-Version to 4.6.2 (no changes needed).
+  -- Rebecca N. Palmer <rebecca_palmer@zoho.com>  Thu, 05 Jan 2023 20:34:52 +0000
  
  statsmodels (0.13.5+dfsg-1) unstable; urgency=medium
  
diff --cc debian/rules
index 83ff9a13bbbceec5f8b32fdb996cde61bf72faec,8725fda7bf351e4e59c4238b858e7ea62447327c..7baf0a776f6b5f1ac6dd2c1c03c3064aaa7fcf61
@@@ -99,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 possibly crash) on armel and mips64el, #968210
+ # Tests are ignored (and expected to possibly crash) on armel, #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 ; \