Skip to content

Releases: HubTou/pipinfo

pipinfo-0.9.4

31 Mar 13:20
9361666
Compare
Choose a tag to compare
  • Removed limitation with processing dependencies conditions, including testing variables such as: os_name, platform_python_implementation, platform_system, sys_platform, python_version, python_full_version, implementation_name

pipinfo-0.9.3

31 Mar 09:43
66a46f2
Compare
Choose a tag to compare
  • Fixed a bug when handling multiple extra variables in a requirement line. For example:
Requires-Dist: pipreqs ; extra == "pipfile-deprecated-finder" or extra == "requirements-deprecated-finder"

pipinfo-0.9.2

22 Mar 22:50
548d659
Compare
Choose a tag to compare
  • Added writing an empty file in the cache in case of HTTP 404 Not Found error, to avoid retrying and failing later
  • Added trying to use TMPDIR directory as a cachine directory base under Unix. This directory is more standard than TMP according to man environ
  • Added 2 new command names, pipin (shorter form) and pippin (by Their Satanic Majesties Request): there can be many ones!
  • Updated documentation
  • Added a TODO.md file to document possible future directions

pipinfo-0.9.1

05 Mar 08:51
9460f0a
Compare
Choose a tag to compare
  • Document corrections & additions
    • Peculiarly changing the package name from the reserved pipinfo to pnu-pipinfo!

pipinfo-0.9.0

05 Mar 01:34
7c8a52c
Compare
Choose a tag to compare
  • Initial public release