aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Release 0.8.3HEAD0.8.3masterSebastian Pipping2023-10-072-3/+9
| | | | Signed-off-by: Sebastian Pipping <sping@gentoo.org>
* elogv: accept PORTAGE_LOGDIRAlfred Wingate2023-10-061-2/+4
| | | | | | | | | | | Bug: https://bugs.gentoo.org/668538 Closes: https://bugs.gentoo.org/901961 Co-authored-by: josef.95 <josef64@posteo.org> Thanks-To: Sam James <sam@gentoo.org> Thanks-To: Arfrever Frehtes Taifersar Arahesis <arfrever.fta@gmail.com> Thanks-To: Ninpo <ninpo@gap.la> Signed-off-by: Alfred Wingate <parona@protonmail.com> Signed-off-by: Sebastian Pipping <sping@gentoo.org>
* Merge branch 'complete-authors'Sebastian Pipping2023-10-061-0/+1
|\ | | | | | | Signed-off-by: Sebastian Pipping <sping@gentoo.org>
| * Complete information on elogv contributorsSebastian Pipping2023-10-061-0/+1
|/ | | | Signed-off-by: Sebastian Pipping <sping@gentoo.org>
* Merge branch 'pre-commit-github-actions'Sebastian Pipping2023-10-066-6/+108
|\ | | | | | | Signed-off-by: Sebastian Pipping <sping@gentoo.org>
| * pre-commit: Integrate with Github ActionsSebastian Pipping2023-10-061-0/+58
| | | | | | | | Signed-off-by: Sebastian Pipping <sping@gentoo.org>
| * pre-commit: Sync .git-blame-ignore-revsSebastian Pipping2023-10-061-0/+4
| | | | | | | | Signed-off-by: Sebastian Pipping <sping@gentoo.org>
| * pre-commit: ConfigureSebastian Pipping2023-10-061-0/+42
| | | | | | | | Signed-off-by: Sebastian Pipping <sping@gentoo.org>
| * pre-commit: Mass-apply trailing-whitespaceSebastian Pipping2023-10-061-4/+4
| | | | | | | | Signed-off-by: Sebastian Pipping <sping@gentoo.org>
| * pre-commit: Mass-apply end-of-file-fixerSebastian Pipping2023-10-062-2/+0
| | | | | | | | Signed-off-by: Sebastian Pipping <sping@gentoo.org>
* | Merge branch 'pyproject-toml-fix-license'Sebastian Pipping2023-10-062-1/+340
|\ \ | | | | | | | | | Signed-off-by: Sebastian Pipping <sping@gentoo.org>
| * | LICENSE: Add GPL 2 text (code license is GPL 2 or later)Sebastian Pipping2023-10-061-0/+339
| | | | | | | | | | | | Signed-off-by: Sebastian Pipping <sping@gentoo.org>
| * | pyproject.toml: Get license back in sync with code headersSebastian Pipping2023-10-061-1/+1
|/ / | | | | | | Signed-off-by: Sebastian Pipping <sping@gentoo.org>
* / Add .mailmapSebastian Pipping2023-10-061-0/+2
|/ | | | Signed-off-by: Sebastian Pipping <sping@gentoo.org>
* Merge branch 'pull-16-parona-source-black'Sebastian Pipping2023-10-064-191/+249
|\ | | | | | | Signed-off-by: Sebastian Pipping <sping@gentoo.org>
| * .git-blame-ignore-revs: Ignore reformat commits in blameAlfred Wingate2023-10-061-0/+4
| | | | | | | | Signed-off-by: Alfred Wingate <parona@protonmail.com>
| * elogv: Address linter issuesAlfred Wingate2023-10-061-5/+4
| | | | | | | | | | | | | | * Remove unused variables. * Rename l to output_line and wrapped_line to wrapped_lines for clarity. Signed-off-by: Alfred Wingate <parona@protonmail.com>
| * pyproject.toml: Add ruff configurationAlfred Wingate2023-10-061-0/+5
| | | | | | | | Signed-off-by: Alfred Wingate <parona@protonmail.com>
| * Reformat with isortAlfred Wingate2023-10-062-15/+14
| | | | | | | | Signed-off-by: Alfred Wingate <parona@protonmail.com>
| * pyproject.toml: Add isort configurationAlfred Wingate2023-10-061-0/+4
| | | | | | | | Signed-off-by: Alfred Wingate <parona@protonmail.com>
| * Reformat with blackAlfred Wingate2023-10-062-172/+215
| | | | | | | | Signed-off-by: Alfred Wingate <parona@protonmail.com>
| * pyproject.toml: Add black configurationAlfred Wingate2023-10-061-0/+4
|/ | | | Signed-off-by: Alfred Wingate <parona@protonmail.com>
* Release 0.8.20.8.2Sebastian Pipping2023-10-052-1/+4
| | | | Signed-off-by: Sebastian Pipping <sping@gentoo.org>
* Merge branch 'pull-15-parona-source-lzma'Sebastian Pipping2023-10-052-21/+14
|\ | | | | | | Signed-off-by: Sebastian Pipping <sping@gentoo.org>
| * Port to lzmaAlfred Wingate2023-10-052-13/+2
| | | | | | | | Signed-off-by: Alfred Wingate <parona@protonmail.com>
| * Open files with same function to allow decompression to work seamlesslyAlfred Wingate2023-10-051-9/+13
|/ | | | | | | | * liblzma left mostly untouched, next commit will port it to lzma. * BZ2File -> open to allow plaintext reading, which is expected elsewhere in elogv. Signed-off-by: Alfred Wingate <parona@protonmail.com>
* Release 0.8.10.8.1Sebastian Pipping2023-10-052-1/+4
| | | | Signed-off-by: Sebastian Pipping <sping@gentoo.org>
* Merge branch 'pull-14-parona-source-setuptools-3'Sebastian Pipping2023-10-052-67/+31
|\ | | | | | | Signed-off-by: Sebastian Pipping <sping@gentoo.org>
| * pyproject.toml: add dependenciesAlfred Wingate2023-10-051-0/+4
| | | | | | | | Signed-off-by: Alfred Wingate <parona@protonmail.com>
| * Move metadata from setup.py to pyproject.tomlAlfred Wingate2023-10-052-8/+13
| | | | | | | | Signed-off-by: Alfred Wingate <parona@protonmail.com>
| * pyproject.toml: Use modern setuptools backendAlfred Wingate2023-10-051-0/+3
| | | | | | | | Signed-off-by: Alfred Wingate <parona@protonmail.com>
| * setup.py: Remove last distutils importAlfred Wingate2023-10-051-3/+1
| | | | | | | | Signed-off-by: Alfred Wingate <parona@protonmail.com>
| * setup.py: Convert to setuptoolsAlfred Wingate2023-10-051-52/+5
| | | | | | | | | | | | * Remove clean command as setuptools doesn't have equivalent target. Signed-off-by: Alfred Wingate <parona@protonmail.com>
| * setup.py: use logging over distutils.logAlfred Wingate2023-10-051-8/+9
|/ | | | Signed-off-by: Alfred Wingate <parona@protonmail.com>
* Release 0.8.00.8.0Sebastian Pipping2023-07-082-1/+4
| | | | Signed-off-by: Sebastian Pipping <sping@gentoo.org>
* setup.py: Specify packages=[] to fix the buildSebastian Pipping2023-07-081-0/+1
| | | | | | | Error was: > [..] Multiple top-level packages discovered in a flat-layout [..] Signed-off-by: Sebastian Pipping <sping@gentoo.org>
* Fixed refactor, alignment, breaks, and readibility.Montana Mendy2022-01-151-51/+60
| | | | Signed-off-by: Sebastian Pipping <sping@gentoo.org>
* Merge branch 'fix-gentoo-bug-756019'0.7.9Sebastian Pipping2020-11-233-7/+6
|\ | | | | | | | | Closes: https://bugs.gentoo.org/756019 Signed-off-by: Sebastian Pipping <sping@gentoo.org>
| * Prepare release 0.7.9Sebastian Pipping2020-11-232-1/+4
| | | | | | | | Signed-off-by: Sebastian Pipping <sping@gentoo.org>
| * setup.py: Sync project home URLSebastian Pipping2020-11-231-1/+1
| | | | | | | | Signed-off-by: Sebastian Pipping <sping@gentoo.org>
| * Stop calling deprecated gettext.bind_textdomain_codesetSebastian Pipping2020-11-231-1/+0
| | | | | | | | | | | | | | Deprecated since Python 3.8, will be removed with Python 3.10. Closes: https://bugs.gentoo.org/756019 Related: a98c6ba7eabcdeafaf7bf27263073b77fd26a0d3 Signed-off-by: Sebastian Pipping <sping@gentoo.org>
| * Drop leftover/ouf-of-sync comments on use of lgettextSebastian Pipping2020-11-231-4/+1
|/ | | | | Related: a98c6ba7eabcdeafaf7bf27263073b77fd26a0d3 Signed-off-by: Sebastian Pipping <sping@gentoo.org>
* Merge pull request #11 from fturco/readmeSebastian Pipping2018-08-191-18/+17
|\ | | | | fix minor problems with README
| * fix minor problems with READMEFrancesco Turco2018-08-181-18/+17
|/
* Document #10, release 0.7.80.7.8Sebastian Pipping2018-07-082-1/+4
|
* Fix crash for >32767 log files (fixes #10)Sebastian Pipping2018-07-081-0/+6
|
* Release 0.7.7.10.7.7.1Sebastian Pipping2018-05-182-1/+4
|
* Merge pull request #9 from EvaSDK/fix-some-more-python3Sebastian Pipping2018-05-181-3/+4
|\ | | | | Fix some more python3
| * Use unicode returning gettext functions, refs #8Gilles Dartiguelongue2018-05-181-1/+2
| | | | | | | | | | | | | | There is a big fat warning in python documentation [1] hinting that l*gettext might be eventually deprecated. [1] https://docs.python.org/3.6/library/gettext.html?highlight=gettext%20lgettext#gettext.lgettext
| * Fix window computation not being int, closes #8Gilles Dartiguelongue2018-05-181-2/+2
|/