Merge version 0.13.5+dfsg-7+rpi1 and 0.14.0+dfsg-5 to produce 0.14.0+dfsg-5+rpi1 archive/raspbian/0.14.0+dfsg-5+rpi1 raspbian/0.14.0+dfsg-5+rpi1
authorRaspbian automatic forward porter <root@raspbian.org>
Fri, 17 Nov 2023 01:28:43 +0000 (01:28 +0000)
committerRaspbian automatic forward porter <root@raspbian.org>
Fri, 17 Nov 2023 01:28:43 +0000 (01:28 +0000)
1  2 
debian/changelog
debian/rules

index 0ca0bf1645c206dec1df8c740c9156f59086ea2b,07c6e5f4a6158f49d049ec09c08658edc76c7215..49965a71b3c0027457ec34b81cb0a08632bb3c7b
@@@ -1,12 -1,41 +1,51 @@@
- statsmodels (0.13.5+dfsg-7+rpi1) bookworm-staging; urgency=medium
++statsmodels (0.14.0+dfsg-5+rpi1) trixie-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, 27 Feb 2023 10:44:40 +0000
++ -- Raspbian forward porter <root@raspbian.org>  Fri, 17 Nov 2023 01:28:42 +0000
++
+ statsmodels (0.14.0+dfsg-5) unstable; urgency=medium
+   * Allow building with Cython 3.0 (Closes: LP: #2043284) and cp 9.2.
+   * Docs reproducibility: strip object addresses, fix random seeds.
+  -- Rebecca N. Palmer <rebecca_palmer@zoho.com>  Sat, 11 Nov 2023 20:34:28 +0000
+ statsmodels (0.14.0+dfsg-4) unstable; urgency=medium
+   * clean: remove all generated files. (Closes: #1047280)
+   * Stop build-depending on python3-setuptools-scm-git-archive.
+     (Closes: #1050104)
+  -- Rebecca N. Palmer <rebecca_palmer@zoho.com>  Sat, 19 Aug 2023 21:59:16 +0100
+ statsmodels (0.14.0+dfsg-3) unstable; urgency=medium
+   * Tests: fix bugs in the preceding exclusions.
+  -- Rebecca N. Palmer <rebecca_palmer@zoho.com>  Fri, 04 Aug 2023 18:42:09 +0100
+ statsmodels (0.14.0+dfsg-2) unstable; urgency=medium
+   * Tests: ignore out-of-memory error.
+   * Tests: ignore armel's lack of division-by-0 warnings and
+     corr_nearest_factor non-convergence, but not all the armel tests.
+   * Tests: ignore mips*'s extra multiply-by-NaN warnings.
+   * Tests: ignore i386 probable rounding/instability/overflow issues.
+   * Upload to unstable.
+  -- Rebecca N. Palmer <rebecca_palmer@zoho.com>  Thu, 03 Aug 2023 22:28:34 +0100
+ statsmodels (0.14.0+dfsg-1) experimental; urgency=medium
+   * New upstream release.  Drop/refresh patches, d/copyright.
+   * Upload to experimental, as of unknown compatibility.
+  -- Rebecca N. Palmer <rebecca_palmer@zoho.com>  Sun, 23 Jul 2023 12:01:09 +0100
  
  statsmodels (0.13.5+dfsg-7) unstable; urgency=medium
  
diff --cc debian/rules
index 7baf0a776f6b5f1ac6dd2c1c03c3064aaa7fcf61,26aecc65065b7604d5f2b97d84ff0430ce55e5c0..83920d50399840bc94959db3db6e46070b458e49
@@@ -99,14 -100,13 +100,13 @@@ 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, #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 \
+       for testpath in ../.pybuild/*$${testpy3ver}*/*/statsmodels ; do PYTHONPATH=$${testpath}/.. python3 $(CURDIR)/debian/check_truncated_poisson.py ; \
        PYTHONPATH=$${testpath}/.. python$${testpy3ver} -m pytest -v $${testpath} || TEST_SUCCESS=false ; \
        rm -rf $${testpath}/.pytest_cache ; \
-       done ; done ; [ `dpkg --print-architecture` = armel ] || $${TEST_SUCCESS}
+       done ; done ; $${TEST_SUCCESS}
  endif
  
  ## immediately useable documentation and exemplar scripts/data