Debspawn

Latest version: v0.6.4

Safety actively analyzes 623608 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 3

0.6.5

git tag -s -f -m "Release 0.6.5" v0.6.5 <gpg password>
git push --tags
git push

3. Upload to PyPI:

python setup.py sdist
twine upload dist/*

4. Do post release version bump in `RELEASE` and `debspawn/__init__.py`

5. Commit trivial changes:

git commit -a -m "trivial: post release version bump"
git push

0.6.4

~~~~~~~~~~~~~
Released: 2024-02-20

Bugfixes:
* Ensure nspawn never tries to bindmount /etc/localtime
* Fix Lintian check permission error

0.6.3

~~~~~~~~~~~~~
Released: 2023-12-22

Bugfixes:
* Ensure containers have a dummy /etc/hosts file (Matthias Klumpp)
* Work around nspawn wanting to ensure its user-home exists (Matthias Klumpp)
* dsrun: Use eatmydata a bit more sparingly (Matthias Klumpp)
* Ensure passwd is available in the build environment (Matthias Klumpp)
* Ensure locally injected packages are always preferred (Matthias Klumpp)
* Fix debsign error on source only builds (Maykel Moya)

0.6.2

~~~~~~~~~~~~~
Released: 2023-05-28

Features:
* Support Python 3.11

Bugfixes:
* Allow APT more choices when installing build-deps from partial suites
* Set BaseSuite for image recreation if image has a custom name
* Make APT consider all suites equally for dependency resolution

0.6.1

~~~~~~~~~~~~~
Released: 2023-01-02

Features:
* Make container APT configuration more sbuild-like

Bugfixes:
* docs: Update positional argument info in manual pages
* Use useradd instead of adduser
* Don't force a suite when packages are injected

0.6.0

~~~~~~~~~~~~~
Released: 2022-10-02

Features:
* Allow containers that run a custom command to be booted as well
* Add configuration option to disable package caching
* Add configuration option to set a different bootstrap tool
* Make artifact storage in interactive mode an explicit action

Bugfixes:
* Fix pyproject.toml license/author fields
* Don't use deprecated Lintian argument
* Use tomlkit instead of deprecated toml

Page 1 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.