Skip to content

Latest commit

 

History

History
94 lines (59 loc) · 1.36 KB

NEWS.rst

File metadata and controls

94 lines (59 loc) · 1.36 KB

v5.3.0

Features

  • Require Python 3.8 or later.

v5.2.0

Re-release after many packaging updates.

Requires Python 3.7 or later.

v5.1.0

Rely on importlib_metadata for package metadata.

v5.0.1

Packaging refresh.

v5.0.0

Require Python 3.6 or later. Removed clipboard extra.

4.1

Package now declares all of its dependencies, avoiding optional functionality. Now, keyring and clipboard and image functionality are present by default.

4.0

Dropped support for Python 3.4 and earlier, including Python 2.7.

3.5.0

Project metadata refresh and maintenance release.

3.4.2

Fixed NotImplementedError on Mac.

3.4.1

Fixed issue in _resolve_url where aliaslist was referenced before being defined (when paste didn't resolve).

Also corrected indentation in that function.

3.4

Moved hosting to Github.

3.3

Allow package to be invoked with python -m lpaste.

3.2

Use jaraco.clipboard for multi-platform clipboard support.

3.1

Improved support for SSL with https://paste.jaraco.com and other Heroku-hosted librarypaste servers.

3.0

Dropped support for a configuration file. Use environment variables LIBRARYPASTE_URL and LIBRARYPASTE_USER to override default values in the environment.

2.0

Dropped support for Python 2.6