From: Raspbian automatic forward porter Date: Thu, 15 Jan 2026 06:29:29 +0000 (+0000) Subject: Merge version 0.14.4+dfsg-1+rpi1 and 0.14.6+dfsg-1 to produce 0.14.6+dfsg-1+rpi1 X-Git-Tag: archive/raspbian/0.14.6+dfsg-1+rpi1^0 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=b46397e5ab186259812dd73e4e26dc6d2e32c9ee;p=statsmodels.git Merge version 0.14.4+dfsg-1+rpi1 and 0.14.6+dfsg-1 to produce 0.14.6+dfsg-1+rpi1 --- b46397e5ab186259812dd73e4e26dc6d2e32c9ee diff --cc debian/changelog index ec7b4bf,870fd9b..61ad892 --- a/debian/changelog +++ b/debian/changelog @@@ -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 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 Fri, 18 Oct 2024 18:01:16 +0000 ++ -- Raspbian forward porter 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 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 Sun, 10 Aug 2025 14:13:47 +0100 statsmodels (0.14.4+dfsg-1) unstable; urgency=medium diff --cc debian/rules index 334e1c8,0d936d0..49b42ed --- a/debian/rules +++ b/debian/rules @@@ -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/ \