1
0
mirror of https://github.com/kakwa/ldapcherry synced 2024-05-29 07:08:04 +02:00
Commit Graph

35 Commits

Author SHA1 Message Date
kakwa
0793361d90 switch to "stable" in setup.py troves 2019-02-09 20:19:57 +01:00
kakwa
a56c491ee1 cleanup in html template + tidylib
* few small cleanup in html template (avoid empty tbody, put id between
quotes)
* switch to tidylib to validate the html instead of the previous hack
calling an external service (https://html5.validator.nu/)
* remove the previous validator script
* add exception for tidylib on empty <span> (these are required by
bootstrap)
2019-02-09 18:31:37 +01:00
kakwa
fb6b0a5d31 limit cherrypy to < 18.0.0 in setup.py
cherrypy dropped support for python2 with 18.0.0, 17.X is the last
version usable with python 2.
2019-02-09 12:12:24 +01:00
kakwa
c81429a870 few tweaks for python3 support
* switch from script to entry_points in setup.py
* move the cli script in ldapcherry (to be used as a module)
* put the __main__ code in a dedicated function constituting the entry
point
* add a few python3 environments in travis file
2019-02-07 20:34:49 +01:00
kakwa
eecccac106 fix import of version in docs/conf.py and setup.py 2017-04-06 20:46:58 +02:00
kakwa
f357adcd9a put version in standalone file
this way, it avoids error due to missing imports
2017-04-06 20:34:32 +02:00
kakwa
8270988ed4 changelog + version bump + factorize version 2017-04-06 20:21:31 +02:00
kakwa
5b1803cb05 changelog + version bump 2017-04-05 23:48:08 +02:00
kakwa
e37b88dbda fix some errors in unused code 2017-01-31 20:59:49 +01:00
kakwa
0a4db74f1f version bump 2016-07-31 13:14:31 +02:00
kakwa
cfe31ae62b version bump 2016-07-21 07:45:40 +02:00
kakwa
d9973ddf36 version bump 2016-07-10 09:00:41 +02:00
kakwa
50f573b9bd version bump 2016-07-10 08:42:38 +02:00
kakwa
59b9f4d3b7 version bump 2016-07-08 07:07:19 +02:00
kakwa
2f90d0a2fa version bump 2016-07-07 08:19:10 +02:00
kakwa
1b7473d01c version bump 2016-07-06 22:01:14 +02:00
kakwa
ce09b60158 prepare for new version 2016-07-06 20:53:36 +02:00
kakwa
9edc7e545a increment version + changelog + copyright to 2016 2016-07-05 20:33:06 +02:00
kakwa
44ebcc8f3a prepare for new release 2016-06-17 08:18:57 +02:00
kakwa
13f9f73b33 version bump 2015-11-03 22:27:08 +01:00
kakwa
97769f62ff increment version 2015-11-03 01:44:50 +01:00
kakwa
f23a77e6f2 increment version 2015-11-03 00:59:21 +01:00
kakwa
e0e682083c increment version number 2015-08-09 19:48:07 +02:00
kakwa
e067f6a60c fix pep8 compliance 2015-07-21 08:54:07 +02:00
kakwa
9b6ebd488f fix classifiers 2015-07-21 08:38:38 +02:00
kakwa
00ca2acc14 cleaner setup.py
* cleaner SYSCONFIG and DATAROOTDIR handling
* deploy configuration anyway if --root is specified
2015-07-19 23:43:36 +02:00
kakwa
054d361fe9 pep8 compliance on setup.py 2015-07-11 23:19:41 +02:00
kakwa
b831bc82dc apply pep8 recommandation to setup.py 2015-07-10 21:00:19 +02:00
kakwa
df88f2f266 remove trailing spaces 2015-07-05 22:48:24 +02:00
kakwa
0d045576b2 implementing ppolicy handling and a simple ppolicy module 2015-07-02 07:42:38 +02:00
kakwa
bbb4ec4117 adding a check to avoid removing previous configuration in setup.py 2015-05-28 00:17:59 +02:00
kakwa
cb463b2a9d include ldapcherry.backend in setup.py 2015-05-26 08:50:31 +02:00
kakwa
17b8aa6406 adding missing dependancy PyYAML 2015-05-12 11:31:58 +02:00
kakwa
6ece24bd84 configuration formatting 2015-04-26 09:40:50 +02:00
kakwa
9f77cfc38c initial commit 2014-06-02 23:10:19 +02:00