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-07-02 14:40:44 by Thomas Klausner | Files touched by this commit (1) |
Log message:
py-colorama: fix MASTER_SITES
|
2023-07-01 10:54:01 by Thomas Klausner | Files touched by this commit (2) |
Log message:
py-colorama: not for Python 2 any longer
|
2022-11-10 09:19:36 by Adam Ciarcinski | Files touched by this commit (2) |
Log message:
py-colorama: switch to MASTER_SITE_WHEEL for Python 2.7
|
2022-11-09 23:46:49 by Thomas Klausner | Files touched by this commit (1) |
Log message:
py-colorama: add missing tool dependency on py-hatchling
|
2022-11-09 08:56:56 by Adam Ciarcinski | Files touched by this commit (1) |
Log message:
py-colorama: revert DESCR
|
2022-11-09 08:55:44 by Adam Ciarcinski | Files touched by this commit (4) | |
Log message:
py-colorama: updated to 0.4.6
0.4.6 Current release
* https://github.com/tartley/colorama/pull/139 Add alternative to 'init()',
called 'just_fix_windows_console'. This fixes many longstanding problems
with 'init', such as working incorrectly on modern Windows terminals, and
wonkiness when init gets called multiple times. The intention is that it
just makes all Windows terminals treat ANSI the same way as other terminals
do. Many thanks the njsmith for fixing our messes.
* https://github.com/tartley/colorama/pull/352 Support Windows 10's ANSI/VT
console. This didn't exist when Colorama was created, and avoiding us
causing havok there is long overdue. Thanks to segeviner for the initial
approach, and to njsmith for getting it merged.
* https://github.com/tartley/colorama/pull/338 Internal overhaul of package
metadata declaration, which abolishes our use of the now heavily
discouraged setuptools (and hence setup.py, setup.cfg and MANIFEST.in), in
favor of hatchling (and hence pyproject.toml), generously contributed by
ofek (author of hatchling). This includes dropping support Python3.5 and
3.6, which are EOL, and were already dropped from setuptools, so this
should not affect our users.
* https://github.com/tartley/colorama/pull/353 Attention to detail award to
LqdBcnAtWork for a spelling fix in demo06
|
2022-08-02 11:48:51 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-colorama: updated to 0.4.5
0.4.5
* Catch a racy ValueError that could occur on exit.
* Create README-hacking.md, for Colorama contributors.
* Tweak some README unicode characters that don't render correctly on PyPI.
* Fix some tests that were failing on some operating systems.
* Add support for Python 3.9.
* Add support for PyPy3.
* Add support for pickling with the ``dill`` module.
|
2022-01-14 12:49:45 by Thomas Klausner | Files touched by this commit (34) |
Log message:
*: remove workaround patches for python 3.6
|
2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595) |
Log message:
*: bump PKGREVISION for egg.mk users
They now have a tool dependency on py-setuptools instead of a DEPENDS
|