Commit Graph

25 Commits (ededaab807a22abdd69a7c802cda3bb256d6ab51)

Author SHA1 Message Date
Markus Heiser 0c489a25ac [fix] version.py: git format '%cs' is not downward compatible
Committer date, short format YYYY-MM-DD ('%cs') [1] is not supported by older git
versions.  Instead use '%cd' committer date (format respects --date= option) [2].

[1] https://www.git-scm.com/docs/git-show#Documentation/git-show.txt-emcsem
[2] https://www.git-scm.com/docs/git-show#Documentation/git-show.txt-emcdem

Suggested-by: @ravermeister https://github.com/searxng/searxng/issues/1251#issuecomment-1146282429
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2 years ago
Léon Tiekötter de5062c10a
[mod] version formatting
Change SearXNG version formatting to YYYY.MM.DD-commit_hash
2 years ago
Markus Heiser 3d96a9839a [format.python] initial formatting of the python code
This patch was generated by black [1]::

    make format.python

[1] https://github.com/psf/black

Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
3 years ago
Markus Heiser 2a3b9a2e26 [pylint] searx: drop no longer needed 'missing-function-docstring'
Suggested-by: @dalf https://github.com/searxng/searxng/issues/102#issuecomment-914168470
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
3 years ago
Markus Heiser e856b563dd [pylint] Pylint 2.10 - unspecified-encoding
Pylint 2.10 added new default checks [1]:

unspecified-encoding:
  Emitted when open() is called without specifying an encoding [2]

[1] https://pylint.pycqa.org/en/latest/whatsnew/2.10.html
[2] https://github.com/PyCQA/pylint/issues/3826

Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
3 years ago
Alexandre Flament 4b43775c91 version based on the git repository
This commit remove the need to update the brand for GIT_URL and GIT_BRANCH:
there are read from the git repository.

It is possible to call python -m searx.version freeze to freeze the current version.
Useful when the code is installed outside git (distro package, docker, etc...)
3 years ago
Adam Tauber ae122ea943 [enh] release v1.0.0 3 years ago
Alexandre Flament 39ac81478c prepare release 0.18.0 4 years ago
Adam Tauber 8199ab50f9 [enh] release v0.17.0 4 years ago
Adam Tauber 6060ab85f8 [enh] version v0.16.0 4 years ago
Noémi Ványi 29d146dde6 update changelog and version.py 6 years ago
Adam Tauber 3ac578c0a8 [enh] version 0.14.0 6 years ago
Adam Tauber 7828a1833b [enh] version 0.13.1 7 years ago
Adam Tauber e766939440 [enh] version 0.13.0 7 years ago
Adam Tauber f82646f386 [enh] version 0.12.0 7 years ago
Adam Tauber d6cbc6b78b [enh] 0.11.0 version bump 8 years ago
Adam Tauber ce371f766a [enh] version 0.10.0
closes #659
8 years ago
Adam Tauber 2caf0d4c9a [enh] version 0.9.0 - #529 8 years ago
Adam Tauber 371fc09b6f [enh] version 0.8.1 9 years ago
Adam Tauber 23dab175b2 [enh] v0.8.0 9 years ago
Adam Tauber 40ae8c8247 [enh] v0.7.0 10 years ago
Adam Tauber fcc394540b [enh] v0.6.0 10 years ago
Adam Tauber 2538a3ec26 [enh] v0.5.0 10 years ago
Adam Tauber b1b0b82a2a [fix] version.py pep8 and py3 compatibility 10 years ago
Thomas Pointhuber aba65369d2 [enh] make version of searx readable 10 years ago