diff --git a/python-ldap-3.3.1.tar.gz b/python-ldap-3.3.1.tar.gz deleted file mode 100644 index 8ab0ba71aaadda0d800b56c89ef2ed5eacd53f2c..0000000000000000000000000000000000000000 Binary files a/python-ldap-3.3.1.tar.gz and /dev/null differ diff --git a/python-ldap-3.4.0.tar.gz b/python-ldap-3.4.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..99643101b271d52a585dba1924526d154b3ded68 Binary files /dev/null and b/python-ldap-3.4.0.tar.gz differ diff --git a/python-ldap.spec b/python-ldap.spec index 6c63fe1cde06a07e81343cd3915d61d6d7131a9c..f1134c4d99b397811cd035494ea89ee0219eb0a0 100644 --- a/python-ldap.spec +++ b/python-ldap.spec @@ -1,11 +1,11 @@ %define debug_package %{nil} Name: python-ldap -Version: 3.3.1 -Release: 2 +Version: 3.4.0 +Release: 1 Summary: An object-oriented API to access LDAP directory servers License: Python URL: http://python-ldap.org/ -Source0: https://files.pythonhosted.org/packages/source/p/%{name}/%{name}-%{version}.tar.gz +Source0: https://files.pythonhosted.org/packages/41/e2/6b12190c171b78d1cd8c9d0d3380d18b85959aecb2b1267f7bdd5b66cd8f/python-ldap-3.4.0.tar.gz BuildRequires: gcc openldap-devel BuildRequires: python3-devel python3-setuptools @@ -56,6 +56,9 @@ sed -i 's,-Werror,-Wignore,g' tox.ini %doc CHANGES README TODO Demo %changelog +* Mon Jul 25 2022 liksh - 3.4.0-1 +- upgrade for openstack yoga + * Fri Mar 04 2022 zhaoshuang - 3.3.1-2 - remove some unnecessary buildrequires