15
0
forked from pool/python-ldap

Accepting request 1201623 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/1201623
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ldap?expand=0&rev=61
This commit is contained in:
2024-09-17 16:19:46 +00:00
committed by Git OBS Bridge
2 changed files with 15 additions and 6 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Aug 29 07:22:28 UTC 2024 - Markéta Machová <mmachova@suse.com>
- Enable sle15_python_module_pythons (boo#1229549)
-------------------------------------------------------------------
Thu Dec 14 21:14:57 UTC 2023 - Dirk Müller <dmueller@suse.com>

View File

@@ -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