【发布时间】:2019-02-19 22:12:03
【问题描述】:
不知道是否可以在运行后抓取更新包的更改日志
pip install [package_name] --upgrade
或
pipenv update
大多数包都会在其 repo 中包含更改日志。例如
- https://github.com/kennethreitz/requests-html/releases
- https://github.com/pytest-dev/pytest/blob/master/CHANGELOG.rst
- https://github.com/urllib3/urllib3/blob/master/CHANGES.rst
如果我可以通过 CLI 获得最新更新,那会更有效率。
【问题讨论】:
标签: python pip pipenv changelog