Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
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.0.4
  • PyPI
  • Socket score

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.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.

4.0.0 (2023-10-11)

Deprecations and Removals

  • Removed HTMLPage class originally vendored from pip.

  • Dropped support for Python <= 3.6.

Features

  • Add chdir context handler in devpi_common.contextlib. Starting with Python 3.11 the original from contextlib is used.

  • Hide username from URL representation.

  • Added stripped down TerminalWriter from py library which only supports coloring.

Bug Fixes

  • Fix #939: custom legacy version parsing (non PEP 440) after packaging >= 22.0 removed support.

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc