Skip to content

Latest commit

 

History

History
110 lines (82 loc) · 2.51 KB

CHANGELOG.md

File metadata and controls

110 lines (82 loc) · 2.51 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

  • WIP

Added

  • support for python 3.10
  • black in pre-commit
  • isort in pre-commit
  • dependency httpx
  • display required time in console

Changed

  • moved from synchronous to asynchronous http calls for the PyPiJSON API

Removed

  • support for python 3.6 and pypy3 <= 3.6
  • pylama from pre-commit
  • dependency requests
  • dependency pyopenssl

Changed

  • add support for python 3.9
  • drop support for python 3.5

Changed

  • drop support for python 2.7, 3.4 and pypy2

Changed

  • add license information to console output

Changed

  • add default values for categorized_package_data to avoid crash on packages not available on pypi

Added

  • -pr, --pre-releases parameter to explicitly enable display of pre-releases in console

Changed

  • Module structure for module and console functions

Changed

  • Replace PyPi URL with new PyPi Warehouse URL

Changed

  • Replace pip internal functions. Since the release of pip 9.0.2 the import of pip related libraries is not allowed anymore pypa/pip#5081

Added

  • Adds license information
  • Information about pre-release versions

Changed

  • Fixes docs on pypi

Changed

  • Several fixes

Changed

  • Several fixes

Changed

  • Several fixes

Changed

  • Several fixes

Added

  • Initial Release