net/py-ldap: update to 3.1.0
Changelog: Released 3.1.0 2018-05-25 This release brings two minor API changes: - Long-deprecated functions `ldap.open()` and `ldap.init()` are removed - `LDAPObject.compare_s()` and `compare_ext_s` return bool instead of 0 or 1
This commit is contained in:
parent
d6b3304885
commit
478bd7bdad
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=474389
2 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= ldap
|
||||
PORTVERSION= 3.0.0
|
||||
PORTVERSION= 3.1.0
|
||||
CATEGORIES= net python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1521151033
|
||||
SHA256 (python-ldap-3.0.0.tar.gz) = 86746b912a2cd37a54b06c694f021b0c8556d4caeab75ef50435ada152e2fbe1
|
||||
SIZE (python-ldap-3.0.0.tar.gz) = 364733
|
||||
TIMESTAMP = 1531237299
|
||||
SHA256 (python-ldap-3.1.0.tar.gz) = 41975e79406502c092732c57ef0c2c2eb318d91e8e765f81f5d4ab6c1db727c5
|
||||
SIZE (python-ldap-3.1.0.tar.gz) = 366019
|
||||
|
|
Loading…
Reference in a new issue