summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* update README prepare for v1.4.4 releasecode-updatesJensDiemer2020-02-075-11/+18
|
* update code style:JensDiemer2020-02-0738-121/+65
| | | | | | | | | * remove shebangs * remove "codeing: utf-8" * remove "object" in class * use more f-strings * IOError -> OSError * cleanup "super()" calls
* remove tests for deprecated setup utilsJensDiemer2020-02-071-150/+0
|
* Update README.creoleJens Diemer2020-02-071-0/+1
|
* Merge pull request #45 from jedie/fix#44Jens Diemer2020-02-0720-36/+64
|\ | | | | Fix #44 by move "docutils" and "poetry-publish" as dev-dependencies
| * add isort config and apply itfix#44JensDiemer2020-02-0718-2/+44
| |
| * remove import exceptions in tests: textile and docutils should be installed ↵JensDiemer2020-02-071-32/+2
| | | | | | | | in tests
| * Fix #44 by lower "docutils" and move "poetry-publish" as dev-dependenciesJensDiemer2020-02-071-2/+2
| |
| * add test_poetry_check()JensDiemer2020-02-071-1/+17
|/
* don't publish if code style wrong and use "creole_readme" argumentJensDiemer2020-02-011-3/+6
|
* update readmeJensDiemer2020-02-012-2/+9
|
* don't publish if README.rst is not up-to-dateJensDiemer2020-02-011-2/+3
|
* Release as v1.4.3v1.4.3JensDiemer2020-02-013-3/+5
|
* Merge pull request #43 from jedie/poetry-publishJens Diemer2020-02-015-175/+22
|\ | | | | use poetry-publish
| * use poetry-publishpoetry-publishJensDiemer2020-02-015-175/+22
|/ | | | | https://github.com/jedie/poetry-publish https://pypi.org/project/poetry-publish/
* Update pyproject.tomlJens Diemer2020-02-011-45/+46
| | | use the default code style from poetry
* Update .travis.ymlJens Diemer2020-02-011-1/+1
|
* Update pythonapp.ymlJens Diemer2020-02-011-0/+3
|
* Update pythonapp.ymlJens Diemer2020-02-011-0/+1
| | | lint only with python 3.8
* Update pythonapp.ymlJens Diemer2020-02-011-1/+1
|
* code cleanupv1.4.2JensDiemer2020-02-012-10/+10
|
* release as v1.4.2JensDiemer2020-02-012-2/+2
|
* update READMEJensDiemer2020-02-012-7/+19
|
* Merge pull request #42 from jedie/setup-utilsJens Diemer2020-02-0111-109/+238
|\ | | | | Setup utils
| * disable osx tests on travis CIsetup-utilsJensDiemer2020-02-011-2/+3
| |
| * fixup travis CIJensDiemer2020-02-011-7/+3
| |
| * test_update_rst_readme(): work-a-round for CI runJensDiemer2020-02-011-3/+9
| |
| * test_update_rst_readme(): restore origin README.rst and better error messageJensDiemer2020-02-011-15/+21
| |
| * test release v1.4.2.dev2JensDiemer2020-02-012-2/+2
| |
| * test version before publishJensDiemer2020-02-011-0/+2
| |
| * update READMEJensDiemer2020-02-012-15/+57
| |
| * code cleanupJensDiemer2020-02-011-1/+0
| |
| * add "make update-rst-readme"JensDiemer2020-02-011-0/+2
| |
| * "make release" -> "make publish"JensDiemer2020-02-011-12/+6
| |
| * update travis CIJensDiemer2020-02-011-7/+23
| |
| * Test update_creole_rst_readme() and add tests for __version__JensDiemer2020-02-015-71/+127
| |
| * Use modification time from source README.creole in ReSt README noteJensDiemer2020-02-012-3/+12
|/
* Merge pull request #41 from jedie/fix-readmeJens Diemer2020-02-017-62/+877
|\ | | | | Helper to build and upload to PyPi, with prechecks and update README.rst from README.creole
| * Update README.creolefix-readmeJens Diemer2020-02-011-0/+1
| |
| * use github action matrix and call pytest directly without toxJensDiemer2020-02-011-18/+12
| |
| * Add generated README.rstJensDiemer2020-02-013-3/+625
| | | | | | | | Needed for installation, e.g.: https://github.com/jedie/python-creole/runs/420788311
| * schedule github actions on push and daily at 8amJensDiemer2020-02-011-1/+4
| |
| * Helper to build and upload to PyPi, with prechecks and update README.rst ↵JensDiemer2020-02-014-43/+238
|/ | | | from README.creole
* Merge pull request #39 from jedie/jedie-patch-1v1.4.1Jens Diemer2020-01-201-1/+1
|\ | | | | Update creol2html_rules.py
| * Update creol2html_rules.pyjedie-patch-1Jens Diemer2020-01-201-1/+1
|/ | | | (?i) is re.IGNORECASE The image tag doesn't contain anything that must match case-insensitive. So it can be removed, to fix: #31
* Merge pull request #38 from jedie/cleanupJens Diemer2020-01-1947-1437/+625
|\ | | | | Cleanup
| * fix code stylecleanupJensDiemer2020-01-1913-34/+26
| |
| * update READMEJensDiemer2020-01-191-2/+12
| |
| * Fix code style with autopep8JensDiemer2020-01-1939-439/+415
| |
| * fix import code style with isortJensDiemer2020-01-1924-53/+33
| |