Merge version 0.14.4+dfsg-1+rpi1 and 0.14.6+dfsg-1 to produce 0.14.6+dfsg-1+rpi1 forky-staging archive/raspbian/0.14.6+dfsg-1+rpi1 raspbian/0.14.6+dfsg-1+rpi1
authorRaspbian automatic forward porter <root@raspbian.org>
Thu, 15 Jan 2026 06:29:29 +0000 (06:29 +0000)
committerRaspbian automatic forward porter <root@raspbian.org>
Thu, 15 Jan 2026 06:29:29 +0000 (06:29 +0000)
1  2 
debian/changelog
debian/rules

index ec7b4bf3e35991aeaa829132c3947867fe73523a,870fd9b54d1326eac8df398f1f78866279379512..61ad8924af0f3eb448373daf3c11d8cdf3380c49
@@@ -1,12 -1,27 +1,37 @@@
- statsmodels (0.14.4+dfsg-1+rpi1) trixie-staging; urgency=medium
++statsmodels (0.14.6+dfsg-1+rpi1) forky-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>  Fri, 18 Oct 2024 18:01:16 +0000
++ -- Raspbian forward porter <root@raspbian.org>  Thu, 15 Jan 2026 06:29:28 +0000
++
+ statsmodels (0.14.6+dfsg-1) unstable; urgency=medium
+   * New upstream release.  Refresh patches.
+   * Salsa CI: disable mostly-useless debrebuild.
+  -- Rebecca N. Palmer <rebecca_palmer@zoho.com>  Thu, 18 Dec 2025 07:37:30 +0000
+ statsmodels (0.14.5+dfsg-1) unstable; urgency=medium
+   * New upstream release. (Closes: #1109960) Refresh patches.
+   * Update d/copyright.
+   * Remove obsolete README.source.
+   * Tighten (Build-)Depends versions.
+   * Re-add intersphinx Build-Depends.
+   * Bump Standards-Version to 4.7.2 (no changes needed).
+   * Use pybuild-plugin-pyproject.
+   * Simplify d/rules, list deleted files, use more modern dh style
+     (dh-sequence*, execute_before/after*).
+   * Docs: build-depend on pickleshare for bookmarks,
+     build .py examples from .ipynb with python3 shebang.
+   * Docs reproducibility: strip ipykernel IDs and more times,
+     strip before indexing, fix another random seed.
+  -- Rebecca N. Palmer <rebecca_palmer@zoho.com>  Sun, 10 Aug 2025 14:13:47 +0100
  
  statsmodels (0.14.4+dfsg-1) unstable; urgency=medium
  
diff --cc debian/rules
index 334e1c87adb4f50e95953b4b5c108a2eb31850c9,0d936d0b220471c90a92cd1352702f8ae91d5d24..49b42edba4bf67ca7c14eb7835555b395d7d1ef9
@@@ -30,17 -41,16 +41,16 @@@ execute_before_dh_auto_build
        : # Hardcode backend to Agg to avoid doc build and tests failures
        echo "backend : Agg" >| $(MPLCONFIGDIR)/matplotlibrc
  
- override_dh_auto_build-arch: $(HOME)
-       dh_auto_build
- override_dh_auto_build-indep: $(HOME) override_dh_auto_build-arch
-       : # above dependency is because documentation depends on built package
+ execute_after_dh_auto_build-indep:
        : # I: Generate documentation
        : # Build Documentation -- assure existence of build/html for nodoc
-       : # Reproducibility: stopping the clock (or slowing it down enough to get all 00:00:00) with faketime (near-)hangs in glm_weights.ipynb
+       : # Reproducibility: stopping the clock (or slowing it down enough to get all 00:00:00) with faketime (near-)hangs
+       : # 0.9.0 including notebooks step: in glm_weights.ipynb
+       : # 0.14.5 sphinx-build only: in reading sources, last line output is statsmodels.functional.graphics.hdrboxplot
        mkdir -p build/html
 -ifeq (,$(filter nodoc,$(DEB_BUILD_OPTIONS)))
 +ifeq (docdisabled,$(filter nodoc,$(DEB_BUILD_OPTIONS)))
        python3 debian/datasets/prepopulate_cache.py
+       LC_ALL=C.UTF-8 LANGUAGE=C.UTF-8 python3 tools/export_notebooks_to_python.py
        PYTHONPATH=$(shell pybuild --print build_dir --interpreter python3) \
        BUILDDIR=$(CURDIR)/build \
        STATSMODELS_DATA=$(CURDIR)/build/datacache/ \