===> Building for py310-tulir-telethon-1.37.0a1 * Building wheel... /opt/pkg/lib/python3.10/site-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated. !! ******************************************************************************** Please consider removing the following classifiers in favor of a SPDX license expression: License :: OSI Approved :: MIT License See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! self._finalize_license_expression() running bdist_wheel running build running build_py creating build/lib/telethon copying telethon/__init__.py -> build/lib/telethon copying telethon/custom.py -> build/lib/telethon copying telethon/functions.py -> build/lib/telethon copying telethon/helpers.py -> build/lib/telethon copying telethon/hints.py -> build/lib/telethon copying telethon/password.py -> build/lib/telethon copying telethon/requestiter.py -> build/lib/telethon copying telethon/sync.py -> build/lib/telethon copying telethon/types.py -> build/lib/telethon copying telethon/utils.py -> build/lib/telethon copying telethon/version.py -> build/lib/telethon creating build/lib/telethon/_updates copying telethon/_updates/__init__.py -> build/lib/telethon/_updates copying telethon/_updates/entitycache.py -> build/lib/telethon/_updates copying telethon/_updates/messagebox.py -> build/lib/telethon/_updates copying telethon/_updates/session.py -> build/lib/telethon/_updates creating build/lib/telethon/client copying telethon/client/__init__.py -> build/lib/telethon/client copying telethon/client/account.py -> build/lib/telethon/client copying telethon/client/auth.py -> build/lib/telethon/client copying telethon/client/bots.py -> build/lib/telethon/client copying telethon/client/buttons.py -> build/lib/telethon/client copying telethon/client/chats.py -> build/lib/telethon/client copying telethon/client/dialogs.py -> build/lib/telethon/client copying telethon/client/downloads.py -> build/lib/telethon/client copying telethon/client/messageparse.py -> build/lib/telethon/client copying telethon/client/messages.py -> build/lib/telethon/client copying telethon/client/telegrambaseclient.py -> build/lib/telethon/client copying telethon/client/telegramclient.py -> build/lib/telethon/client copying telethon/client/updates.py -> build/lib/telethon/client copying telethon/client/uploads.py -> build/lib/telethon/client copying telethon/client/users.py -> build/lib/telethon/client creating build/lib/telethon/crypto copying telethon/crypto/__init__.py -> build/lib/telethon/crypto copying telethon/crypto/aes.py -> build/lib/telethon/crypto copying telethon/crypto/aesctr.py -> build/lib/telethon/crypto copying telethon/crypto/authkey.py -> build/lib/telethon/crypto copying telethon/crypto/cdndecrypter.py -> build/lib/telethon/crypto copying telethon/crypto/factorization.py -> build/lib/telethon/crypto copying telethon/crypto/libssl.py -> build/lib/telethon/crypto copying telethon/crypto/rsa.py -> build/lib/telethon/crypto creating build/lib/telethon/errors copying telethon/errors/__init__.py -> build/lib/telethon/errors copying telethon/errors/common.py -> build/lib/telethon/errors copying telethon/errors/rpcbaseerrors.py -> build/lib/telethon/errors copying telethon/errors/rpcerrorlist.py -> build/lib/telethon/errors creating build/lib/telethon/events copying telethon/events/__init__.py -> build/lib/telethon/events copying telethon/events/album.py -> build/lib/telethon/events copying telethon/events/callbackquery.py -> build/lib/telethon/events copying telethon/events/chataction.py -> build/lib/telethon/events copying telethon/events/common.py -> build/lib/telethon/events copying telethon/events/inlinequery.py -> build/lib/telethon/events copying telethon/events/messagedeleted.py -> build/lib/telethon/events copying telethon/events/messageedited.py -> build/lib/telethon/events copying telethon/events/messageread.py -> build/lib/telethon/events copying telethon/events/newmessage.py -> build/lib/telethon/events copying telethon/events/raw.py -> build/lib/telethon/events copying telethon/events/userupdate.py -> build/lib/telethon/events creating build/lib/telethon/extensions copying telethon/extensions/__init__.py -> build/lib/telethon/extensions copying telethon/extensions/binaryreader.py -> build/lib/telethon/extensions copying telethon/extensions/html.py -> build/lib/telethon/extensions copying telethon/extensions/markdown.py -> build/lib/telethon/extensions copying telethon/extensions/messagepacker.py -> build/lib/telethon/extensions creating build/lib/telethon/network copying telethon/network/__init__.py -> build/lib/telethon/network copying telethon/network/authenticator.py -> build/lib/telethon/network copying telethon/network/mtprotoplainsender.py -> build/lib/telethon/network copying telethon/network/mtprotosender.py -> build/lib/telethon/network copying telethon/network/mtprotostate.py -> build/lib/telethon/network copying telethon/network/requeststate.py -> build/lib/telethon/network creating build/lib/telethon/sessions copying telethon/sessions/__init__.py -> build/lib/telethon/sessions copying telethon/sessions/abstract.py -> build/lib/telethon/sessions copying telethon/sessions/memory.py -> build/lib/telethon/sessions copying telethon/sessions/sqlite.py -> build/lib/telethon/sessions copying telethon/sessions/string.py -> build/lib/telethon/sessions creating build/lib/telethon/tl copying telethon/tl/__init__.py -> build/lib/telethon/tl copying telethon/tl/alltlobjects.py -> build/lib/telethon/tl copying telethon/tl/tlobject.py -> build/lib/telethon/tl creating build/lib/telethon/network/connection copying telethon/network/connection/__init__.py -> build/lib/telethon/network/connection copying telethon/network/connection/connection.py -> build/lib/telethon/network/connection copying telethon/network/connection/http.py -> build/lib/telethon/network/connection copying telethon/network/connection/tcpabridged.py -> build/lib/telethon/network/connection copying telethon/network/connection/tcpfull.py -> build/lib/telethon/network/connection copying telethon/network/connection/tcpintermediate.py -> build/lib/telethon/network/connection copying telethon/network/connection/tcpmtproxy.py -> build/lib/telethon/network/connection copying telethon/network/connection/tcpobfuscated.py -> build/lib/telethon/network/connection creating build/lib/telethon/tl/core copying telethon/tl/core/__init__.py -> build/lib/telethon/tl/core copying telethon/tl/core/gzippacked.py -> build/lib/telethon/tl/core copying telethon/tl/core/messagecontainer.py -> build/lib/telethon/tl/core copying telethon/tl/core/rpcresult.py -> build/lib/telethon/tl/core copying telethon/tl/core/tlmessage.py -> build/lib/telethon/tl/core creating build/lib/telethon/tl/custom copying telethon/tl/custom/__init__.py -> build/lib/telethon/tl/custom copying telethon/tl/custom/adminlogevent.py -> build/lib/telethon/tl/custom copying telethon/tl/custom/button.py -> build/lib/telethon/tl/custom copying telethon/tl/custom/chatgetter.py -> build/lib/telethon/tl/custom copying telethon/tl/custom/conversation.py -> build/lib/telethon/tl/custom copying telethon/tl/custom/dialog.py -> build/lib/telethon/tl/custom copying telethon/tl/custom/draft.py -> build/lib/telethon/tl/custom copying telethon/tl/custom/file.py -> build/lib/telethon/tl/custom copying telethon/tl/custom/forward.py -> build/lib/telethon/tl/custom copying telethon/tl/custom/inlinebuilder.py -> build/lib/telethon/tl/custom copying telethon/tl/custom/inlineresult.py -> build/lib/telethon/tl/custom copying telethon/tl/custom/inlineresults.py -> build/lib/telethon/tl/custom copying telethon/tl/custom/inputsizedfile.py -> build/lib/telethon/tl/custom copying telethon/tl/custom/message.py -> build/lib/telethon/tl/custom copying telethon/tl/custom/messagebutton.py -> build/lib/telethon/tl/custom copying telethon/tl/custom/participantpermissions.py -> build/lib/telethon/tl/custom copying telethon/tl/custom/qrlogin.py -> build/lib/telethon/tl/custom copying telethon/tl/custom/sendergetter.py -> build/lib/telethon/tl/custom creating build/lib/telethon/tl/functions copying telethon/tl/functions/__init__.py -> build/lib/telethon/tl/functions copying telethon/tl/functions/account.py -> build/lib/telethon/tl/functions copying telethon/tl/functions/auth.py -> build/lib/telethon/tl/functions copying telethon/tl/functions/bots.py -> build/lib/telethon/tl/functions copying telethon/tl/functions/channels.py -> build/lib/telethon/tl/functions copying telethon/tl/functions/chatlists.py -> build/lib/telethon/tl/functions copying telethon/tl/functions/contacts.py -> build/lib/telethon/tl/functions copying telethon/tl/functions/folders.py -> build/lib/telethon/tl/functions copying telethon/tl/functions/fragment.py -> build/lib/telethon/tl/functions copying telethon/tl/functions/help.py -> build/lib/telethon/tl/functions copying telethon/tl/functions/langpack.py -> build/lib/telethon/tl/functions copying telethon/tl/functions/messages.py -> build/lib/telethon/tl/functions copying telethon/tl/functions/payments.py -> build/lib/telethon/tl/functions copying telethon/tl/functions/phone.py -> build/lib/telethon/tl/functions copying telethon/tl/functions/photos.py -> build/lib/telethon/tl/functions copying telethon/tl/functions/premium.py -> build/lib/telethon/tl/functions copying telethon/tl/functions/smsjobs.py -> build/lib/telethon/tl/functions copying telethon/tl/functions/stats.py -> build/lib/telethon/tl/functions copying telethon/tl/functions/stickers.py -> build/lib/telethon/tl/functions copying telethon/tl/functions/stories.py -> build/lib/telethon/tl/functions copying telethon/tl/functions/updates.py -> build/lib/telethon/tl/functions copying telethon/tl/functions/upload.py -> build/lib/telethon/tl/functions copying telethon/tl/functions/users.py -> build/lib/telethon/tl/functions creating build/lib/telethon/tl/patched copying telethon/tl/patched/__init__.py -> build/lib/telethon/tl/patched creating build/lib/telethon/tl/types copying telethon/tl/types/__init__.py -> build/lib/telethon/tl/types copying telethon/tl/types/account.py -> build/lib/telethon/tl/types copying telethon/tl/types/auth.py -> build/lib/telethon/tl/types copying telethon/tl/types/bots.py -> build/lib/telethon/tl/types copying telethon/tl/types/channels.py -> build/lib/telethon/tl/types copying telethon/tl/types/chatlists.py -> build/lib/telethon/tl/types copying telethon/tl/types/contacts.py -> build/lib/telethon/tl/types copying telethon/tl/types/fragment.py -> build/lib/telethon/tl/types copying telethon/tl/types/help.py -> build/lib/telethon/tl/types copying telethon/tl/types/messages.py -> build/lib/telethon/tl/types copying telethon/tl/types/payments.py -> build/lib/telethon/tl/types copying telethon/tl/types/phone.py -> build/lib/telethon/tl/types copying telethon/tl/types/photos.py -> build/lib/telethon/tl/types copying telethon/tl/types/premium.py -> build/lib/telethon/tl/types copying telethon/tl/types/smsjobs.py -> build/lib/telethon/tl/types copying telethon/tl/types/stats.py -> build/lib/telethon/tl/types copying telethon/tl/types/stickers.py -> build/lib/telethon/tl/types copying telethon/tl/types/storage.py -> build/lib/telethon/tl/types copying telethon/tl/types/stories.py -> build/lib/telethon/tl/types copying telethon/tl/types/updates.py -> build/lib/telethon/tl/types copying telethon/tl/types/upload.py -> build/lib/telethon/tl/types copying telethon/tl/types/users.py -> build/lib/telethon/tl/types installing to build/bdist.macosx-12.3-arm64/wheel running install running install_lib creating build/bdist.macosx-12.3-arm64/wheel creating build/bdist.macosx-12.3-arm64/wheel/telethon copying build/lib/telethon/__init__.py -> build/bdist.macosx-12.3-arm64/wheel/./telethon creating build/bdist.macosx-12.3-arm64/wheel/telethon/_updates copying build/lib/telethon/_updates/__init__.py -> build/bdist.macosx-12.3-arm64/wheel/./telethon/_updates copying build/lib/telethon/_updates/entitycache.py -> build/bdist.macosx-12.3-arm64/wheel/./telethon/_updates copying build/lib/telethon/_updates/messagebox.py -> build/bdist.macosx-12.3-arm64/wheel/./telethon/_updates copying build/lib/telethon/_updates/session.py -> build/bdist.macosx-12.3-arm64/wheel/./telethon/_updates creating build/bdist.macosx-12.3-arm64/wheel/telethon/client copying build/lib/telethon/client/__init__.py -> build/bdist.macosx-12.3-arm64/wheel/./telethon/client copying build/lib/telethon/client/account.py -> build/bdist.macosx-12.3-arm64/wheel/./telethon/client copying build/lib/telethon/client/auth.py -> build/bdist.macosx-12.3-arm64/wheel/./telethon/client copying build/lib/telethon/client/bots.py -> build/bdist.macosx-12.3-arm64/wheel/./telethon/client copying build/lib/telethon/client/buttons.py -> build/bdist.macosx-12.3-arm64/wheel/./telethon/client copying build/lib/telethon/client/chats.py -> build/bdist.macosx-12.3-arm64/wheel/./telethon/client copying build/lib/telethon/client/dialogs.py -> build/bdist.macosx-12.3-arm64/wheel/./telethon/client copying build/lib/telethon/client/downloads.py -> build/bdist.macosx-12.3-arm64/wheel/./telethon/client copying build/lib/telethon/client/messageparse.py -> build/bdist.macosx-12.3-arm64/wheel/./telethon/client copying build/lib/telethon/client/messages.py -> build/bdist.macosx-12.3-arm64/wheel/./telethon/client copying build/lib/telethon/client/telegrambaseclient.py -> build/bdist.macosx-12.3-arm64/wheel/./telethon/client copying build/lib/telethon/client/telegramclient.py -> build/bdist.macosx-12.3-arm64/wheel/./telethon/client copying build/lib/telethon/client/updates.py -> build/bdist.macosx-12.3-arm64/wheel/./telethon/client copying build/lib/telethon/client/uploads.py -> build/bdist.macosx-12.3-arm64/wheel/./telethon/client copying build/lib/telethon/client/users.py -> build/bdist.macosx-12.3-arm64/wheel/./telethon/client creating build/bdist.macosx-12.3-arm64/wheel/telethon/crypto copying build/lib/telethon/crypto/__init__.py -> build/bdist.macosx-12.3-arm64/wheel/./telethon/crypto copying build/lib/telethon/crypto/aes.py -> build/bdist.macosx-12.3-arm64/wheel/./telethon/crypto copying build/lib/telethon/crypto/aesctr.py -> build/bdist.macosx-12.3-arm64/wheel/./telethon/crypto copying build/lib/telethon/crypto/authkey.py -> build/bdist.macosx-12.3-arm64/wheel/./telethon/crypto copying build/lib/telethon/crypto/cdndecrypter.py -> build/bdist.macosx-12.3-arm64/wheel/./telethon/crypto copying build/lib/telethon/crypto/factorization.py -> build/bdist.macosx-12.3-arm64/wheel/./telethon/crypto copying build/lib/telethon/crypto/libssl.py -> build/bdist.macosx-12.3-arm64/wheel/./telethon/crypto copying build/lib/telethon/crypto/rsa.py -> build/bdist.macosx-12.3-arm64/wheel/./telethon/crypto copying build/lib/telethon/custom.py -> build/bdist.macosx-12.3-arm64/wheel/./telethon creating build/bdist.macosx-12.3-arm64/wheel/telethon/errors copying build/lib/telethon/errors/__init__.py -> build/bdist.macosx-12.3-arm64/wheel/./telethon/errors copying build/lib/telethon/errors/common.py -> build/bdist.macosx-12.3-arm64/wheel/./telethon/errors copying build/lib/telethon/errors/rpcbaseerrors.py -> build/bdist.macosx-12.3-arm64/wheel/./telethon/errors copying build/lib/telethon/errors/rpcerrorlist.py -> build/bdist.macosx-12.3-arm64/wheel/./telethon/errors creating build/bdist.macosx-12.3-arm64/wheel/telethon/events copying build/lib/telethon/events/__init__.py -> build/bdist.macosx-12.3-arm64/wheel/./telethon/events copying build/lib/telethon/events/album.py -> build/bdist.macosx-12.3-arm64/wheel/./telethon/events copying build/lib/telethon/events/callbackquery.py -> build/bdist.macosx-12.3-arm64/wheel/./telethon/events copying build/lib/telethon/events/chataction.py -> build/bdist.macosx-12.3-arm64/wheel/./telethon/events copying build/lib/telethon/events/common.py -> build/bdist.macosx-12.3-arm64/wheel/./telethon/events copying build/lib/telethon/events/inlinequery.py -> build/bdist.macosx-12.3-arm64/wheel/./telethon/events copying build/lib/telethon/events/messagedeleted.py -> build/bdist.macosx-12.3-arm64/wheel/./telethon/events copying build/lib/telethon/events/messageedited.py -> build/bdist.macosx-12.3-arm64/wheel/./telethon/events copying build/lib/telethon/events/messageread.py -> build/bdist.macosx-12.3-arm64/wheel/./telethon/events copying build/lib/telethon/events/newmessage.py -> build/bdist.macosx-12.3-arm64/wheel/./telethon/events copying build/lib/telethon/events/raw.py -> build/bdist.macosx-12.3-arm64/wheel/./telethon/events copying build/lib/telethon/events/userupdate.py -> build/bdist.macosx-12.3-arm64/wheel/./telethon/events creating build/bdist.macosx-12.3-arm64/wheel/telethon/extensions copying build/lib/telethon/extensions/__init__.py -> build/bdist.macosx-12.3-arm64/wheel/./telethon/extensions copying build/lib/telethon/extensions/binaryreader.py -> build/bdist.macosx-12.3-arm64/wheel/./telethon/extensions copying build/lib/telethon/extensions/html.py -> build/bdist.macosx-12.3-arm64/wheel/./telethon/extensions copying build/lib/telethon/extensions/markdown.py -> build/bdist.macosx-12.3-arm64/wheel/./telethon/extensions copying build/lib/telethon/extensions/messagepacker.py -> build/bdist.macosx-12.3-arm64/wheel/./telethon/extensions copying build/lib/telethon/functions.py -> build/bdist.macosx-12.3-arm64/wheel/./telethon copying build/lib/telethon/helpers.py -> build/bdist.macosx-12.3-arm64/wheel/./telethon copying build/lib/telethon/hints.py -> build/bdist.macosx-12.3-arm64/wheel/./telethon creating build/bdist.macosx-12.3-arm64/wheel/telethon/network copying build/lib/telethon/network/__init__.py -> build/bdist.macosx-12.3-arm64/wheel/./telethon/network copying build/lib/telethon/network/authenticator.py -> build/bdist.macosx-12.3-arm64/wheel/./telethon/network creating build/bdist.macosx-12.3-arm64/wheel/telethon/network/connection copying build/lib/telethon/network/connection/__init__.py -> build/bdist.macosx-12.3-arm64/wheel/./telethon/network/connection copying build/lib/telethon/network/connection/connection.py -> build/bdist.macosx-12.3-arm64/wheel/./telethon/network/connection copying build/lib/telethon/network/connection/http.py -> build/bdist.macosx-12.3-arm64/wheel/./telethon/network/connection copying build/lib/telethon/network/connection/tcpabridged.py -> build/bdist.macosx-12.3-arm64/wheel/./telethon/network/connection copying build/lib/telethon/network/connection/tcpfull.py -> build/bdist.macosx-12.3-arm64/wheel/./telethon/network/connection copying build/lib/telethon/network/connection/tcpintermediate.py -> build/bdist.macosx-12.3-arm64/wheel/./telethon/network/connection copying build/lib/telethon/network/connection/tcpmtproxy.py -> build/bdist.macosx-12.3-arm64/wheel/./telethon/network/connection copying build/lib/telethon/network/connection/tcpobfuscated.py -> build/bdist.macosx-12.3-arm64/wheel/./telethon/network/connection copying build/lib/telethon/network/mtprotoplainsender.py -> build/bdist.macosx-12.3-arm64/wheel/./telethon/network copying build/lib/telethon/network/mtprotosender.py -> build/bdist.macosx-12.3-arm64/wheel/./telethon/network copying build/lib/telethon/network/mtprotostate.py -> build/bdist.macosx-12.3-arm64/wheel/./telethon/network copying build/lib/telethon/network/requeststate.py -> build/bdist.macosx-12.3-arm64/wheel/./telethon/network copying build/lib/telethon/password.py -> build/bdist.macosx-12.3-arm64/wheel/./telethon copying build/lib/telethon/requestiter.py -> build/bdist.macosx-12.3-arm64/wheel/./telethon creating build/bdist.macosx-12.3-arm64/wheel/telethon/sessions copying build/lib/telethon/sessions/__init__.py -> build/bdist.macosx-12.3-arm64/wheel/./telethon/sessions copying build/lib/telethon/sessions/abstract.py -> build/bdist.macosx-12.3-arm64/wheel/./telethon/sessions copying build/lib/telethon/sessions/memory.py -> build/bdist.macosx-12.3-arm64/wheel/./telethon/sessions copying build/lib/telethon/sessions/sqlite.py -> build/bdist.macosx-12.3-arm64/wheel/./telethon/sessions copying build/lib/telethon/sessions/string.py -> build/bdist.macosx-12.3-arm64/wheel/./telethon/sessions copying build/lib/telethon/sync.py -> build/bdist.macosx-12.3-arm64/wheel/./telethon creating build/bdist.macosx-12.3-arm64/wheel/telethon/tl copying build/lib/telethon/tl/__init__.py -> build/bdist.macosx-12.3-arm64/wheel/./telethon/tl copying build/lib/telethon/tl/alltlobjects.py -> build/bdist.macosx-12.3-arm64/wheel/./telethon/tl creating build/bdist.macosx-12.3-arm64/wheel/telethon/tl/core copying build/lib/telethon/tl/core/__init__.py -> build/bdist.macosx-12.3-arm64/wheel/./telethon/tl/core copying build/lib/telethon/tl/core/gzippacked.py -> build/bdist.macosx-12.3-arm64/wheel/./telethon/tl/core copying build/lib/telethon/tl/core/messagecontainer.py -> build/bdist.macosx-12.3-arm64/wheel/./telethon/tl/core copying build/lib/telethon/tl/core/rpcresult.py -> build/bdist.macosx-12.3-arm64/wheel/./telethon/tl/core copying build/lib/telethon/tl/core/tlmessage.py -> build/bdist.macosx-12.3-arm64/wheel/./telethon/tl/core creating build/bdist.macosx-12.3-arm64/wheel/telethon/tl/custom copying build/lib/telethon/tl/custom/__init__.py -> build/bdist.macosx-12.3-arm64/wheel/./telethon/tl/custom copying build/lib/telethon/tl/custom/adminlogevent.py -> build/bdist.macosx-12.3-arm64/wheel/./telethon/tl/custom copying build/lib/telethon/tl/custom/button.py -> build/bdist.macosx-12.3-arm64/wheel/./telethon/tl/custom copying build/lib/telethon/tl/custom/chatgetter.py -> build/bdist.macosx-12.3-arm64/wheel/./telethon/tl/custom copying build/lib/telethon/tl/custom/conversation.py -> build/bdist.macosx-12.3-arm64/wheel/./telethon/tl/custom copying build/lib/telethon/tl/custom/dialog.py -> build/bdist.macosx-12.3-arm64/wheel/./telethon/tl/custom copying build/lib/telethon/tl/custom/draft.py -> build/bdist.macosx-12.3-arm64/wheel/./telethon/tl/custom copying build/lib/telethon/tl/custom/file.py -> build/bdist.macosx-12.3-arm64/wheel/./telethon/tl/custom copying build/lib/telethon/tl/custom/forward.py -> build/bdist.macosx-12.3-arm64/wheel/./telethon/tl/custom copying build/lib/telethon/tl/custom/inlinebuilder.py -> build/bdist.macosx-12.3-arm64/wheel/./telethon/tl/custom copying build/lib/telethon/tl/custom/inlineresult.py -> build/bdist.macosx-12.3-arm64/wheel/./telethon/tl/custom copying build/lib/telethon/tl/custom/inlineresults.py -> build/bdist.macosx-12.3-arm64/wheel/./telethon/tl/custom copying build/lib/telethon/tl/custom/inputsizedfile.py -> build/bdist.macosx-12.3-arm64/wheel/./telethon/tl/custom copying build/lib/telethon/tl/custom/message.py -> build/bdist.macosx-12.3-arm64/wheel/./telethon/tl/custom copying build/lib/telethon/tl/custom/messagebutton.py -> build/bdist.macosx-12.3-arm64/wheel/./telethon/tl/custom copying build/lib/telethon/tl/custom/participantpermissions.py -> build/bdist.macosx-12.3-arm64/wheel/./telethon/tl/custom copying build/lib/telethon/tl/custom/qrlogin.py -> build/bdist.macosx-12.3-arm64/wheel/./telethon/tl/custom copying build/lib/telethon/tl/custom/sendergetter.py -> build/bdist.macosx-12.3-arm64/wheel/./telethon/tl/custom creating build/bdist.macosx-12.3-arm64/wheel/telethon/tl/functions copying build/lib/telethon/tl/functions/__init__.py -> build/bdist.macosx-12.3-arm64/wheel/./telethon/tl/functions copying build/lib/telethon/tl/functions/account.py -> build/bdist.macosx-12.3-arm64/wheel/./telethon/tl/functions copying build/lib/telethon/tl/functions/auth.py -> build/bdist.macosx-12.3-arm64/wheel/./telethon/tl/functions copying build/lib/telethon/tl/functions/bots.py -> build/bdist.macosx-12.3-arm64/wheel/./telethon/tl/functions copying build/lib/telethon/tl/functions/channels.py -> build/bdist.macosx-12.3-arm64/wheel/./telethon/tl/functions copying build/lib/telethon/tl/functions/chatlists.py -> build/bdist.macosx-12.3-arm64/wheel/./telethon/tl/functions copying build/lib/telethon/tl/functions/contacts.py -> build/bdist.macosx-12.3-arm64/wheel/./telethon/tl/functions copying build/lib/telethon/tl/functions/folders.py -> build/bdist.macosx-12.3-arm64/wheel/./telethon/tl/functions copying build/lib/telethon/tl/functions/fragment.py -> build/bdist.macosx-12.3-arm64/wheel/./telethon/tl/functions copying build/lib/telethon/tl/functions/help.py -> build/bdist.macosx-12.3-arm64/wheel/./telethon/tl/functions copying build/lib/telethon/tl/functions/langpack.py -> build/bdist.macosx-12.3-arm64/wheel/./telethon/tl/functions copying build/lib/telethon/tl/functions/messages.py -> build/bdist.macosx-12.3-arm64/wheel/./telethon/tl/functions copying build/lib/telethon/tl/functions/payments.py -> build/bdist.macosx-12.3-arm64/wheel/./telethon/tl/functions copying build/lib/telethon/tl/functions/phone.py -> build/bdist.macosx-12.3-arm64/wheel/./telethon/tl/functions copying build/lib/telethon/tl/functions/photos.py -> build/bdist.macosx-12.3-arm64/wheel/./telethon/tl/functions copying build/lib/telethon/tl/functions/premium.py -> build/bdist.macosx-12.3-arm64/wheel/./telethon/tl/functions copying build/lib/telethon/tl/functions/smsjobs.py -> build/bdist.macosx-12.3-arm64/wheel/./telethon/tl/functions copying build/lib/telethon/tl/functions/stats.py -> build/bdist.macosx-12.3-arm64/wheel/./telethon/tl/functions copying build/lib/telethon/tl/functions/stickers.py -> build/bdist.macosx-12.3-arm64/wheel/./telethon/tl/functions copying build/lib/telethon/tl/functions/stories.py -> build/bdist.macosx-12.3-arm64/wheel/./telethon/tl/functions copying build/lib/telethon/tl/functions/updates.py -> build/bdist.macosx-12.3-arm64/wheel/./telethon/tl/functions copying build/lib/telethon/tl/functions/upload.py -> build/bdist.macosx-12.3-arm64/wheel/./telethon/tl/functions copying build/lib/telethon/tl/functions/users.py -> build/bdist.macosx-12.3-arm64/wheel/./telethon/tl/functions creating build/bdist.macosx-12.3-arm64/wheel/telethon/tl/patched copying build/lib/telethon/tl/patched/__init__.py -> build/bdist.macosx-12.3-arm64/wheel/./telethon/tl/patched copying build/lib/telethon/tl/tlobject.py -> build/bdist.macosx-12.3-arm64/wheel/./telethon/tl creating build/bdist.macosx-12.3-arm64/wheel/telethon/tl/types copying build/lib/telethon/tl/types/__init__.py -> build/bdist.macosx-12.3-arm64/wheel/./telethon/tl/types copying build/lib/telethon/tl/types/account.py -> build/bdist.macosx-12.3-arm64/wheel/./telethon/tl/types copying build/lib/telethon/tl/types/auth.py -> build/bdist.macosx-12.3-arm64/wheel/./telethon/tl/types copying build/lib/telethon/tl/types/bots.py -> build/bdist.macosx-12.3-arm64/wheel/./telethon/tl/types copying build/lib/telethon/tl/types/channels.py -> build/bdist.macosx-12.3-arm64/wheel/./telethon/tl/types copying build/lib/telethon/tl/types/chatlists.py -> build/bdist.macosx-12.3-arm64/wheel/./telethon/tl/types copying build/lib/telethon/tl/types/contacts.py -> build/bdist.macosx-12.3-arm64/wheel/./telethon/tl/types copying build/lib/telethon/tl/types/fragment.py -> build/bdist.macosx-12.3-arm64/wheel/./telethon/tl/types copying build/lib/telethon/tl/types/help.py -> build/bdist.macosx-12.3-arm64/wheel/./telethon/tl/types copying build/lib/telethon/tl/types/messages.py -> build/bdist.macosx-12.3-arm64/wheel/./telethon/tl/types copying build/lib/telethon/tl/types/payments.py -> build/bdist.macosx-12.3-arm64/wheel/./telethon/tl/types copying build/lib/telethon/tl/types/phone.py -> build/bdist.macosx-12.3-arm64/wheel/./telethon/tl/types copying build/lib/telethon/tl/types/photos.py -> build/bdist.macosx-12.3-arm64/wheel/./telethon/tl/types copying build/lib/telethon/tl/types/premium.py -> build/bdist.macosx-12.3-arm64/wheel/./telethon/tl/types copying build/lib/telethon/tl/types/smsjobs.py -> build/bdist.macosx-12.3-arm64/wheel/./telethon/tl/types copying build/lib/telethon/tl/types/stats.py -> build/bdist.macosx-12.3-arm64/wheel/./telethon/tl/types copying build/lib/telethon/tl/types/stickers.py -> build/bdist.macosx-12.3-arm64/wheel/./telethon/tl/types copying build/lib/telethon/tl/types/storage.py -> build/bdist.macosx-12.3-arm64/wheel/./telethon/tl/types copying build/lib/telethon/tl/types/stories.py -> build/bdist.macosx-12.3-arm64/wheel/./telethon/tl/types copying build/lib/telethon/tl/types/updates.py -> build/bdist.macosx-12.3-arm64/wheel/./telethon/tl/types copying build/lib/telethon/tl/types/upload.py -> build/bdist.macosx-12.3-arm64/wheel/./telethon/tl/types copying build/lib/telethon/tl/types/users.py -> build/bdist.macosx-12.3-arm64/wheel/./telethon/tl/types copying build/lib/telethon/types.py -> build/bdist.macosx-12.3-arm64/wheel/./telethon copying build/lib/telethon/utils.py -> build/bdist.macosx-12.3-arm64/wheel/./telethon copying build/lib/telethon/version.py -> build/bdist.macosx-12.3-arm64/wheel/./telethon running install_egg_info running egg_info writing tulir_telethon.egg-info/PKG-INFO writing dependency_links to tulir_telethon.egg-info/dependency_links.txt writing requirements to tulir_telethon.egg-info/requires.txt writing top-level names to tulir_telethon.egg-info/top_level.txt reading manifest file 'tulir_telethon.egg-info/SOURCES.txt' adding license file 'LICENSE' writing manifest file 'tulir_telethon.egg-info/SOURCES.txt' Copying tulir_telethon.egg-info to build/bdist.macosx-12.3-arm64/wheel/./tulir_telethon-1.37.0a1-py3.10.egg-info running install_scripts creating build/bdist.macosx-12.3-arm64/wheel/tulir_telethon-1.37.0a1.dist-info/WHEEL creating '/Users/pbulk/build/chat/py-tulir-telethon/work/tulir-telethon-1.37.0a1/dist/.tmp-knhffc10/tulir_telethon-1.37.0a1-py3-none-any.whl' and adding 'build/bdist.macosx-12.3-arm64/wheel' to it adding 'telethon/__init__.py' adding 'telethon/custom.py' adding 'telethon/functions.py' adding 'telethon/helpers.py' adding 'telethon/hints.py' adding 'telethon/password.py' adding 'telethon/requestiter.py' adding 'telethon/sync.py' adding 'telethon/types.py' adding 'telethon/utils.py' adding 'telethon/version.py' adding 'telethon/_updates/__init__.py' adding 'telethon/_updates/entitycache.py' adding 'telethon/_updates/messagebox.py' adding 'telethon/_updates/session.py' adding 'telethon/client/__init__.py' adding 'telethon/client/account.py' adding 'telethon/client/auth.py' adding 'telethon/client/bots.py' adding 'telethon/client/buttons.py' adding 'telethon/client/chats.py' adding 'telethon/client/dialogs.py' adding 'telethon/client/downloads.py' adding 'telethon/client/messageparse.py' adding 'telethon/client/messages.py' adding 'telethon/client/telegrambaseclient.py' adding 'telethon/client/telegramclient.py' adding 'telethon/client/updates.py' adding 'telethon/client/uploads.py' adding 'telethon/client/users.py' adding 'telethon/crypto/__init__.py' adding 'telethon/crypto/aes.py' adding 'telethon/crypto/aesctr.py' adding 'telethon/crypto/authkey.py' adding 'telethon/crypto/cdndecrypter.py' adding 'telethon/crypto/factorization.py' adding 'telethon/crypto/libssl.py' adding 'telethon/crypto/rsa.py' adding 'telethon/errors/__init__.py' adding 'telethon/errors/common.py' adding 'telethon/errors/rpcbaseerrors.py' adding 'telethon/errors/rpcerrorlist.py' adding 'telethon/events/__init__.py' adding 'telethon/events/album.py' adding 'telethon/events/callbackquery.py' adding 'telethon/events/chataction.py' adding 'telethon/events/common.py' adding 'telethon/events/inlinequery.py' adding 'telethon/events/messagedeleted.py' adding 'telethon/events/messageedited.py' adding 'telethon/events/messageread.py' adding 'telethon/events/newmessage.py' adding 'telethon/events/raw.py' adding 'telethon/events/userupdate.py' adding 'telethon/extensions/__init__.py' adding 'telethon/extensions/binaryreader.py' adding 'telethon/extensions/html.py' adding 'telethon/extensions/markdown.py' adding 'telethon/extensions/messagepacker.py' adding 'telethon/network/__init__.py' adding 'telethon/network/authenticator.py' adding 'telethon/network/mtprotoplainsender.py' adding 'telethon/network/mtprotosender.py' adding 'telethon/network/mtprotostate.py' adding 'telethon/network/requeststate.py' adding 'telethon/network/connection/__init__.py' adding 'telethon/network/connection/connection.py' adding 'telethon/network/connection/http.py' adding 'telethon/network/connection/tcpabridged.py' adding 'telethon/network/connection/tcpfull.py' adding 'telethon/network/connection/tcpintermediate.py' adding 'telethon/network/connection/tcpmtproxy.py' adding 'telethon/network/connection/tcpobfuscated.py' adding 'telethon/sessions/__init__.py' adding 'telethon/sessions/abstract.py' adding 'telethon/sessions/memory.py' adding 'telethon/sessions/sqlite.py' adding 'telethon/sessions/string.py' adding 'telethon/tl/__init__.py' adding 'telethon/tl/alltlobjects.py' adding 'telethon/tl/tlobject.py' adding 'telethon/tl/core/__init__.py' adding 'telethon/tl/core/gzippacked.py' adding 'telethon/tl/core/messagecontainer.py' adding 'telethon/tl/core/rpcresult.py' adding 'telethon/tl/core/tlmessage.py' adding 'telethon/tl/custom/__init__.py' adding 'telethon/tl/custom/adminlogevent.py' adding 'telethon/tl/custom/button.py' adding 'telethon/tl/custom/chatgetter.py' adding 'telethon/tl/custom/conversation.py' adding 'telethon/tl/custom/dialog.py' adding 'telethon/tl/custom/draft.py' adding 'telethon/tl/custom/file.py' adding 'telethon/tl/custom/forward.py' adding 'telethon/tl/custom/inlinebuilder.py' adding 'telethon/tl/custom/inlineresult.py' adding 'telethon/tl/custom/inlineresults.py' adding 'telethon/tl/custom/inputsizedfile.py' adding 'telethon/tl/custom/message.py' adding 'telethon/tl/custom/messagebutton.py' adding 'telethon/tl/custom/participantpermissions.py' adding 'telethon/tl/custom/qrlogin.py' adding 'telethon/tl/custom/sendergetter.py' adding 'telethon/tl/functions/__init__.py' adding 'telethon/tl/functions/account.py' adding 'telethon/tl/functions/auth.py' adding 'telethon/tl/functions/bots.py' adding 'telethon/tl/functions/channels.py' adding 'telethon/tl/functions/chatlists.py' adding 'telethon/tl/functions/contacts.py' adding 'telethon/tl/functions/folders.py' adding 'telethon/tl/functions/fragment.py' adding 'telethon/tl/functions/help.py' adding 'telethon/tl/functions/langpack.py' adding 'telethon/tl/functions/messages.py' adding 'telethon/tl/functions/payments.py' adding 'telethon/tl/functions/phone.py' adding 'telethon/tl/functions/photos.py' adding 'telethon/tl/functions/premium.py' adding 'telethon/tl/functions/smsjobs.py' adding 'telethon/tl/functions/stats.py' adding 'telethon/tl/functions/stickers.py' adding 'telethon/tl/functions/stories.py' adding 'telethon/tl/functions/updates.py' adding 'telethon/tl/functions/upload.py' adding 'telethon/tl/functions/users.py' adding 'telethon/tl/patched/__init__.py' adding 'telethon/tl/types/__init__.py' adding 'telethon/tl/types/account.py' adding 'telethon/tl/types/auth.py' adding 'telethon/tl/types/bots.py' adding 'telethon/tl/types/channels.py' adding 'telethon/tl/types/chatlists.py' adding 'telethon/tl/types/contacts.py' adding 'telethon/tl/types/fragment.py' adding 'telethon/tl/types/help.py' adding 'telethon/tl/types/messages.py' adding 'telethon/tl/types/payments.py' adding 'telethon/tl/types/phone.py' adding 'telethon/tl/types/photos.py' adding 'telethon/tl/types/premium.py' adding 'telethon/tl/types/smsjobs.py' adding 'telethon/tl/types/stats.py' adding 'telethon/tl/types/stickers.py' adding 'telethon/tl/types/storage.py' adding 'telethon/tl/types/stories.py' adding 'telethon/tl/types/updates.py' adding 'telethon/tl/types/upload.py' adding 'telethon/tl/types/users.py' adding 'tulir_telethon-1.37.0a1.dist-info/licenses/LICENSE' adding 'tulir_telethon-1.37.0a1.dist-info/METADATA' adding 'tulir_telethon-1.37.0a1.dist-info/WHEEL' adding 'tulir_telethon-1.37.0a1.dist-info/top_level.txt' adding 'tulir_telethon-1.37.0a1.dist-info/RECORD' removing build/bdist.macosx-12.3-arm64/wheel Successfully built tulir_telethon-1.37.0a1-py3-none-any.whl