| classifiers |
|
|---|---|
| description_content_type | text/x-rst |
| dynamic |
|
| 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. |
| license_file |
|
| maintainer_email | Florian Schulze <[email protected]> |
| metadata_version | 2.4 |
| project_urls |
|
| requires_dist |
|
| requires_python | >=3.7 |
| File | Tox results | History |
|---|---|---|
devpi_common-4.1.1-py3-none-any.whl
|
|
|
devpi_common-4.1.1.tar.gz
|
|
This package contains utility functions used by devpi-server and devpi-client.
See http://doc.devpi.net for more information.
Changelog
4.1.1 (2026-08-09)
No significant changes.
4.1.1 (2026-02-09)
Bug Fixes
Implement missing __hash__ for Version and CompareMixin classes.
Fix py.typed to properly export type information.
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.