fix: re-expose ServiceInfo._set_properties for backwards compat (#1327) · python-zeroconf/python-zeroconf@39c4005

Original file line numberDiff line numberDiff line change

@@ -74,7 +74,7 @@ cdef class ServiceInfo(RecordUpdateListener):

7474

@cython.locals(length="unsigned char", index="unsigned int", key_value=bytes, key_sep_value=tuple)

7575

cdef void _unpack_text_into_properties(self)

7676
77-

cdef _set_properties(self, cython.dict properties)

77+

cpdef _set_properties(self, cython.dict properties)

7878
7979

cdef _set_text(self, cython.bytes text)

8080