dependabot[bot]
7c82881f65
Bump actions/checkout from 2 to 2.3.4
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 2 to 2.3.4.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v2...v2.3.4 )
Signed-off-by: dependabot[bot] <support@github.com>
2021-05-12 05:16:05 +00:00
dependabot[bot]
c2e3b79e5a
Bump actions/setup-python from v2.2.0 to v2.2.1
...
Bumps [actions/setup-python](https://github.com/actions/setup-python ) from v2.2.0 to v2.2.1.
- [Release notes](https://github.com/actions/setup-python/releases )
- [Commits](https://github.com/actions/setup-python/compare/v2.2.0...3105fb18c05ddd93efea5f9e0bef7a03a6e9e7df )
Signed-off-by: dependabot[bot] <support@github.com>
2020-12-21 07:27:38 +00:00
dependabot[bot]
0b2118e146
Bump actions/setup-python from v2.1.4 to v2.2.0
...
Bumps [actions/setup-python](https://github.com/actions/setup-python ) from v2.1.4 to v2.2.0.
- [Release notes](https://github.com/actions/setup-python/releases )
- [Commits](https://github.com/actions/setup-python/compare/v2.1.4...8c5ea631b2b2d5d8840cf4a2b183a8a0edc1e40d )
Signed-off-by: dependabot[bot] <support@github.com>
2020-12-18 06:30:08 +00:00
Patrick Kanzler
1ad53eb642
drop support for python 3.5
2020-11-08 23:51:57 +01:00
Patrick Kanzler
75006f62da
Merge branch 'master' into patkan-patch-1
2020-11-08 22:14:19 +01:00
dependabot[bot]
0057a498bb
Bump actions/setup-python from v2.1.3 to v2.1.4
...
Bumps [actions/setup-python](https://github.com/actions/setup-python ) from v2.1.3 to v2.1.4.
- [Release notes](https://github.com/actions/setup-python/releases )
- [Commits](https://github.com/actions/setup-python/compare/v2.1.3...41b7212b1668f5de9d65e9c82aa777e6bbedb3a8 )
Signed-off-by: dependabot[bot] <support@github.com>
2020-11-08 21:08:33 +00:00
Patrick Kanzler
b6516e4b42
Test for python 3.9
...
#421
2020-10-08 23:56:05 +02:00
dependabot[bot]
1275bf90d1
Bump actions/setup-python from v1 to v2.1.3
...
Bumps [actions/setup-python](https://github.com/actions/setup-python ) from v1 to v2.1.3.
- [Release notes](https://github.com/actions/setup-python/releases )
- [Commits](https://github.com/actions/setup-python/compare/v1...c181ffa198a1248f902bc2f7965d2f9a36c2d7f6 )
Signed-off-by: dependabot[bot] <support@github.com>
2020-10-05 22:10:17 +00:00
Patrick Kanzler
d6639d37f3
set directories
2020-10-06 00:04:11 +02:00
Patrick Kanzler
21f19b7f7e
use standard directories
2020-10-06 00:01:59 +02:00
Patrick Kanzler
3c479407dc
fix github-actions config
2020-10-05 23:58:35 +02:00
Patrick Kanzler
6c89e93c22
create dependabot.yml
2020-10-05 23:51:27 +02:00
Patrick Kanzler
a2d553efb1
Create codeql-analysis.yml
2020-10-01 13:46:23 +02:00
Patrick Kanzler
18cc1a268a
use corrct name for sphinx package
2020-09-28 22:31:48 +02:00
Patrick Kanzler
5d62be2be9
install graphviz and libenchant
2020-09-28 22:28:27 +02:00
Patrick Kanzler
1dc79baf82
rename job
2020-09-28 21:33:16 +02:00
Patrick Kanzler
247211d0ce
install sphinx
2020-09-28 21:31:29 +02:00
Patrick Kanzler
243eb48b38
install git in container
2020-09-28 21:26:42 +02:00
Patrick Kanzler
21b9dba345
have a look around before building doc
2020-09-28 21:22:54 +02:00
Patrick Kanzler
a8941b4a3e
check out submodules
2020-09-28 21:15:33 +02:00
Patrick Kanzler
04e0a0ce47
Revert "tr< checkout v1"
...
This reverts commit 8ece137789
.
2020-09-28 21:14:56 +02:00
Patrick Kanzler
8ece137789
tr< checkout v1
2020-09-28 21:12:44 +02:00
Patrick Kanzler
d390449400
change documenatation action
2020-09-28 21:06:45 +02:00
Patrick Kanzler
818c1313e8
Build documentation in Github action
2020-09-28 20:55:13 +02:00
Patrick Kanzler
6731057456
checkout submodules on github
2020-05-09 01:25:28 +02:00
Patrick Kanzler
f0b1a89c48
fix syntax
2020-05-09 01:19:32 +02:00
Patrick Kanzler
fd7bd0710e
set path to capabilities file
2020-05-09 01:11:38 +02:00
Patrick Kanzler
7ea58625e6
use tox plugin for github
2020-05-09 01:08:16 +02:00
Patrick Kanzler
ecbdd43dff
install tox in github ci
2020-05-09 01:03:45 +02:00
Patrick Kanzler
4d106e8659
Create pythonpackage.yml
2020-05-08 23:34:24 +02:00
Patrick Kanzler
9f5eed0020
add version-strings into the module
...
The version string is in the module as __version__ available.
In the doc the version will be automatically parsed. The version comes
from the installed module if on read the docs or directly from
setuptools_scm if you are working locally.
The CLI will issue the version string if you call it with the option
'version'. The CLI does not accept commands like '--version', since this
would not be conform with the rest of the interface (and argparse).
The configuration for loading the version-string is adapted from
pimutils/vdirsyncer. It autogenerates a version string setuptools_scm at
install-time and then adds it to the __version__ member in __init__.py
I adapted the GitHub-template with a fitting comment and bumped the
changelog.
closes #141
2016-07-17 19:39:42 +02:00
Patrick Kanzler
0ec83387d5
improve github issues template
2016-07-15 13:05:59 +02:00
Patrick Kanzler
b2ff39b6b1
DOC add templates for issues and pull-requests
...
These templates are inspired by OpenWhisperSystems
fixes #91
2016-03-11 14:46:36 +01:00