dirsearch (0.4.4-2)
[PTS] [DDPO]
COMMITS: VCS has seen 6 commits since the debian/0.4.3-1 tag
- Git: https://salsa.debian.org/pkg-security-team/dirsearch.git
-
- Branch: debian/unstable
- Path: debian/changelog
- Repo size: 229376
- Browser: https://salsa.debian.org/pkg-security-team/dirsearch
- Last scan: 2026-08-14 04:17:03+00
- Error: https://salsa.debian.org/api/v4/projects/pkg-security-team%2Fdirsearch API request failed: 401 Unauthorized at /srv/qa.debian.org/data/vcswatch/vcswatch line 410.
- Next scan: 2026-08-21 18:52:00+00
- Debian changelog in Git:
dirsearch (0.4.4-2) unstable; urgency=medium
* d/patches: Add pyproject.toml for PEP 517 build system.
* d/patches: Fix setup.py to avoid importing lib during PEP 517 build.
* d/rules: Switch to pybuild-plugin-pyproject, auto-generate Depends.
* d/control: Rely on ${python3:Depends} for runtime dependencies.
* d/control: Add pybuild-plugin-pyproject to Build-Depends.
* d/source/options: Ignore .pybuild/ build artifacts.
-- Clay Stan <claystan97@gmail.com> Fri, 26 Jun 2026 01:41:30 -0400
- This branch is 6 commits ahead of tag debian/0.4.3-1
- Git log:
commit c2feb3827ef8243d64a777c9b56fe13e2248747f
Author: Clay Stan <claystan97@gmail.com>
Date: Fri Jun 26 01:43:14 2026 -0400
Switch to PEP 517 build system
Migrate from deprecated setup.py install to pybuild-plugin-pyproject:
- d/patches: Add pyproject.toml for PEP 517 build-system
- d/patches: Fix setup.py to avoid importing lib during isolated build
- d/rules: Use PYBUILD_SYSTEM=pyproject, remove egg-info override
- d/control: Add pybuild-plugin-pyproject to Build-Depends, rely on
${python3:Depends} for automatic runtime dependency detection
- d/source/options: Ignore .pybuild/ build artifacts
This produces .dist-info instead of legacy .egg-info, resolving the
lintian package-installs-legacy-python-egg-info info tag.
commit 7de9cf270709e273d316327ed4326bfdf2f726f4
Author: Clay Stan <claystan97@gmail.com>
Date: Thu Jun 25 23:46:25 2026 -0400
New upstream release 0.4.4
Update packaging for dirsearch 0.4.4:
- d/control: Update runtime and build dependencies for new upstream
features (httpx, mysql, postgresql, requests-toolbelt, etc.)
- d/control: Bump Standards-Version to 4.7.4.1
- d/control: Drop redundant Priority field from source stanza
- d/copyright: Update copyright year to 2026
- d/patches: Refresh change_config_file_path.patch for new upstream code
location (lib/utils/common.py)
- d/patches: Add fix_setup_requirements.patch to fix setup.py importing
removed lib/core/installation.py module
- d/patches: Add fix_upstream_version.patch to correct VERSION still set
to 0.4.3 in the 0.4.4 tarball
- d/patches: Add use_stdlib_csv.patch to use stdlib csv instead of
unpackaged defusedcsv
- d/patches: Drop disable_check_dependencies.patch (options.ini removed
upstream)
- d/rules: Remove legacy egg-info from installed package
- d/clean: Clean __pycache__ and .pyc files
- d/source/options: Extend diff-ignore for pycache and .qwen artifacts
commit 9e155c6cfa28fbeb7c809b7e4861a93deb7e29db
Merge: 76fa951 abf2e54
Author: Clay Stan <claystan97@gmail.com>
Date: Thu Jun 25 22:15:20 2026 -0400
Update upstream source from tag 'upstream/0.4.4'
Update to upstream version '0.4.4'
with Debian dir 984a16831ce94521c3045921bcebaedcac1fc2be
commit abf2e5461c9d9773e0ecfa5d466aba5eda6fba29
Author: Clay Stan <claystan97@gmail.com>
Date: Thu Jun 25 22:15:20 2026 -0400
New upstream version 0.4.4
commit 76fa951ee32b7e7dcbed3839ed0795bd02a63758
Author: Sven Geuer <sge@debian.org>
Date: Mon May 25 21:39:13 2026 +0200
d/watch: Update watch file to version 5 format.
commit 4af3188e7f1da6e5abd90f652897f90ad77d6cdb
Author: Sven Geuer <sge@debian.org>
Date: Mon May 25 21:28:07 2026 +0200
d/gbp.conf: Introduce gbp configuration file.
Rename branch master to debian/unstable at the same time.
Gbp-Dch: Full