New upstream release 3.3.1
This commit is contained in:
parent
c08091bfaf
commit
6c5cb2f740
1
.gitignore
vendored
1
.gitignore
vendored
@ -10,3 +10,4 @@ python-ldap-2.3.10.tar.gz
|
||||
/python-ldap-3.0.0b4.tar.gz
|
||||
/python-ldap-3.0.0.tar.gz
|
||||
/python-ldap-3.1.0.tar.gz
|
||||
/python-ldap-3.3.1.tar.gz
|
||||
|
@ -1,18 +1,11 @@
|
||||
### Abstract ###
|
||||
# global prerelease b4
|
||||
|
||||
# Fix for https://bugzilla.redhat.com/show_bug.cgi?id=1520990
|
||||
# openldap does not re-register nss shutdown callbacks after nss_Shutdown is
|
||||
# called.
|
||||
%if 0%{?fedora} <= 26
|
||||
%global openldap_version 2.4.45-2
|
||||
%else # F27+
|
||||
%global openldap_version 2.4.45-4
|
||||
%endif
|
||||
|
||||
Name: python-ldap
|
||||
Version: 3.1.0
|
||||
Release: 11%{?dist}
|
||||
Version: 3.3.1
|
||||
Release: 1%{?dist}
|
||||
License: Python
|
||||
Summary: An object-oriented API to access LDAP directory servers
|
||||
URL: http://python-ldap.org/
|
||||
@ -93,6 +86,9 @@ TOXENV=py%{python3_version_nodots} LOGLEVEL=10 tox --sitepackages
|
||||
%{python3_sitearch}/python_ldap-%{version}%{?prerelease}-py%{python3_version}.egg-info/
|
||||
|
||||
%changelog
|
||||
* Thu Oct 22 2020 Christian Heimes <cheimes@redhat.com> - 3.3.1-1
|
||||
- New upstream release 3.3.1
|
||||
|
||||
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.1.0-11
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (python-ldap-3.1.0.tar.gz) = 71948cbae1c9a47f9e68fb8c6d65d91a2992261dd9aa535a0453f5733be1c2a25be1dda3c84abc6bdebab92150c89cc8caa757454331a0303de4fa46788b414a
|
||||
SHA512 (python-ldap-3.3.1.tar.gz) = 2a1222bf5bbc1d885611fc4f2a25d0b1b64b49ae379f1212f1b3b70fc12fdc547eb6c4af4060a20bf082547b7df8f1824bb1fdfafa37ab21acf2f1e231c4d2d1
|
||||
|
Loading…
Reference in New Issue
Block a user