Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: python3-cepces | Distribution: openSUSE Tumbleweed |
Version: 0.3.9 | Vendor: openSUSE |
Release: 2.2 | Build date: Thu Jun 13 12:37:44 2024 |
Group: Unspecified | Build host: reproducible |
Size: 366935 | Source RPM: cepces-0.3.9-2.2.src.rpm |
Packager: https://bugs.opensuse.org | |
Url: https://github.com/ufven/cepces | |
Summary: Python part of cepces |
cepces is an application for enrolling certificates through CEP and CES. This package provides the Python part for CEP and CES interaction.
GPL-3.0-or-later
* Thu Jun 13 2024 Markéta Machová <mmachova@suse.com> - remove dependency on /usr/bin/python3 (bsc#1212476) * Mon Mar 18 2024 dmulder@suse.com - Update to version 0.3.9: * Fix failure to parse DER encoded cert; (bsc#1196658). - Also disable selinux in 15.6, since it is still not supported. * Mon Jan 22 2024 dmulder@suse.com - Update to version 0.3.8: * Fix WSTEP BinarySecurityToken attribute namespaces * Migrate to SPNEGO auth mech * Thu Dec 01 2022 David Mulder <dmulder@suse.com> Release v0.3.7: - Make the openssl security level configurable * Thu Oct 20 2022 David Mulder <dmulder@suse.com> Release v0.3.6: - Fix Bug #15 cepces.conf.dist: server should be pointed to actual CEP host - Replace old requests_kerberos with requests_gssapi - setup: Do not install example configs - setup: Respect the prefix the user specifies - Delete the spec file - Make Kerberos delegation configurable - Fix Bug #24 cepces-submit 'TypeError: option values must be strings' - Removed b755b56d25f3e54f8f15d9985fd0597b21c1051d.patch because it is now upstream. * Wed Jun 01 2022 David Mulder <dmulder@suse.com> Release v0.3.5: - Added polling_interval which tells certmonger how long to wait in seconds before retrying. - Implemented Certificate authentication method. - Python 3.10 compatible. * Tue May 10 2022 Dirk Müller <dmueller@suse.com> - add b755b56d25f3e54f8f15d9985fd0597b21c1051d.patch * Wed Oct 06 2021 Fabian Vogt <fvogt@suse.com> - Only install the selinux policy if necessary - Add missing dependency on the main package to the certmonger subpackage - Use %license and move it to the common subpackage - Avoid bashisms - Fix file list for the python subpackage for 3.10+ * Tue Oct 05 2021 David Mulder <david.mulder@suse.com> - Also disable selinux in 15.4, since it is still not supported. * Thu Aug 19 2021 David Mulder <dmulder@suse.com> - Disable selinux where not supported; (jsc#SLE-18456). * Mon Jul 19 2021 David Mulder <dmulder@suse.com> - Fix configuration missing global section. - Add a test runner for executing unittests, and github CI. * Mon Jul 12 2021 David Mulder <dmulder@suse.com> - v0.3.4: Allow overriding of parameters from the command line - Removed upstreamed patch 0001-Added-Kerberos-delegation.patch - Removed upstreamed patch 0001-Allow-overriding-of-server-auth-from-the-command-lin.patch - Removed upstreamed patch 0001-add-SELinux-permissions-for-RHEL-6.patch * Tue Jun 29 2021 David Mulder <dmulder@suse.com> - v0.3.3: Initial submission of sources; (jsc#SLE-18457).
/usr/lib/python3.11/site-packages/cepces /usr/lib/python3.11/site-packages/cepces-0.3.9-py3.11.egg-info /usr/lib/python3.11/site-packages/cepces-0.3.9-py3.11.egg-info/PKG-INFO /usr/lib/python3.11/site-packages/cepces-0.3.9-py3.11.egg-info/SOURCES.txt /usr/lib/python3.11/site-packages/cepces-0.3.9-py3.11.egg-info/dependency_links.txt /usr/lib/python3.11/site-packages/cepces-0.3.9-py3.11.egg-info/top_level.txt /usr/lib/python3.11/site-packages/cepces/__init__.py /usr/lib/python3.11/site-packages/cepces/__pycache__ /usr/lib/python3.11/site-packages/cepces/__pycache__/__init__.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/cepces/__pycache__/__init__.cpython-311.pyc /usr/lib/python3.11/site-packages/cepces/__pycache__/auth.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/cepces/__pycache__/auth.cpython-311.pyc /usr/lib/python3.11/site-packages/cepces/__pycache__/config.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/cepces/__pycache__/config.cpython-311.pyc /usr/lib/python3.11/site-packages/cepces/__pycache__/core.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/cepces/__pycache__/core.cpython-311.pyc /usr/lib/python3.11/site-packages/cepces/__pycache__/log.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/cepces/__pycache__/log.cpython-311.pyc /usr/lib/python3.11/site-packages/cepces/auth.py /usr/lib/python3.11/site-packages/cepces/certmonger /usr/lib/python3.11/site-packages/cepces/certmonger/__init__.py /usr/lib/python3.11/site-packages/cepces/certmonger/__pycache__ /usr/lib/python3.11/site-packages/cepces/certmonger/__pycache__/__init__.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/cepces/certmonger/__pycache__/__init__.cpython-311.pyc /usr/lib/python3.11/site-packages/cepces/certmonger/__pycache__/core.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/cepces/certmonger/__pycache__/core.cpython-311.pyc /usr/lib/python3.11/site-packages/cepces/certmonger/__pycache__/operation.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/cepces/certmonger/__pycache__/operation.cpython-311.pyc /usr/lib/python3.11/site-packages/cepces/certmonger/core.py /usr/lib/python3.11/site-packages/cepces/certmonger/operation.py /usr/lib/python3.11/site-packages/cepces/config.py /usr/lib/python3.11/site-packages/cepces/core.py /usr/lib/python3.11/site-packages/cepces/krb5 /usr/lib/python3.11/site-packages/cepces/krb5/__init__.py /usr/lib/python3.11/site-packages/cepces/krb5/__pycache__ /usr/lib/python3.11/site-packages/cepces/krb5/__pycache__/__init__.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/cepces/krb5/__pycache__/__init__.cpython-311.pyc /usr/lib/python3.11/site-packages/cepces/krb5/__pycache__/core.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/cepces/krb5/__pycache__/core.cpython-311.pyc /usr/lib/python3.11/site-packages/cepces/krb5/__pycache__/functions.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/cepces/krb5/__pycache__/functions.cpython-311.pyc /usr/lib/python3.11/site-packages/cepces/krb5/__pycache__/lib.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/cepces/krb5/__pycache__/lib.cpython-311.pyc /usr/lib/python3.11/site-packages/cepces/krb5/__pycache__/types.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/cepces/krb5/__pycache__/types.cpython-311.pyc /usr/lib/python3.11/site-packages/cepces/krb5/core.py /usr/lib/python3.11/site-packages/cepces/krb5/functions.py /usr/lib/python3.11/site-packages/cepces/krb5/lib.py /usr/lib/python3.11/site-packages/cepces/krb5/types.py /usr/lib/python3.11/site-packages/cepces/log.py /usr/lib/python3.11/site-packages/cepces/soap /usr/lib/python3.11/site-packages/cepces/soap/__init__.py /usr/lib/python3.11/site-packages/cepces/soap/__pycache__ /usr/lib/python3.11/site-packages/cepces/soap/__pycache__/__init__.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/cepces/soap/__pycache__/__init__.cpython-311.pyc /usr/lib/python3.11/site-packages/cepces/soap/__pycache__/auth.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/cepces/soap/__pycache__/auth.cpython-311.pyc /usr/lib/python3.11/site-packages/cepces/soap/__pycache__/service.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/cepces/soap/__pycache__/service.cpython-311.pyc /usr/lib/python3.11/site-packages/cepces/soap/__pycache__/types.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/cepces/soap/__pycache__/types.cpython-311.pyc /usr/lib/python3.11/site-packages/cepces/soap/auth.py /usr/lib/python3.11/site-packages/cepces/soap/service.py /usr/lib/python3.11/site-packages/cepces/soap/types.py /usr/lib/python3.11/site-packages/cepces/wstep /usr/lib/python3.11/site-packages/cepces/wstep/__init__.py /usr/lib/python3.11/site-packages/cepces/wstep/__pycache__ /usr/lib/python3.11/site-packages/cepces/wstep/__pycache__/__init__.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/cepces/wstep/__pycache__/__init__.cpython-311.pyc /usr/lib/python3.11/site-packages/cepces/wstep/__pycache__/service.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/cepces/wstep/__pycache__/service.cpython-311.pyc /usr/lib/python3.11/site-packages/cepces/wstep/__pycache__/types.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/cepces/wstep/__pycache__/types.cpython-311.pyc /usr/lib/python3.11/site-packages/cepces/wstep/service.py /usr/lib/python3.11/site-packages/cepces/wstep/types.py /usr/lib/python3.11/site-packages/cepces/xcep /usr/lib/python3.11/site-packages/cepces/xcep/__init__.py /usr/lib/python3.11/site-packages/cepces/xcep/__pycache__ /usr/lib/python3.11/site-packages/cepces/xcep/__pycache__/__init__.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/cepces/xcep/__pycache__/__init__.cpython-311.pyc /usr/lib/python3.11/site-packages/cepces/xcep/__pycache__/converter.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/cepces/xcep/__pycache__/converter.cpython-311.pyc /usr/lib/python3.11/site-packages/cepces/xcep/__pycache__/service.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/cepces/xcep/__pycache__/service.cpython-311.pyc /usr/lib/python3.11/site-packages/cepces/xcep/__pycache__/types.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/cepces/xcep/__pycache__/types.cpython-311.pyc /usr/lib/python3.11/site-packages/cepces/xcep/converter.py /usr/lib/python3.11/site-packages/cepces/xcep/service.py /usr/lib/python3.11/site-packages/cepces/xcep/types.py /usr/lib/python3.11/site-packages/cepces/xml /usr/lib/python3.11/site-packages/cepces/xml/__init__.py /usr/lib/python3.11/site-packages/cepces/xml/__pycache__ /usr/lib/python3.11/site-packages/cepces/xml/__pycache__/__init__.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/cepces/xml/__pycache__/__init__.cpython-311.pyc /usr/lib/python3.11/site-packages/cepces/xml/__pycache__/binding.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/cepces/xml/__pycache__/binding.cpython-311.pyc /usr/lib/python3.11/site-packages/cepces/xml/__pycache__/converter.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/cepces/xml/__pycache__/converter.cpython-311.pyc /usr/lib/python3.11/site-packages/cepces/xml/__pycache__/util.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/cepces/xml/__pycache__/util.cpython-311.pyc /usr/lib/python3.11/site-packages/cepces/xml/binding.py /usr/lib/python3.11/site-packages/cepces/xml/converter.py /usr/lib/python3.11/site-packages/cepces/xml/util.py /usr/share/licenses/python3-cepces /usr/share/licenses/python3-cepces/LICENSE
Generated by rpm2html 1.8.1
Fabrice Bellet, Wed Feb 12 23:53:52 2025