sphinx-book-theme (0.1.7-3)
[PTS] [DDPO]
NEW: VCS has unreleased changes: 1.1.3-1 > 0.1.7-3
- Git: https://salsa.debian.org/python-team/packages/sphinx-book-theme.git
-
- Branch: debian/master
- Path: debian/changelog
- Repo size: 651264
- Browser: https://salsa.debian.org/python-team/packages/sphinx-book-theme
- Last scan: 2024-12-09 10:40:07+00
- Next scan: 2024-12-15 23:39:00+00
- CI pipeline status: success
- Debian changelog in Git:
sphinx-book-theme (1.1.3-1) unstable; urgency=medium
[ Alexandre Detiste ]
* Adopt package inside DPT (Closes: #1065025)
* New upstream version 1.1.3 (Closes: #1085947)
* Remove obsolete patch
* Set Rules-Requires-Root: no
* Use dh-sequence-python3
* WIP - Replaced python3-setuptools with pybuild-plugin-pyproject
[ Josenilson Ferreira da Silva ]
* debian/clean:
- Removed build artifacts
* debian/control:
- Added Build-depends to tests
- Added Build-depends for build sphinx documentation
- Bumped Standards-Version to 4.7.0
- Changed testsuite autopkgtest-pkg from python to pybuild
- Fixed name uploaders
* debian/copyright:
- Files removed from the project by upstream
* debian/patches:
001.changed-backend-build.patch:
- Replaced backend with setuptools
002.fixed-import-tests.patch:
- Fixed module path
003.remove-modules-ablog.patch:
- Removed "ablog" by "pelican"
004.docs-use-local-intersphinx.patch:
- Added path local intersphinx pydata-sphnix-theme
- Use local intersphinx
005.changed-htlm-theme.patch:
- Replaced "sphinx_book_theme" with "sphinx_rtd_theme"
006.added-file-required-to-build-sphinx-documentation.patch:
- Added file required to build sphinx-docs
007.fix-error-reprotest.patch:
- Changed sphinx-doc directives and roles for reprotest fix
* debian/intersphinx:
- Added file pydata_sphinx_theme.objects.inv
* debian/rules:
- Added download remote intersphinx inventories
- Defined 'MPLCONFIGDIR' to ensure reproducibility
- Enabled test execution
- Removed inconsistent indexes in searchindex.js 'terms' key
- Removed unwanted file '.gitignore'
- Tweaks to build sphinx documentation
* debian/python-sphinx-book-theme-doc:
- Added files 'docs' and 'doc-base' for sphinx docs configuration
* debian/python3-sphinx-book-theme.docs:
- Replaced by python-sphinx-book-theme-doc.docs
* debian/tests:
- Replaced by autopkgtests-pybuild in debian/control
* debian/source/include-binaries:
- Added file pydata_sphinx_theme.objects.inv
[ Colin Watson ]
* Build theme using webpack.
-- Josenilson Ferreira da Silva <nilsonfsilva@hotmail.com> Mon, 18 Nov 2024 01:52:04 -0300
- This branch is 36 commits ahead of tag debian/0.1.7-3
- Git log:
commit 905cc7bc3b1ffeb2f69f96bb3ecaa0918e2d0fd4
Author: Colin Watson <cjwatson@debian.org>
Date: Mon Nov 25 13:43:55 2024 +0000
Remove .gitignore from binary package
commit 72a202dd490662d72e8a3f4472d75a0e647c373c
Merge: 3a9ac64 6a5cad6
Author: Josenilson Ferreira da SIlva <nilsonfsilva@hotmail.com>
Date: Mon Nov 25 11:57:00 2024 +0000
Merge branch 'webpack' into 'debian/master'
Build theme using webpack
See merge request python-team/packages/sphinx-book-theme!1
commit 6a5cad6efe4627929309a9160715a0840f526704
Author: Colin Watson <cjwatson@debian.org>
Date: Mon Nov 25 11:11:24 2024 +0000
Build theme using webpack
We need to include the actual theme in the binary package in order for
it to be usable. Upstream uses sphinx-theme-builder for this, which is
a pain in a Debian package because it really wants to download node
dependencies. However, we can simulate most of what it does using only
packaged dependencies.
commit 3a9ac64fd81877718fdc93943d80900ce3a5d93e
Author: Josenilson Ferreira da Silva <nilsonfsilva@hotmail.com>
Date: Sat Nov 23 12:31:49 2024 -0300
Added intersphinx patch to connect to related documentation packages
commit 4fbd0d184a4d9a6100c9946dd7048a822d02125d
Author: Josenilson Ferreira da Silva <nilsonfsilva@hotmail.com>
Date: Sat Nov 23 12:27:56 2024 -0300
debian/patches/004.docs-use-local-intersphinx.patch:
- Added path local intersphinx pydata-sphnix-theme
commit be1f2254bef7140373bcedea5e0a981a3fa0dd7f
Author: Josenilson Ferreira da Silva <nilsonfsilva@hotmail.com>
Date: Sat Nov 23 09:59:32 2024 -0300
Defined 'MPLCONFIGDIR' to ensure reproducibility
commit 66e05558a4eee21d662e4e766cceedd9f33e1f3a
Author: Josenilson Ferreira da Silva <nilsonfsilva@hotmail.com>
Date: Fri Nov 22 23:43:05 2024 -0300
fixed error reprotest
commit a056ff2f6e2a20890cef0f39d7a55917139c50e1
Author: Josenilson Ferreira da Silva <nilsonfsilva@hotmail.com>
Date: Fri Nov 22 23:26:38 2024 -0300
debian/patches/007.fix-error-reprotest.patch:
- Changed sphinx-doc directives and roles for reprotest fix.
commit 47cb18ae97b753a171ff945c98bd08c5427d46f4
Author: Josenilson Ferreira da Silva <nilsonfsilva@hotmail.com>
Date: Fri Nov 22 23:15:44 2024 -0300
debian/rules: Removed inconsistent indexes in searchindex.js 'terms' key
commit 21cd59023316690a369f6616f7327753a0bbf2af
Author: Colin Watson <cjwatson@debian.org>
Date: Tue Nov 19 22:18:35 2024 +0100
Fix changelog typos
commit 9a2136062180bb1abdd78220995f145cbff9617c
Author: Josenilson Ferreira da Silva <nilsonfsilva@hotmail.com>
Date: Mon Nov 18 02:27:04 2024 -0300
Package update
commit dc4df0595b5f609f7cdefc35cbd9469dd15c9543
Author: Josenilson Ferreira da Silva <nilsonfsilva@hotmail.com>
Date: Mon Nov 18 01:50:01 2024 -0300
debian/patches/006.added-file-required-to-build-sphinx-documentation.patch:
- Added file required to build sphinx-docs
commit 0f1911f1fc8f1528115171e4fb002229d1284e46
Author: Josenilson Ferreira da Silva <nilsonfsilva@hotmail.com>
Date: Mon Nov 18 01:05:51 2024 -0300
debian/patches/005.changed-htlm-theme.patch
- Replaced "sphinx_book_theme" with "sphinx_rtd_theme"
commit 641dfee5d0afdcbe610f5165ddc42a948735eff4
Author: Josenilson Ferreira da Silva <nilsonfsilva@hotmail.com>
Date: Mon Nov 18 01:02:01 2024 -0300
debian/patches/004.docs-use-local-intersphinx.patch:
- Use local intersphinx
commit 3d0b1d5f0e83245d3c108cbf90a84c69a91178bb
Author: Josenilson Ferreira da Silva <nilsonfsilva@hotmail.com>
Date: Mon Nov 18 01:00:25 2024 -0300
debian/python3-sphinx-book-theme.docs:
- Replaced by python-sphinx-book-theme-doc.docs
commit fb769abbc0a0147697f9df60d459aec89f6a7287
Author: Josenilson Ferreira da Silva <nilsonfsilva@hotmail.com>
Date: Sun Nov 17 23:53:12 2024 -0300
debian/patches/003.remove-modules-ablog.patch: Removed "ablog" by "pelican"
commit 9ccdaf94872954de7cb908636374d716bdfff7d4
Author: Josenilson Ferreira da Silva <nilsonfsilva@hotmail.com>
Date: Sun Nov 17 23:38:44 2024 -0300
debian/python-sphinx-book-theme-doc:
- Added files for sphinx docs configuration
commit f05df0feb8004e0bc0f43b3cb3f980864162aafe
Author: Josenilson Ferreira da Silva <nilsonfsilva@hotmail.com>
Date: Sun Nov 17 23:36:07 2024 -0300
debian/rules: Tweaks to build sphinx documentation
commit 73c929b07c4355182b8a39d856e954ecebf11d7c
Author: Josenilson Ferreira da Silva <nilsonfsilva@hotmail.com>
Date: Sun Nov 17 23:34:09 2024 -0300
debian/control: Added Build-depends for build sphinx documentation
commit 7f5af8300f11049081165112258b86eaac69c17e
Author: Josenilson Ferreira da Silva <nilsonfsilva@hotmail.com>
Date: Sun Nov 17 23:30:21 2024 -0300
debian/clean: Removed build artifacts
commit 8356a3f837706ee34d1fb0bcd9e62fba4d18d79c
Author: Josenilson Ferreira da Silva <nilsonfsilva@hotmail.com>
Date: Sun Nov 17 00:47:10 2024 -0300
debian/rules: Removed unwanted file '.gitignore'
commit 36a13598e0d83201c03342520e378c0194cd6ed6
Author: Josenilson Ferreira da Silva <nilsonfsilva@hotmail.com>
Date: Sun Nov 17 00:44:11 2024 -0300
debian/control: Fixed name uploaders
commit 3aa6ae9ed56925f1680a6396e1e7bd1ced524315
Author: Josenilson Ferreira da Silva <nilsonfsilva@hotmail.com>
Date: Sun Nov 17 00:40:34 2024 -0300
debian/patches/002.fixed-import-tests.patch: Fixed module path
commit b7cbcee7828346143450d9291acf12f791bf4d24
Author: Josenilson Ferreira da Silva <nilsonfsilva@hotmail.com>
Date: Sun Nov 17 00:37:37 2024 -0300
debian/patches/001.changed-backend-build.patch: Replaced backend with setuptools
commit e34c7f3e45f51f8298acf8ded6dccd909931c419
Author: Josenilson Ferreira da Silva <nilsonfsilva@hotmail.com>
Date: Sun Nov 17 00:27:56 2024 -0300
debian/tests: Replaced by autopkgtests-pybuild in debian/control
commit ac1b4db561d570bf8dc16cc05337acc96eaa5c7e
Author: Josenilson Ferreira da Silva <nilsonfsilva@hotmail.com>
Date: Sun Nov 17 00:25:15 2024 -0300
debian/control: Bumped Standards-Version to 4.7.0
commit f3f2513b7111d46d3f057f40057f9d88d6fe13ef
Author: Josenilson Ferreira da Silva <nilsonfsilva@hotmail.com>
Date: Sun Nov 17 00:22:53 2024 -0300
debian/control: Changed testsuite autopkgtest-pkg from python to pybuild
commit b4c9cc12e63ef21fb0a8523547a29892c0d2a9c0
Author: Josenilson Ferreira da Silva <nilsonfsilva@hotmail.com>
Date: Sun Nov 17 00:19:57 2024 -0300
debian/copyrigth: Files removed from the project by upstream
commit a20dc34abd0fda2afdb71c4d3bf3ce6f859592b0
Author: Josenilson Ferreira da Silva <nilsonfsilva@hotmail.com>
Date: Sun Nov 17 00:11:44 2024 -0300
debian/rules: Enabled test execution
commit adc710e800fd306278c0fe2067bd4de64dc6a02c
Author: Josenilson Ferreira da Silva <nilsonfsilva@hotmail.com>
Date: Sun Nov 17 00:10:07 2024 -0300
debian/control: Added Build-depends to tests
commit ea7b2924e5542a2d96e226168c559684cf742f5c
Author: Alexandre Detiste <tchet@debian.org>
Date: Mon Nov 11 10:13:38 2024 +0100
WIP
commit f3ced90e36fcabc87f84d4d3316ac70bbadf541e
Author: Alexandre Detiste <tchet@debian.org>
Date: Mon Nov 11 09:41:58 2024 +0100
release
commit c9f6e6a23e58585d7cde64b6cc6f8abd0df70092
Author: Alexandre Detiste <tchet@debian.org>
Date: Mon Nov 11 09:39:50 2024 +0100
remove obsolete patch
commit 43fb8f2593a06219769ac04510b551a25c26fa18
Merge: 24adac4 fa3ac26
Author: Alexandre Detiste <tchet@debian.org>
Date: Mon Nov 11 09:38:59 2024 +0100
Update upstream source from tag 'upstream/1.1.3'
Update to upstream version '1.1.3'
with Debian dir 29dd7072d553fda5c58931630aa329009d4011b3
commit fa3ac2631cbf2593413c12f6cf5b00b230d71640
Author: Alexandre Detiste <tchet@debian.org>
Date: Mon Nov 11 09:38:58 2024 +0100
New upstream version 1.1.3
commit 24adac4e3b3aef4637ae3bcea207e844019ca041
Author: Alexandre Detiste <tchet@debian.org>
Date: Mon Nov 11 09:36:42 2024 +0100
adopt package (Closes: #1065025)
set Rules-Requires-Root: no
use dh-sequence-python3