🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

devpi-common

Package Overview
Dependencies
Maintainers
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

devpi-common

Utilities jointly used by devpi-server, devpi-client and others.

4.1.0
PyPI
Maintainers
2

This package contains utility functions used by devpi-server and devpi-client.

See http://doc.devpi.net for more information.

========= Changelog

.. towncrier release notes start

4.1.0 (2025-05-18)

Other Changes

  • Use __slots__ to reduce memory usage of Version.

4.0.4 (2024-04-20)

Bug Fixes

  • Use filter='data' for extractall call on supported Python versions as additional guard to the existing out of path checks against malicious tar files.

  • Remove custom LegacyVersion and use packaging-legacy instead, which is also used by pypi.org.

4.0.3 (2023-11-23)

Bug Fixes

  • Add is_prerelease and other methods to LegacyVersion to fix get_sorted_versions with stable=True and some other cases.

4.0.2 (2023-10-15)

Bug Fixes

  • Do not mark commands with returncode None from tox 4.x as failed.

4.0.1 (2023-10-15)

Bug Fixes

  • Restore flushing after each written line in new TerminalWriter.

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts