summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |
| * convert old "%-formatted" and .format(...) strings into "f-strings" with flyntJensDiemer2020-01-1923-126/+108
| |
| * remove python 2 compatibility codeJensDiemer2020-01-1917-807/+55
| |
| * enable debug in assert_html2creole() as defaultJensDiemer2020-01-191-1/+1
| |
* | Update README.creoleJens Diemer2020-01-191-0/+1
|/
* Merge https://github.com/jedie/python-creole/pull/27JensDiemer2020-01-192-0/+14
|\
| * Fix "Undefined substitution referenced" errorDaniele Forsi2020-01-192-0/+14
| | | | | | | | | | | | Add an empty line before "_substitution_data" if not already present. Fixes issue #26.
* | Update pyproject.tomlJens Diemer2020-01-191-2/+9
|/
* Merge pull request #37 from jugmac00/fix_setup_utilsJens Diemer2020-01-191-3/+3
|\ | | | | Fix regression in tests for setup_utils
| * Fix regression in tests for setup_utilsJürgen Gmach2020-01-191-3/+3
|/ | | | | | | | | | | The project's README.creole file gets used for testing the setup_utils module. When the README file got updated, the test got broken. This has been fixed. modified: creole/tests/test_setup_utils.py
* Update README.creoleJens Diemer2020-01-191-4/+4
|
* Merge pull request #36 from jedie/poetry2Jens Diemer2020-01-1957-751/+671
|\ | | | | modernize project
| * Bugfix "check-poetry" output and add simple tests for MakefileJensDiemer2020-01-193-1/+35
| |
| * more default verbose in testsJensDiemer2020-01-195-46/+38
| |
| * Bugfix <hr> with Python >= 3.7JensDiemer2020-01-182-2/+2
| |
| * fixup! Simplify subprocess mixinJensDiemer2020-01-181-3/+1
| |
| * Bugfix List parsing with Python >= 3.7JensDiemer2020-01-181-3/+3
| |
| * Simplify subprocess mixinJensDiemer2020-01-182-54/+29
| |
| * remove setup.py and testsJensDiemer2020-01-183-323/+0
| |
| * Move re Flag, because of: Flags should be used first in the expression stringJensDiemer2020-01-181-2/+2
| |
| * Bugfix wikipedia style line breaksJensDiemer2020-01-181-1/+1
| |
| * fixup! simplify tox.iniJensDiemer2020-01-181-5/+5
| |
| * bugfix make helpJensDiemer2020-01-181-1/+1
| |
| * Update README.creoleJens Diemer2020-01-181-8/+28
| |
| * simplify tox.iniJensDiemer2020-01-181-5/+1
| |