Commit Graph

90 Commits

Author SHA1 Message Date
Benjamin Dauvergne 8f17405d1c ignore pre-commit hook changes (#86510)
gitea/ldaptools/pipeline/head This commit looks good Details
2024-02-07 15:56:58 +01:00
Benjamin Dauvergne 01fa048dcb setup.py: fix setuptools warning about data files (#86510)
gitea/ldaptools/pipeline/head This commit looks good Details
2024-02-07 13:50:21 +01:00
Benjamin Dauvergne 8f214a6e87 setup.py: fix setuptools warning about data files (#86510)
gitea/ldaptools/pipeline/head There was a failure building this commit Details
############################
    # Package would be ignored #
    ############################
    Python recognizes 'Bio.Entrez.XSDs' as an importable package,
    but it is not listed in the `packages` configuration of setuptools.

    'Bio.Entrez.XSDs' has been automatically added to the distribution only
    because it may contain data files, but this behavior is likely to change
    in future versions of setuptools (and therefore is considered deprecated).

    Please make sure that 'Bio.Entrez.XSDs' is included as a package by using
    the `packages` configuration field or the proper discovery methods
    (for example by using `find_namespace_packages(...)`/`find_namespace:`
    instead of `find_packages(...)`/`find:`).

    You can read more about "package discovery" and "data files" on setuptools
    documentation page.
2024-02-07 12:59:15 +01:00
Benjamin Dauvergne 491fd26df5 run pre-commit hooks (#86510)
Remove isort which seem incompatible with ruff.
2024-02-07 12:58:19 +01:00
Benjamin Dauvergne 6c703b545c setup.py: fix dirty versions (#86510) 2024-02-07 12:56:24 +01:00
Benjamin Dauvergne bcbb9344f7 Jenkinsfile: disable concurrent builds (#86510)
gitea/ldaptools/pipeline/head This commit looks good Details
2024-02-07 12:42:51 +01:00
Benjamin Dauvergne be70825031 Jenkinsfile: always cleanup (#86510)
gitea/ldaptools/pipeline/head This commit looks good Details
2024-02-07 12:41:58 +01:00
Benjamin Dauvergne 4ba8bd85ff ci: remove python2 support and testing
gitea/ldaptools/pipeline/head This commit looks good Details
2024-02-03 15:07:29 +01:00
Benjamin Dauvergne 92f622d9c4 ci: add pre-commit hooks 2024-02-03 14:59:05 +01:00
Frédéric Péters 435f49178f ci: build deb package for bookworm (#78968)
gitea/ldaptools/pipeline/head This commit looks good Details
2023-06-23 17:34:16 +02:00
Agate 1e79def7ae Prepare Jenkinsfile for Gitea migration (#74572)
gitea/ldaptools/pipeline/head This commit looks good Details
2023-02-20 15:09:46 +01:00
Frédéric Péters 6cc6594b02 ci: only build package for bullseye (#72729) 2022-12-22 17:21:27 +01:00
Paul Marillonnet 7511765128 slapd: drop hdb backend (#63945)
as it is no longer part of openldap>=2.5, see the release note
    https://www.openldap.org/doc/admin25/appendix-changes.html
2022-04-14 17:49:15 +02:00
Frédéric Péters ebc841fe36 trivial: remove python 2 from classifiers 2022-02-02 08:12:56 +01:00
Frédéric Péters 665471121d jenkins: build packages for buster & bullseye 2021-12-12 14:10:03 +01:00
Frédéric Péters bce6e67f04 debian: use debhelper compat level 12 2021-12-12 14:09:30 +01:00
Frédéric Péters d09c2c696b debian: stop building python2 package 2021-12-12 14:09:11 +01:00
Frédéric Péters c66a577a35 build: update to use origin/main 2020-12-26 15:21:16 +01:00
Benjamin Dauvergne 50a2613535 debian: fix dependency on python-six in py3 package 2020-07-02 13:11:52 +02:00
Benjamin Dauvergne 5eec62b417 debian: raise compat to 10 to prevent warning 2020-07-02 13:11:50 +02:00
Benjamin Dauvergne 1303a7e082 debian: do not overwrite ldapsync from py2 package 2020-07-02 13:11:34 +02:00
Benjamin Dauvergne dc7e9e9e6a misc: complete changelog 2020-04-25 11:03:33 +02:00
Benjamin Dauvergne d3aaae96f2 tox.ini: set pytest junit_family 2020-04-25 09:30:31 +02:00
Benjamin Dauvergne 58759b3e78 misc: close file descriptors in clean() 2020-04-25 09:28:49 +02:00
Benjamin Dauvergne 72c488b4c7 misc: do not use create_process() for slapadd 2020-04-25 09:27:58 +02:00
Benjamin Dauvergne a76ad19afe misc: fix bytes-mode warning from python-ldap 2020-04-25 09:27:13 +02:00
Benjamin Dauvergne 9396ab1283 Jenkinsfile: use default distribution target of eobuilder 2020-04-25 08:55:43 +02:00
Benjamin Dauvergne bc6424cbbd misc: do not leak file descriptors 2020-04-25 08:55:15 +02:00
Benjamin Dauvergne 248924132c debian: add packaging for python 3 (#41222) 2020-04-02 13:21:09 +02:00
Emmanuel Cazenave 62cd8c8057 jenkins: use ci@entrouvert.org for notifications 2019-10-02 14:05:12 +02:00
Emmanuel Cazenave 0d1743dc94 make get_version py3 compatible 2019-10-01 11:54:56 +02:00
Emmanuel Cazenave c42bd44ea5 add Jenkinsfile 2019-10-01 11:45:59 +02:00
Benjamin Dauvergne 5d6cb71bbe release 0.18 2019-03-15 00:19:46 +01:00
Benjamin Dauvergne 6fcf32fabe py3: fix conversion of text to bytes in LDIF parser 2019-03-15 00:19:04 +01:00
Benjamin Dauvergne 2989bad541 release 0.17 2019-03-14 22:49:43 +01:00
Benjamin Dauvergne 50da2340fb slapd: stop slapd if error occurs during __init__ 2019-03-14 22:00:26 +01:00
Benjamin Dauvergne 5c633dc55f slapd: quote unix socket path in ldap:// URL 2019-03-14 22:00:26 +01:00
Benjamin Dauvergne 3c28617fe8 setup.py: remove setuptools from install_requires 2019-03-14 22:00:26 +01:00
Benjamin Dauvergne 9b7c0e441d tox.ini: remove call to eobuilder 2019-03-06 15:55:05 +01:00
Paul Marillonnet 7d8c8e9429 add python3 compatibility (#29418) 2019-03-06 15:03:46 +01:00
Benjamin Dauvergne b6aef62901 tests: fix test certificates (fixes #29850) 2019-02-26 23:31:24 +01:00
Benjamin Dauvergne 7032b74d86 tests: add missing certificates 2019-01-17 15:41:06 +01:00
Benjamin Dauvergne c3c0f1dcb7 slapd: add support for testing with TLS 2018-12-04 14:25:10 +01:00
Benjamin Dauvergne d32d58add6 pep8ness 2017-02-28 10:13:47 +01:00
Benjamin Dauvergne cf341bc320 tests: fix list of source object classes 2017-02-28 10:13:37 +01:00
Benjamin Dauvergne 9c475a9118 filter objectclass from sources, keep only known ones 2016-09-05 13:59:41 +02:00
Benjamin Dauvergne 43b76b2ab3 improve PEP8ness 2016-09-05 13:59:16 +02:00
Benjamin Dauvergne 5bb324180c report dn in errors from get_pivot_attribute() 2016-09-05 13:58:08 +02:00
Benjamin Dauvergne 9192c509b3 release 0.14 2016-07-25 15:56:51 +02:00
Benjamin Dauvergne d3236aacff modify ldif fragment to conform to grammar in python-ldap 2.4.26 2016-07-25 15:54:51 +02:00