Compare commits

..

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
dc08e3674f
!37 update to 3.4.4
From: @tmacbb 
Reviewed-by: @robertxw, @compile_success 
Signed-off-by: @compile_success
2024-02-05 06:57:12 +00:00
tmacbb
aeb16eebdd update to 3.4.4 2024-02-04 17:29:11 +08:00
openeuler-ci-bot
c36bcaca97
!34 sync commit "modify to generate debug rpms" "fix a system error and optimize the checking of LDAP results"
From: @zhouwenpei 
Reviewed-by: @t_feng, @compile_success 
Signed-off-by: @t_feng, @compile_success
2022-08-05 09:33:16 +00:00
zhouwenpei
1176596ece sync 22.03-LTS branch 2022-08-05 17:26:47 +08:00
openeuler-ci-bot
a2d4605edf
!27 fix CVE-2021-46823
From: @zhouwenpei 
Reviewed-by: @compile_success 
Signed-off-by: @compile_success
2022-07-26 11:40:15 +00:00
zhouwenpei
1a07ecdfc5 fix CVE-2021-46823 2022-07-26 16:46:39 +08:00
openeuler-ci-bot
b8ab598678
!22 【轻量级PR】删除spec文件中不必要的编译依赖
From: @kkzhs_admin 
Reviewed-by: @shinwell_hu 
Signed-off-by: @shinwell_hu
2022-03-07 02:20:44 +00:00
kkz
faa2eb4733 remove some unnecessary buildrequires 2022-03-04 17:09:47 +08:00
openeuler-ci-bot
f815d4cde4 !11 update python-ldap to 3.3.1
From: @haochenstar
Reviewed-by: @small_leek
Signed-off-by: @small_leek
2021-02-02 16:20:41 +08:00
haochenstar
304614b64c update python-ldap to 3.3.1 2021-02-02 10:01:06 +08:00
3 changed files with 42 additions and 10 deletions

Binary file not shown.

BIN
python-ldap-3.4.4.tar.gz Normal file

Binary file not shown.

View File

@ -1,14 +1,13 @@
%define debug_package %{nil}
Name: python-ldap Name: python-ldap
Version: 3.1.0 Version: 3.4.4
Release: 4 Release: 1
Summary: An object-oriented API to access LDAP directory servers Summary: An object-oriented API to access LDAP directory servers
License: Python License: Python-2.0
URL: http://python-ldap.org/ URL: http://python-ldap.org/
Source0: https://files.pythonhosted.org/packages/source/p/%{name}/%{name}-%{version}.tar.gz Source0: https://files.pythonhosted.org/packages/source/p/%{name}/%{name}-%{version}.tar.gz
BuildRequires: gcc openldap-devel openssl-devel cyrus-sasl-devel BuildRequires: gcc openldap-devel
BuildRequires: python3-devel python3-setuptools openldap-servers BuildRequires: python3-devel python3-setuptools
%description %description
python-ldap provides an object-oriented API for working with LDAP within\ python-ldap provides an object-oriented API for working with LDAP within\
@ -35,11 +34,11 @@ OpenLDAP 2.x libraries, and contains modules for other LDAP-related tasks\
%package_help %package_help
%prep %prep
%autosetup -n %{name}-%{version} %autosetup -p1 -n %{name}-%{version}
find . -name '*.py' | xargs sed -i '1s|^#!/usr/bin/env python|#!%{__python3}|' find . -name '*.py' | xargs sed -i '1s|^#!/usr/bin/env python|#!%{__python3}|'
sed -i 's,-Werror,-Wignore,g' tox.ini sed -i 's,-Werror,-Wignore,g' tox.ini
%build %build
%_bindir/python3 setup.py build '--executable=%_bindir/python3 -s' %py3_build
%install %install
%_bindir/python3 setup.py install -O1 --skip-build --root %buildroot %_bindir/python3 setup.py install -O1 --skip-build --root %buildroot
@ -56,6 +55,39 @@ sed -i 's,-Werror,-Wignore,g' tox.ini
%doc CHANGES README TODO Demo %doc CHANGES README TODO Demo
%changelog %changelog
* Thu Feb 1 2024 liubo <liubo335@huawei.com> - 3.4.4-1
- Type: requirement
- ID: NA
- SUG: NA
- DESC: update to version 3.4.4
* Fri Aug 05 2022 zhouwenpei <zhouwenpei1@h-partners.com> - 3.3.1-5
- Type:bugfix
- Id:NA
- SUG:NA
- DESC:fix a system error and optimize the checking of LDAP results
* Fri Aug 05 2022 zhouwenpei <zhouwenpei1@h-partners.com> - 3.3.1-4
- Type:requirements
- Id:NA
- SUG:NA
- DESC:modify to generate debug rpms
* Tue Jul 26 2022 zhouwenpei <zhouwenpei1@h-partners.com> - 3.3.1-3
- Type:CVE
- Id:CVE-2021-46823
- SUG:NA
- DESC:fix CVE-2021-46823
* Fri Mar 04 2022 zhaoshuang <zhaoshuang@uniontech.com> - 3.3.1-2
- remove some unnecessary buildrequires
* Tue Feb 02 2021 xihaochen <xihaochen@huawei.com> - 3.3.1-1
- Type:requirements
- Id:NA
- SUG:NA
- DESC:update python-ldap to 3.3.1
* Wed Oct 14 2020 shixuantong<shixuantong@huawei.com> - 3.1.0-4 * Wed Oct 14 2020 shixuantong<shixuantong@huawei.com> - 3.1.0-4
- delete useless buildrequires - delete useless buildrequires