Commit message Age Author Refs
r8786:3d9ee947
front-end: update package-lock.json
Mads Kiilerich
0
r8785:92653a85
tests: address PytestDeprecationWarning for @pytest.yield_fixture Adhere to the warning: kallithea/tests/conftest.py:207: PytestDeprecationWarning: @pytest.yield_fixture is deprecated. Use @pytest.fixture instead; they are the same. @pytest.yield_fixture(scope="session")
Mads Kiilerich
0
r8784:419329d4
scripts: update i18n dev script to modern hg Support for old hg versions is not a concern for dev scripts like this.
Mads Kiilerich
0
r8783:edcd5eaf
setup: bump max versions of pip package dependencies It is a bit risky to update versions on stable, but it is also risky to stay on old versions when there are better(?) options. There are various reasons these max versions have been chosen. I have not analyzed problems seen when using higher versions, but the versions specified here seems like a safe progression of the broad baseline.
Mads Kiilerich
0
r8782:8d6d2138
i18n: updated translation for Greek Currently translated at 100.0% (1082 of 1082 strings)
Aristotelis Stageiritis
0
r8781:47bf4714
i18n: updated translation for Chinese (Simplified) Currently translated at 45.0% (487 of 1082 strings)
Poesty Li
0
r8780:f6d470bb
meta: update copyrights for 2024
Mads Kiilerich
0
r8779:2cd418e3
vcs: replace imp with importlib imp has been dropped in Python 3.12. Mercurial has been changed in a similar way.
Mads Kiilerich
0
r8778:a5d15a75
lib: use packaging.version.Version instead of dropped distutils.version.StrictVersion distutils is dropped in Python 3.12 . Migrate to packaging as described on https://github.com/pypa/packaging/issues/520 .
Mads Kiilerich
0
r8777:ff6c3e28
venv: limit pip version to stay below 24.1 Latest pip version pip fail: WARNING: Ignoring version 5.0.5 of celery since it has invalid metadata: Requested celery<5.1,>=5 from .../celery-5.0.5-py3-none-any.whl (from Kallithea==0.7.0) has invalid metadata: Expected matching RIGHT_PARENTHESIS for LEFT_PARENTHESIS, after version specifier pytz (>dev) ~^ Please use pip<24.1 if you need to use this version. We already use setuptools<67 for the same reason. Pip will keep noting that a newer pip version is available. Resist the temptation to upgrade.
Mads Kiilerich
0
< 1 2 3 4 5 6 7 .. 880 >