Skip to content

Releases: sinusphi/venvipy

v0.3.7

09 Feb 21:34
3b48b38
Compare
Choose a tag to compare
  • add pyproject.toml

v0.3.6

08 Jun 23:13
dee3e1d
Compare
Choose a tag to compare
  • redesign look of PackageInstaller() class (layout)
  • add a PyPI logo to PackageInstaller() dialog
  • move ResultsTable() class to pkg_installer module
  • ask user to save requirements only if changes made
  • minor fixes (remove unused imports, etc.)

0.3.5

27 May 07:08
cb974e1
Compare
Choose a tag to compare
  • update html class names used on PyPI when scraping
  • add a note to readme that the corresponding venv module(s) are required

v0.3.4

24 Sep 15:40
e1288a9
Compare
Choose a tag to compare
  • search and install packages from PyPI now via scraping the website
  • add --help command line parameter
  • check permissions before installing from local projects
  • add pip's --use-feature=in-tree-build option for installs from local project directories
  • error handling of repository urls when installing from VCS
  • improve process flow of the wizard

v0.3.3

29 Aug 08:25
5c8bcab
Compare
Choose a tag to compare
  • remove InstallPackages() page from wizard as long as PyPI's XMLRPC API is disabled due to unmanageable load
  • add compatibility for Python 3.10+

v0.3.2

03 Sep 19:43
ab371c3
Compare
Choose a tag to compare
  • fix missing system interpreter if running in a virtual env
  • add dataclasses module to requirements (Python 3.6)

v0.2.19

13 Aug 20:36
ebe935b
Compare
Choose a tag to compare
  • fix double interpreter entries bug

v0.2.18

10 Aug 17:19
68a6a13
Compare
Choose a tag to compare
  • fix missing module dataclasses error for Python 3.6
  • switch back to universal_newlines=True to enable text mode in subprocess.Popen call

v0.2.16

11 Jun 22:27
96261bf
Compare
Choose a tag to compare
  • minor fixes

v0.2.15

30 May 04:03
0e03597
Compare
Choose a tag to compare
  • bug fixes