2024-04-25 15:35:49 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-virtualenv: updated to 20.26.0
Bugfixes - 20.26.0
allow builtin discovery to discover specific interpreters (e.g. python3.12) \
given an unspecific spec (e.g. python3)
|
2024-04-18 06:32:36 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-virtualenv: updated to 20.25.3
Bugfixes - 20.25.3
Python 3.13.0a6 renamed pathmod to parser.
|
2024-04-17 11:01:58 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-virtualenv: updated to 20.25.2
v20.25.2
Upgrade embedded wheels:
setuptools of 69.1.0 to 69.5.1
wheel of 0.42.0 to 0.43.0
|
2024-02-23 08:56:03 by Adam Ciarcinski | Files touched by this commit (4) | |
Log message:
py-virtualenv: updated to 20.25.1
Bugfixes - 20.25.1
Upgrade embedded wheels:
setuptools to 69.0.3 from 69.0.2
pip to 23.3.2 from 23.3.1
Upgrade embedded wheels:
pip 23.3.2 to 24.0`,
setuptools 69.0.3 to 69.1.0.
|
2023-12-07 19:29:32 by Thomas Klausner | Files touched by this commit (3) | |
Log message:
py-virtualenv: update to 20.25.0.
v20.25.0 (2023-12-01)
Features - 20.25.0
The tests now pass on the CI with Python 3.13.0a2 - by @hroncok. (#2673)
Bugfixes - 20.25.0
Upgrade embedded wheels:
wheel to 0.41.3 from 0.41.2 (#2665)
Upgrade embedded wheels:
wheel to 0.42.0 from 0.41.3
setuptools to 69.0.2 from 68.2.2 (#2669)
|
2023-11-28 18:16:25 by Adam Ciarcinski | Files touched by this commit (1) |
Log message:
py-virtualenv: fix path to devel/py-test-freezer
|
2023-11-28 18:09:22 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-virtualenv: updated to 20.24.7
20.24.7
Upgrade embedded wheels:
wheel to 0.41.3 from 0.41.2
|
2023-10-28 21:57:26 by Thomas Klausner | Files touched by this commit (516) | |
Log message:
python/wheel.mk: simplify a lot, and switch to 'installer' for installation
This follows the recommended bootstrap method (flit_core, build, installer).
However, installer installs different files than pip, so update PLISTs
for all packages using wheel.mk and bump their PKGREVISIONs.
|
2023-10-24 06:32:43 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-virtualenv: updated to 20.24.6
Bugfixes - 20.24.6
Use get_hookimpls method instead of the private attribute in tests.
Upgrade embedded wheels:
setuptools to 68.2.2 from 68.2.0
pip to 23.3.1 from 23.2.1
|
2023-09-13 21:27:35 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-virtualenv: updated to 20.24.5
v20.24.5
Bugfixes - 20.24.5
Declare PyPy 3.10 support
Brew on macOS no longer allows copy builds - disallow choosing this
Upgrade embedded wheels:
setuptools to 68.2.0 from 68.1.2
|