pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/chat/py-telethon
Module Name: pkgsrc
Committed By: adam
Date: Thu Aug 8 05:31:00 UTC 2024
Modified Files:
pkgsrc/chat/py-telethon: Makefile PLIST distinfo
Log Message:
py-telethon: updated to 1.36.0
1.36.0
Unknown changes
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/chat/py-telethon/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/chat/py-telethon/PLIST
cvs rdiff -u -r1.5 -r1.6 pkgsrc/chat/py-telethon/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/chat/py-telethon/Makefile
diff -u pkgsrc/chat/py-telethon/Makefile:1.4 pkgsrc/chat/py-telethon/Makefile:1.5
--- pkgsrc/chat/py-telethon/Makefile:1.4 Sat Jan 15 20:01:37 2022
+++ pkgsrc/chat/py-telethon/Makefile Thu Aug 8 05:31:00 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2022/01/15 20:01:37 js Exp $
+# $NetBSD: Makefile,v 1.5 2024/08/08 05:31:00 adam Exp $
-DISTNAME= Telethon-1.24.0
+DISTNAME= Telethon-1.36.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
CATEGORIES= chat python
MASTER_SITES= ${MASTER_SITE_PYPI:=T/Telethon/}
@@ -10,6 +10,8 @@ HOMEPAGE= https://github.com/LonamiWebs/
COMMENT= Full-featured Telegram client library for Python 3
LICENSE= mit
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
DEPENDS+= ${PYPKGPREFIX}-aes-[0-9]*:../../security/py-aes
DEPENDS+= ${PYPKGPREFIX}-rsa-[0-9]*:../../security/py-rsa
@@ -17,5 +19,5 @@ USE_LANGUAGES= # none
PYTHON_VERSIONS_INCOMPATIBLE= 27
-.include "../../lang/python/egg.mk"
+.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/chat/py-telethon/PLIST
diff -u pkgsrc/chat/py-telethon/PLIST:1.2 pkgsrc/chat/py-telethon/PLIST:1.3
--- pkgsrc/chat/py-telethon/PLIST:1.2 Tue Sep 14 19:42:19 2021
+++ pkgsrc/chat/py-telethon/PLIST Thu Aug 8 05:31:00 2024
@@ -1,12 +1,24 @@
-@comment $NetBSD: PLIST,v 1.2 2021/09/14 19:42:19 js Exp $
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/requires.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+@comment $NetBSD: PLIST,v 1.3 2024/08/08 05:31:00 adam Exp $
+${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
${PYSITELIB}/telethon/__init__.py
${PYSITELIB}/telethon/__init__.pyc
${PYSITELIB}/telethon/__init__.pyo
+${PYSITELIB}/telethon/_updates/__init__.py
+${PYSITELIB}/telethon/_updates/__init__.pyc
+${PYSITELIB}/telethon/_updates/__init__.pyo
+${PYSITELIB}/telethon/_updates/entitycache.py
+${PYSITELIB}/telethon/_updates/entitycache.pyc
+${PYSITELIB}/telethon/_updates/entitycache.pyo
+${PYSITELIB}/telethon/_updates/messagebox.py
+${PYSITELIB}/telethon/_updates/messagebox.pyc
+${PYSITELIB}/telethon/_updates/messagebox.pyo
+${PYSITELIB}/telethon/_updates/session.py
+${PYSITELIB}/telethon/_updates/session.pyc
+${PYSITELIB}/telethon/_updates/session.pyo
${PYSITELIB}/telethon/client/__init__.py
${PYSITELIB}/telethon/client/__init__.pyc
${PYSITELIB}/telethon/client/__init__.pyo
@@ -76,9 +88,9 @@ ${PYSITELIB}/telethon/crypto/libssl.pyo
${PYSITELIB}/telethon/crypto/rsa.py
${PYSITELIB}/telethon/crypto/rsa.pyc
${PYSITELIB}/telethon/crypto/rsa.pyo
-${PYSITELIB}/telethon/entitycache.py
-${PYSITELIB}/telethon/entitycache.pyc
-${PYSITELIB}/telethon/entitycache.pyo
+${PYSITELIB}/telethon/custom.py
+${PYSITELIB}/telethon/custom.pyc
+${PYSITELIB}/telethon/custom.pyo
${PYSITELIB}/telethon/errors/__init__.py
${PYSITELIB}/telethon/errors/__init__.pyc
${PYSITELIB}/telethon/errors/__init__.pyo
@@ -142,6 +154,9 @@ ${PYSITELIB}/telethon/extensions/markdow
${PYSITELIB}/telethon/extensions/messagepacker.py
${PYSITELIB}/telethon/extensions/messagepacker.pyc
${PYSITELIB}/telethon/extensions/messagepacker.pyo
+${PYSITELIB}/telethon/functions.py
+${PYSITELIB}/telethon/functions.pyc
+${PYSITELIB}/telethon/functions.pyo
${PYSITELIB}/telethon/helpers.py
${PYSITELIB}/telethon/helpers.pyc
${PYSITELIB}/telethon/helpers.pyo
@@ -211,9 +226,6 @@ ${PYSITELIB}/telethon/sessions/sqlite.py
${PYSITELIB}/telethon/sessions/string.py
${PYSITELIB}/telethon/sessions/string.pyc
${PYSITELIB}/telethon/sessions/string.pyo
-${PYSITELIB}/telethon/statecache.py
-${PYSITELIB}/telethon/statecache.pyc
-${PYSITELIB}/telethon/statecache.pyo
${PYSITELIB}/telethon/sync.py
${PYSITELIB}/telethon/sync.pyc
${PYSITELIB}/telethon/sync.pyo
@@ -307,12 +319,18 @@ ${PYSITELIB}/telethon/tl/functions/bots.
${PYSITELIB}/telethon/tl/functions/channels.py
${PYSITELIB}/telethon/tl/functions/channels.pyc
${PYSITELIB}/telethon/tl/functions/channels.pyo
+${PYSITELIB}/telethon/tl/functions/chatlists.py
+${PYSITELIB}/telethon/tl/functions/chatlists.pyc
+${PYSITELIB}/telethon/tl/functions/chatlists.pyo
${PYSITELIB}/telethon/tl/functions/contacts.py
${PYSITELIB}/telethon/tl/functions/contacts.pyc
${PYSITELIB}/telethon/tl/functions/contacts.pyo
${PYSITELIB}/telethon/tl/functions/folders.py
${PYSITELIB}/telethon/tl/functions/folders.pyc
${PYSITELIB}/telethon/tl/functions/folders.pyo
+${PYSITELIB}/telethon/tl/functions/fragment.py
+${PYSITELIB}/telethon/tl/functions/fragment.pyc
+${PYSITELIB}/telethon/tl/functions/fragment.pyo
${PYSITELIB}/telethon/tl/functions/help.py
${PYSITELIB}/telethon/tl/functions/help.pyc
${PYSITELIB}/telethon/tl/functions/help.pyo
@@ -331,12 +349,21 @@ ${PYSITELIB}/telethon/tl/functions/phone
${PYSITELIB}/telethon/tl/functions/photos.py
${PYSITELIB}/telethon/tl/functions/photos.pyc
${PYSITELIB}/telethon/tl/functions/photos.pyo
+${PYSITELIB}/telethon/tl/functions/premium.py
+${PYSITELIB}/telethon/tl/functions/premium.pyc
+${PYSITELIB}/telethon/tl/functions/premium.pyo
+${PYSITELIB}/telethon/tl/functions/smsjobs.py
+${PYSITELIB}/telethon/tl/functions/smsjobs.pyc
+${PYSITELIB}/telethon/tl/functions/smsjobs.pyo
${PYSITELIB}/telethon/tl/functions/stats.py
${PYSITELIB}/telethon/tl/functions/stats.pyc
${PYSITELIB}/telethon/tl/functions/stats.pyo
${PYSITELIB}/telethon/tl/functions/stickers.py
${PYSITELIB}/telethon/tl/functions/stickers.pyc
${PYSITELIB}/telethon/tl/functions/stickers.pyo
+${PYSITELIB}/telethon/tl/functions/stories.py
+${PYSITELIB}/telethon/tl/functions/stories.pyc
+${PYSITELIB}/telethon/tl/functions/stories.pyo
${PYSITELIB}/telethon/tl/functions/updates.py
${PYSITELIB}/telethon/tl/functions/updates.pyc
${PYSITELIB}/telethon/tl/functions/updates.pyo
@@ -361,12 +388,21 @@ ${PYSITELIB}/telethon/tl/types/account.p
${PYSITELIB}/telethon/tl/types/auth.py
${PYSITELIB}/telethon/tl/types/auth.pyc
${PYSITELIB}/telethon/tl/types/auth.pyo
+${PYSITELIB}/telethon/tl/types/bots.py
+${PYSITELIB}/telethon/tl/types/bots.pyc
+${PYSITELIB}/telethon/tl/types/bots.pyo
${PYSITELIB}/telethon/tl/types/channels.py
${PYSITELIB}/telethon/tl/types/channels.pyc
${PYSITELIB}/telethon/tl/types/channels.pyo
+${PYSITELIB}/telethon/tl/types/chatlists.py
+${PYSITELIB}/telethon/tl/types/chatlists.pyc
+${PYSITELIB}/telethon/tl/types/chatlists.pyo
${PYSITELIB}/telethon/tl/types/contacts.py
${PYSITELIB}/telethon/tl/types/contacts.pyc
${PYSITELIB}/telethon/tl/types/contacts.pyo
+${PYSITELIB}/telethon/tl/types/fragment.py
+${PYSITELIB}/telethon/tl/types/fragment.pyc
+${PYSITELIB}/telethon/tl/types/fragment.pyo
${PYSITELIB}/telethon/tl/types/help.py
${PYSITELIB}/telethon/tl/types/help.pyc
${PYSITELIB}/telethon/tl/types/help.pyo
@@ -382,6 +418,12 @@ ${PYSITELIB}/telethon/tl/types/phone.pyo
${PYSITELIB}/telethon/tl/types/photos.py
${PYSITELIB}/telethon/tl/types/photos.pyc
${PYSITELIB}/telethon/tl/types/photos.pyo
+${PYSITELIB}/telethon/tl/types/premium.py
+${PYSITELIB}/telethon/tl/types/premium.pyc
+${PYSITELIB}/telethon/tl/types/premium.pyo
+${PYSITELIB}/telethon/tl/types/smsjobs.py
+${PYSITELIB}/telethon/tl/types/smsjobs.pyc
+${PYSITELIB}/telethon/tl/types/smsjobs.pyo
${PYSITELIB}/telethon/tl/types/stats.py
${PYSITELIB}/telethon/tl/types/stats.pyc
${PYSITELIB}/telethon/tl/types/stats.pyo
@@ -391,12 +433,21 @@ ${PYSITELIB}/telethon/tl/types/stickers.
${PYSITELIB}/telethon/tl/types/storage.py
${PYSITELIB}/telethon/tl/types/storage.pyc
${PYSITELIB}/telethon/tl/types/storage.pyo
+${PYSITELIB}/telethon/tl/types/stories.py
+${PYSITELIB}/telethon/tl/types/stories.pyc
+${PYSITELIB}/telethon/tl/types/stories.pyo
${PYSITELIB}/telethon/tl/types/updates.py
${PYSITELIB}/telethon/tl/types/updates.pyc
${PYSITELIB}/telethon/tl/types/updates.pyo
${PYSITELIB}/telethon/tl/types/upload.py
${PYSITELIB}/telethon/tl/types/upload.pyc
${PYSITELIB}/telethon/tl/types/upload.pyo
+${PYSITELIB}/telethon/tl/types/users.py
+${PYSITELIB}/telethon/tl/types/users.pyc
+${PYSITELIB}/telethon/tl/types/users.pyo
+${PYSITELIB}/telethon/types.py
+${PYSITELIB}/telethon/types.pyc
+${PYSITELIB}/telethon/types.pyo
${PYSITELIB}/telethon/utils.py
${PYSITELIB}/telethon/utils.pyc
${PYSITELIB}/telethon/utils.pyo
Index: pkgsrc/chat/py-telethon/distinfo
diff -u pkgsrc/chat/py-telethon/distinfo:1.5 pkgsrc/chat/py-telethon/distinfo:1.6
--- pkgsrc/chat/py-telethon/distinfo:1.5 Sat Jan 15 20:01:37 2022
+++ pkgsrc/chat/py-telethon/distinfo Thu Aug 8 05:31:00 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2022/01/15 20:01:37 js Exp $
+$NetBSD: distinfo,v 1.6 2024/08/08 05:31:00 adam Exp $
-BLAKE2s (Telethon-1.24.0.tar.gz) = e53bad6707858692e1e425c1402d9e48195e3933dcf108111909be45a8fd5e12
-SHA512 (Telethon-1.24.0.tar.gz) = f9ce75a069d3e0139cee8543c9aaf854d29eb9ddbe0d7a20013098ebf461e33fc0f799cdec8ba61bc041ebe6549c57e1fde9985406c619214392f2f2272a7271
-Size (Telethon-1.24.0.tar.gz) = 464470 bytes
+BLAKE2s (Telethon-1.36.0.tar.gz) = 83dd6bb2a06a7d81ec893ed8b82c5b8076851669bff232b3ca383e3ac9819d61
+SHA512 (Telethon-1.36.0.tar.gz) = e47074fd0df47db09848629fd753721a8f8783ffba9dc2ecc3c16eb8a4ae29497db98d482ff413c83b9e5a683543ef569e787b533f60c94e6a0e0a84a6de090c
+Size (Telethon-1.36.0.tar.gz) = 606300 bytes
Home |
Main Index |
Thread Index |
Old Index