Core utilities for Python packages
Project description
Core utilities for Python packages
Documentation
Discussion
If you run into bugs, you can file them in our issue tracker.
You can also join #pypa on Freenode to ask questions or get involved.
Changelog
15.1 - 2015-04-13
Fix a logic error that was causing inconsistent answers about whether or not a pre-release was contained within a SpecifierSet or not.
15.0 - 2015-01-02
Add Version().is_postrelease and LegacyVersion().is_postrelease to make it easy to determine if a release is a post release.
Add Version().base_version and LegacyVersion().base_version to make it easy to get the public version without any pre or post release markers.
Support the update to PEP 440 which removed the implied !=V.* when using either >V or <V and which instead special cased the handling of pre-releases, post-releases, and local versions when using >V or <V.
14.5 - 2014-12-17
Normalize release candidates as rc instead of c.
Expose the VERSION_PATTERN constant, a regular expression matching a valid version.
14.4 - 2014-12-15
Ensure that versions are normalized before comparison when used in a specifier with a less than (<) or greater than (>) operator.
14.3 - 2014-11-19
BACKWARDS INCOMPATIBLE Refactor specifier support so that it can sanely handle legacy specifiers as well as PEP 440 specifiers.
BACKWARDS INCOMPATIBLE Move the specifier support out of packaging.version into packaging.specifiers.
14.2 - 2014-09-10
Add prerelease support to Specifier.
Remove the ability to do item in Specifier() and replace it with Specifier().contains(item) in order to allow flags that signal if a prerelease should be accepted or not.
Add a method Specifier().filter() which will take an iterable and returns an iterable with items that do not match the specifier filtered out.
14.1 - 2014-09-08
Allow LegacyVersion and Version to be sorted together.
Add packaging.version.parse() to enable easily parsing a version string as either a Version or a LegacyVersion depending on it’s PEP 440 validity.
14.0 - 2014-09-05
Initial release.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file packaging-15.1.tar.gz
.
File metadata
- Download URL: packaging-15.1.tar.gz
- Upload date:
- Size: 32.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9f4fad6c70b47aee71ba8b2b17a9f610b32abad84be99b7d3d940748bce4b1f0 |
|
MD5 | ed1c813e0ddb562f92db2246fba4df8d |
|
BLAKE2b-256 | c86e3c567f29f0295d7ca0e18c7ee9dfbb761a56750c8f812134fad616c9bd34 |
Provenance
File details
Details for the file packaging-15.1-py2.py3-none-any.whl
.
File metadata
- Download URL: packaging-15.1-py2.py3-none-any.whl
- Upload date:
- Size: 17.8 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b75de8a8149cd205d05eea06990e8af7889719e662823fd5cd4ffce233038e4c |
|
MD5 | 6087ef0bc7cbfcbb912749deea32ad34 |
|
BLAKE2b-256 | 10eb6251a2aed2e8d1399ff89e03a4ab4a829bf6f0d458239af527949c558cd1 |