Releases: rayluo/brip
Releases · rayluo/brip
brip 0.3.0
- Support
brip install -i https://test.pypi.org/simple/ ...
so that you can install packages from Test.PyPI.org - Enhancement: Older brip did not work with Brython 3.10.6+ when running on Python<=3.9. Now fixed.
brip 0.2.2
- Starting from version 0.2.*,
brip
changed its project name on PyPI. Now you install it bypip install brip
. (If you need to upgrade from the old 0.1.0 version, please runpip uninstall brython-brip
first.) - The brip 0.2.0 and brip 0.2.1's dependency on pip 21.1+ caused unnecessary trouble while installing on Windows. We choose to drop that dependency since this patch release.
brip 0.2.1
- Starting from version 0.2.*,
brip
changed its project name on PyPI. Now you install it bypip install brip
. (If you need to upgrade from the old 0.1.0 version, please runpip uninstall brython-brip
first.) - The brip 0.2.0 released yesterday should have a dependency on pip 21+. We declare that dependency correctly in this patch release.
brip 0.2.0
- Starting from this version,
brip
changes its project name on PyPI. Now you install it bypip install brip
. (If you need to upgrade from the old 0.1.0 version, please runpip uninstall brython-brip
first.) - Support Brython 3.7.5+
- Adopt a new pip behavior coming soon at pip 21.3
- Refine README
brip 0.1.0
Initial release, supporting brip install
and brip list
.