internal/tools/: devpi-common-4.0.4 metadata and description

Simple index

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

classifiers
  • Development Status :: 5 - Production/Stable
  • Environment :: Web Environment
  • Intended Audience :: Developers
  • Intended Audience :: System Administrators
  • License :: OSI Approved :: MIT License
  • Programming Language :: Python :: Implementation :: PyPy
  • Programming Language :: Python :: 3.7
  • Programming Language :: Python :: 3.8
  • Programming Language :: Python :: 3.9
  • Programming Language :: Python :: 3.10
  • Programming Language :: Python :: 3.11
  • Programming Language :: Python :: 3.12
description_content_type text/x-rst
license Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
maintainer_email Florian Schulze <mail@pyfidelity.com>
project_urls
  • repository, https://github.com/devpi/devpi
requires_dist
  • lazy
  • packaging-legacy
  • requests>=2.3.0
requires_python >=3.7
File Tox results History
devpi_common-4.0.4-py3-none-any.whl
Size
16 KB
Type
Python Wheel
Python
3
devpi_common-4.0.4.tar.gz
Size
412 KB
Type
Source

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

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

Changelog

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.