1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82
|
Metadata-Version: 1.1
Name: devpi-common
Version: 3.2.2
Summary: utilities jointly used by devpi-server and devpi-client
Home-page: https://github.com/devpi/devpi
Author: Holger Krekel
Author-email: holger@merlinux.eu
License: UNKNOWN
Description:
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
3.2.2 (2018-04-11)
==================
Other Changes
-------------
- fix deprecation warning from pkg_resources.
3.2.1 (2018-01-18)
==================
Bug Fixes
---------
- fix issue496: PyPy 5.10 wheel upload failed because the version in the
filename is longer again, the check for it is now removed, because it's
pointless.
3.2.0 (2017-11-23)
==================
No significant changes.
3.2.0rc1 (2017-09-08)
=====================
Bug Fixes
---------
- fix issue343: enhanced ``splitbasename`` to split the name and version
correctly in more cases.
- fix for url decoding issue with mirrors. When package filenames contain
characters such as `!` or `+`, these get URL encoded to `%21` and `%2B` in
the remote simple index. This fix ensures that in the filename saved to the
disk cache these are decoded back to `!` or `+`.
3.1.0 (2017-04-18)
==================
- add ``username``, ``password``, ``hostname`` and ``port`` properties to
URL objects
- expose SSLError on Session object to allow checking for verification errors
- add ``max_retries`` keyword option to ``new_requests_session``.
- fix ``get_latest_version`` when there are no versions.
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: MIT License
|