Branch: refs/heads/master Author: Evgueni Antonov strayferalmusic@gmail.com Committer: Evgueni Antonov strayferalmusic@gmail.com Date: Wed, 10 May 2023 00:24:20 UTC Commit: 0c0a8c28bcd3479e472f6125f3362c679cfc895b https://github.com/geany/geany-themes/commit/0c0a8c28bcd3479e472f6125f3362c6...
Log Message: ----------- Ran 'make index' as per requirements to update meta data for new color theme. However also fixed mkindex.py to work with Python 3.10
Modified Paths: -------------- index/index.json index/index.json.md5 scripts/mkindex.py
Modified: index/index.json 585 lines changed, 0 insertions(+), 585 deletions(-) =================================================================== No diff available, check online
Modified: index/index.json.md5 2 lines changed, 1 insertions(+), 1 deletions(-) =================================================================== @@ -1 +1 @@ -e6e64ddd4cb07ac51829e8385e235f01 index.json +d41d8cd98f00b204e9800998ecf8427e index.json
Modified: scripts/mkindex.py 2 lines changed, 1 insertions(+), 1 deletions(-) =================================================================== @@ -8,7 +8,7 @@ import os import sys import json -import ConfigParser +from configparser import ConfigParser import hashlib import base64 import StringIO
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).