Skip to content

Releases: jwodder/qypi

v0.6.0 — Better timestamps

31 May 18:38
v0.6.0
Compare
Choose a tag to compare
  • Support Python 3.8 and 3.9
  • "release_date" fields are now derived from "upload_time_iso_8601" fields
    instead of "upload_time". They thus now include microseconds and the
    timezone.
  • Drop support for Python 3.4 and 3.5
  • Support PyPy3
  • Update Click to 8.0

v0.5.0 — Implicit `--pre` on prerelease-only packages

18 May 17:04
v0.5.0
Compare
Choose a tag to compare
  • search now accepts homepage and keyword as synonyms of home_page and keywords, respectively
  • When getting the latest version of a package that only has prereleases, now show information on the latest prerelease instead of erroring when --pre isn't given

v0.4.1 — Handle non-normalized versions

15 May 14:46
v0.4.1
Compare
Choose a tag to compare

Bugfix: Better handling of package versions that aren't in PEP 440 normalized form (e.g., "2001.01.01")

v0.4.0 — Compressing `browse` and `search` output

07 May 17:12
v0.4.0
Compare
Choose a tag to compare
  • Gave browse and search --packages and --releases options for controlling whether to show one result per matching package or per matching package release
  • Bugfix: An error message will now be displayed for each nonexistent package/version given on the command line, not just the first one

v0.3.0 — --all-versions

14 Apr 15:46
v0.3.0
Compare
Choose a tag to compare
  • Gave info, readme, and files an -A/--all-versions option
  • Gave info a --description option for including (long) descriptions

v0.2.0 — Define "latest" release

03 Apr 14:33
v0.2.0
Compare
Choose a tag to compare
  • Gave info, readme, and files --newest and --highest options for controlling how the latest version of a package is determined; --highest is now always the default
  • Added a --no-pre option for negating --pre

v0.1.0.post1 — Initial release (take 2)

02 Apr 03:32
v0.1.0.post1
Compare
Choose a tag to compare

Fix README rendering on PyPI (Seriously, I can't have two links with the same text going to different places‽)

v0.1.0 — Initial release

02 Apr 03:07
v0.1.0
Compare
Choose a tag to compare