-
Notifications
You must be signed in to change notification settings - Fork 82
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
python3-colorama: Update to version 0.4.4 and python-3.10
- Update from 0.4.3 to 0.4.4 - Update of rootfile - Changelog 0.4.4: Automate release workflow on Windows too. I initially hoped to have a single Makefile or script that worked on Linux and Windows, but was unable to make it work without massive over-complication. So now we have makefile targets for Linux, and powershell scripts for Windows. Documented in the README. Signed-off-by: Adolf Belka <[email protected]> Reviewed-by: Peter Müller <[email protected]>
- Loading branch information
Showing
2 changed files
with
15 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
#usr/lib/python3.8/site-packages/colorama | ||
#usr/lib/python3.8/site-packages/colorama-0.4.3-py3.8.egg-info | ||
#usr/lib/python3.8/site-packages/colorama-0.4.3-py3.8.egg-info/PKG-INFO | ||
#usr/lib/python3.8/site-packages/colorama-0.4.3-py3.8.egg-info/SOURCES.txt | ||
#usr/lib/python3.8/site-packages/colorama-0.4.3-py3.8.egg-info/dependency_links.txt | ||
#usr/lib/python3.8/site-packages/colorama-0.4.3-py3.8.egg-info/top_level.txt | ||
usr/lib/python3.8/site-packages/colorama/__init__.py | ||
usr/lib/python3.8/site-packages/colorama/ansi.py | ||
usr/lib/python3.8/site-packages/colorama/ansitowin32.py | ||
usr/lib/python3.8/site-packages/colorama/initialise.py | ||
usr/lib/python3.8/site-packages/colorama/win32.py | ||
usr/lib/python3.8/site-packages/colorama/winterm.py | ||
#usr/lib/python3.10/site-packages/colorama | ||
#usr/lib/python3.10/site-packages/colorama-0.4.4-py3.10.egg-info | ||
#usr/lib/python3.10/site-packages/colorama-0.4.4-py3.10.egg-info/PKG-INFO | ||
#usr/lib/python3.10/site-packages/colorama-0.4.4-py3.10.egg-info/SOURCES.txt | ||
#usr/lib/python3.10/site-packages/colorama-0.4.4-py3.10.egg-info/dependency_links.txt | ||
#usr/lib/python3.10/site-packages/colorama-0.4.4-py3.10.egg-info/top_level.txt | ||
usr/lib/python3.10/site-packages/colorama/__init__.py | ||
usr/lib/python3.10/site-packages/colorama/ansi.py | ||
usr/lib/python3.10/site-packages/colorama/ansitowin32.py | ||
usr/lib/python3.10/site-packages/colorama/initialise.py | ||
usr/lib/python3.10/site-packages/colorama/win32.py | ||
usr/lib/python3.10/site-packages/colorama/winterm.py |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters