Releases: jwodder/qypi
Releases · jwodder/qypi
v0.6.0 — Better timestamps
- 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
search
now acceptshomepage
andkeyword
as synonyms ofhome_page
andkeywords
, 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
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
- Gave
browse
andsearch
--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
- Gave
info
,readme
, andfiles
an-A
/--all-versions
option - Gave
info
a--description
option for including (long) descriptions
v0.2.0 — Define "latest" release
- Gave
info
,readme
, andfiles
--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)
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
Version 0.1.0