Compare commits
1 Commits
Author | SHA256 | Date | |
---|---|---|---|
6f6c5ad344 |
BIN
python-ldap-3.4.3.tar.gz
(Stored with Git LFS)
Normal file
BIN
python-ldap-3.4.3.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
python-ldap-3.4.4.tar.gz
(Stored with Git LFS)
BIN
python-ldap-3.4.4.tar.gz
(Stored with Git LFS)
Binary file not shown.
@@ -1,17 +1,3 @@
|
|||||||
-------------------------------------------------------------------
|
|
||||||
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>
|
|
||||||
|
|
||||||
- update to 3.4.4:
|
|
||||||
* Reconnect race condition in ReconnectLDAPObject is now fixed
|
|
||||||
* Socket ownership is now claimed once we've passed it to
|
|
||||||
libldap LDAP_set_option string formats are now compatible
|
|
||||||
with Python 3.12
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Aug 14 06:14:37 UTC 2023 - William Brown <william.brown@suse.com>
|
Mon Aug 14 06:14:37 UTC 2023 - William Brown <william.brown@suse.com>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-ldap
|
# spec file for package python-ldap
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 SUSE LLC
|
# Copyright (c) 2023 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -16,9 +16,12 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
|
|
||||||
|
%define skip_python2 1
|
||||||
|
|
||||||
Name: python-ldap
|
Name: python-ldap
|
||||||
Version: 3.4.4
|
Version: 3.4.3
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Python LDAP interface
|
Summary: Python LDAP interface
|
||||||
License: Python-2.0
|
License: Python-2.0
|
||||||
@@ -66,13 +69,6 @@ PATH=/sbin:/usr/sbin:/usr/local/bin:/usr/bin:/bin %pyunittest_arch discover -v -
|
|||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%license LICENCE
|
%license LICENCE
|
||||||
%doc README Demo CHANGES TODO
|
%doc README Demo CHANGES TODO
|
||||||
%{python_sitearch}/ldap
|
%{python_sitearch}/*
|
||||||
%{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
|
%changelog
|
||||||
|
Reference in New Issue
Block a user