- Require Python 3.8 or later.
Re-release after many packaging updates.
Requires Python 3.7 or later.
Rely on importlib_metadata for package metadata.
Packaging refresh.
Require Python 3.6 or later. Removed clipboard extra.
Package now declares all of its dependencies, avoiding optional functionality. Now, keyring and clipboard and image functionality are present by default.
Dropped support for Python 3.4 and earlier, including Python 2.7.
Project metadata refresh and maintenance release.
Fixed NotImplementedError on Mac.
Fixed issue in _resolve_url where aliaslist was referenced before being defined (when paste didn't resolve).
Also corrected indentation in that function.
Moved hosting to Github.
Allow package to be invoked with python -m lpaste
.
Use jaraco.clipboard for multi-platform clipboard support.
Improved support for SSL with https://paste.jaraco.com and other Heroku-hosted librarypaste servers.
Dropped support for a configuration file. Use environment variables
LIBRARYPASTE_URL
and LIBRARYPASTE_USER
to override default values
in the environment.
Dropped support for Python 2.6