From a6e2ecc31f797f279d14ff006c62f8010be3d8b6fb5374f71ffc8c569abc3128 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Tue, 17 Sep 2024 13:11:46 +0000 Subject: [PATCH] Accepting request 1201622 from home:mcalabkova:branches:devel:languages:python:django - Enable sle15_python_module_pythons (boo#1229549) OBS-URL: https://build.opensuse.org/request/show/1201622 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ldap?expand=0&rev=137 --- python-ldap.changes | 5 +++++ python-ldap.spec | 16 ++++++++++------ 2 files changed, 15 insertions(+), 6 deletions(-) diff --git a/python-ldap.changes b/python-ldap.changes index cfe71e8..323ce81 100644 --- a/python-ldap.changes +++ b/python-ldap.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Aug 29 07:22:28 UTC 2024 - Markéta Machová + +- Enable sle15_python_module_pythons (boo#1229549) + ------------------------------------------------------------------- Thu Dec 14 21:14:57 UTC 2023 - Dirk Müller diff --git a/python-ldap.spec b/python-ldap.spec index c329fdc..e302999 100644 --- a/python-ldap.spec +++ b/python-ldap.spec @@ -1,7 +1,7 @@ # # spec file for package python-ldap # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,10 +16,7 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} - -%define skip_python2 1 - +%{?sle15_python_module_pythons} Name: python-ldap Version: 3.4.4 Release: 0 @@ -69,6 +66,13 @@ PATH=/sbin:/usr/sbin:/usr/local/bin:/usr/bin:/bin %pyunittest_arch discover -v - %files %{python_files} %license LICENCE %doc README Demo CHANGES TODO -%{python_sitearch}/* +%{python_sitearch}/ldap +%{python_sitearch}/python_ldap-%{version}*info +%{python_sitearch}/slapdtest +%{python_sitearch}/ldapurl.py +%{python_sitearch}/ldif.py +%{python_sitearch}/_ldap* +%pycache_only %{python_sitearch}/__pycache__/ldapurl* +%pycache_only %{python_sitearch}/__pycache__/ldif* %changelog