pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/chat/py-mastodon



Module Name:    pkgsrc
Committed By:   nia
Date:           Mon Oct 14 08:08:36 UTC 2024

Modified Files:
        pkgsrc/chat/py-mastodon: Makefile PLIST distinfo

Log Message:
py-mastodon: update to 1.8.1

many changes, including "breaking changes". this one is needed by the
latest tootstream.


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/chat/py-mastodon/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/chat/py-mastodon/PLIST
cvs rdiff -u -r1.10 -r1.11 pkgsrc/chat/py-mastodon/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-mastodon/Makefile
diff -u pkgsrc/chat/py-mastodon/Makefile:1.16 pkgsrc/chat/py-mastodon/Makefile:1.17
--- pkgsrc/chat/py-mastodon/Makefile:1.16       Mon Oct 14 06:45:33 2024
+++ pkgsrc/chat/py-mastodon/Makefile    Mon Oct 14 08:08:36 2024
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.16 2024/10/14 06:45:33 wiz Exp $
+# $NetBSD: Makefile,v 1.17 2024/10/14 08:08:36 nia Exp $
 
-PKGNAME=       ${PYPKGPREFIX}-mastodon-1.5.0
-PKGREVISION=   2
+PKGNAME=       ${PYPKGPREFIX}-mastodon-1.8.1
 DISTNAME=      Mastodon.py-${PKGVERSION_NOREV}
 CATEGORIES=    chat www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=M/Mastodon.py/}
@@ -17,13 +16,12 @@ TOOL_DEPENDS+=      ${PYPKGPREFIX}-wheel-[0-9
 DEPENDS+=      ${PYPKGPREFIX}-blurhash>=1.1.4:../../graphics/py-blurhash
 DEPENDS+=      ${PYPKGPREFIX}-dateutil-[0-9]*:../../time/py-dateutil
 DEPENDS+=      ${PYPKGPREFIX}-decorator>=4.0.0:../../devel/py-decorator
-DEPENDS+=      ${PYPKGPREFIX}-http_ece>=1.0.5:../../www/py-http_ece
 DEPENDS+=      ${PYPKGPREFIX}-magic-[0-9]*:../../sysutils/py-magic
-DEPENDS+=      ${PYPKGPREFIX}-pytz-[0-9]*:../../time/py-pytz
 DEPENDS+=      ${PYPKGPREFIX}-requests>=2.4.2:../../devel/py-requests
 DEPENDS+=      ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
 
 TEST_DEPENDS+= ${PYPKGPREFIX}-contextlib2-[0-9]*:../../devel/py-contextlib2
+TEST_DEPENDS+= ${PYPKGPREFIX}-pytz-[0-9]*:../../time/py-pytz
 TEST_DEPENDS+= ${PYPKGPREFIX}-requests-mock-[0-9]*:../../devel/py-requests-mock
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-mock-[0-9]*:../../devel/py-test-mock
@@ -33,8 +31,8 @@ TEST_DEPENDS+=        ${PYPKGPREFIX}-yaml-[0-9]
 
 USE_LANGUAGES= # none
 
-# as of 1.5.0
-# 81 failed, 156 passed, 3 skipped, 3 xfailed, 104 warnings, 31 errors
+# as of 1.8.1
+# 97 failed, 172 passed, 3 skipped, 3 xfailed, 135 warnings, 38 errors
 
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/chat/py-mastodon/PLIST
diff -u pkgsrc/chat/py-mastodon/PLIST:1.2 pkgsrc/chat/py-mastodon/PLIST:1.3
--- pkgsrc/chat/py-mastodon/PLIST:1.2   Sat Aug 10 14:37:30 2024
+++ pkgsrc/chat/py-mastodon/PLIST       Mon Oct 14 08:08:36 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2024/08/10 14:37:30 wiz Exp $
+@comment $NetBSD: PLIST,v 1.3 2024/10/14 08:08:36 nia Exp $
 ${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
@@ -10,6 +10,93 @@ ${PYSITELIB}/mastodon/Mastodon.pyo
 ${PYSITELIB}/mastodon/__init__.py
 ${PYSITELIB}/mastodon/__init__.pyc
 ${PYSITELIB}/mastodon/__init__.pyo
+${PYSITELIB}/mastodon/accounts.py
+${PYSITELIB}/mastodon/accounts.pyc
+${PYSITELIB}/mastodon/accounts.pyo
+${PYSITELIB}/mastodon/admin.py
+${PYSITELIB}/mastodon/admin.pyc
+${PYSITELIB}/mastodon/admin.pyo
+${PYSITELIB}/mastodon/authentication.py
+${PYSITELIB}/mastodon/authentication.pyc
+${PYSITELIB}/mastodon/authentication.pyo
+${PYSITELIB}/mastodon/compat.py
+${PYSITELIB}/mastodon/compat.pyc
+${PYSITELIB}/mastodon/compat.pyo
+${PYSITELIB}/mastodon/conversations.py
+${PYSITELIB}/mastodon/conversations.pyc
+${PYSITELIB}/mastodon/conversations.pyo
+${PYSITELIB}/mastodon/defaults.py
+${PYSITELIB}/mastodon/defaults.pyc
+${PYSITELIB}/mastodon/defaults.pyo
+${PYSITELIB}/mastodon/endorsements.py
+${PYSITELIB}/mastodon/endorsements.pyc
+${PYSITELIB}/mastodon/endorsements.pyo
+${PYSITELIB}/mastodon/errors.py
+${PYSITELIB}/mastodon/errors.pyc
+${PYSITELIB}/mastodon/errors.pyo
+${PYSITELIB}/mastodon/favourites.py
+${PYSITELIB}/mastodon/favourites.pyc
+${PYSITELIB}/mastodon/favourites.pyo
+${PYSITELIB}/mastodon/filters.py
+${PYSITELIB}/mastodon/filters.pyc
+${PYSITELIB}/mastodon/filters.pyo
+${PYSITELIB}/mastodon/hashtags.py
+${PYSITELIB}/mastodon/hashtags.pyc
+${PYSITELIB}/mastodon/hashtags.pyo
+${PYSITELIB}/mastodon/instance.py
+${PYSITELIB}/mastodon/instance.pyc
+${PYSITELIB}/mastodon/instance.pyo
+${PYSITELIB}/mastodon/internals.py
+${PYSITELIB}/mastodon/internals.pyc
+${PYSITELIB}/mastodon/internals.pyo
+${PYSITELIB}/mastodon/lists.py
+${PYSITELIB}/mastodon/lists.pyc
+${PYSITELIB}/mastodon/lists.pyo
+${PYSITELIB}/mastodon/media.py
+${PYSITELIB}/mastodon/media.pyc
+${PYSITELIB}/mastodon/media.pyo
+${PYSITELIB}/mastodon/notifications.py
+${PYSITELIB}/mastodon/notifications.pyc
+${PYSITELIB}/mastodon/notifications.pyo
+${PYSITELIB}/mastodon/polls.py
+${PYSITELIB}/mastodon/polls.pyc
+${PYSITELIB}/mastodon/polls.pyo
+${PYSITELIB}/mastodon/preferences.py
+${PYSITELIB}/mastodon/preferences.pyc
+${PYSITELIB}/mastodon/preferences.pyo
+${PYSITELIB}/mastodon/push.py
+${PYSITELIB}/mastodon/push.pyc
+${PYSITELIB}/mastodon/push.pyo
+${PYSITELIB}/mastodon/relationships.py
+${PYSITELIB}/mastodon/relationships.pyc
+${PYSITELIB}/mastodon/relationships.pyo
+${PYSITELIB}/mastodon/reports.py
+${PYSITELIB}/mastodon/reports.pyc
+${PYSITELIB}/mastodon/reports.pyo
+${PYSITELIB}/mastodon/search.py
+${PYSITELIB}/mastodon/search.pyc
+${PYSITELIB}/mastodon/search.pyo
+${PYSITELIB}/mastodon/statuses.py
+${PYSITELIB}/mastodon/statuses.pyc
+${PYSITELIB}/mastodon/statuses.pyo
 ${PYSITELIB}/mastodon/streaming.py
 ${PYSITELIB}/mastodon/streaming.pyc
 ${PYSITELIB}/mastodon/streaming.pyo
+${PYSITELIB}/mastodon/streaming_endpoints.py
+${PYSITELIB}/mastodon/streaming_endpoints.pyc
+${PYSITELIB}/mastodon/streaming_endpoints.pyo
+${PYSITELIB}/mastodon/suggestions.py
+${PYSITELIB}/mastodon/suggestions.pyc
+${PYSITELIB}/mastodon/suggestions.pyo
+${PYSITELIB}/mastodon/timeline.py
+${PYSITELIB}/mastodon/timeline.pyc
+${PYSITELIB}/mastodon/timeline.pyo
+${PYSITELIB}/mastodon/trends.py
+${PYSITELIB}/mastodon/trends.pyc
+${PYSITELIB}/mastodon/trends.pyo
+${PYSITELIB}/mastodon/utility.py
+${PYSITELIB}/mastodon/utility.pyc
+${PYSITELIB}/mastodon/utility.pyo
+${PYSITELIB}/mastodon/versions.py
+${PYSITELIB}/mastodon/versions.pyc
+${PYSITELIB}/mastodon/versions.pyo

Index: pkgsrc/chat/py-mastodon/distinfo
diff -u pkgsrc/chat/py-mastodon/distinfo:1.10 pkgsrc/chat/py-mastodon/distinfo:1.11
--- pkgsrc/chat/py-mastodon/distinfo:1.10       Sat Aug 10 14:37:30 2024
+++ pkgsrc/chat/py-mastodon/distinfo    Mon Oct 14 08:08:36 2024
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.10 2024/08/10 14:37:30 wiz Exp $
+$NetBSD: distinfo,v 1.11 2024/10/14 08:08:36 nia Exp $
 
-BLAKE2s (Mastodon.py-1.5.0.tar.gz) = e37aeab3271ed1f37c74bcd5f66cf49af33d2695a0d086600eb894b26b386f7c
-SHA512 (Mastodon.py-1.5.0.tar.gz) = 5c22adc68eb5b122f6b6a43525daadfac19de6c26d0db67135a932f0422c9b9d3700b45070a23b683f92aa41237cdbde5a837c17ce9a7dd0afec3c5ae65eab1b
-Size (Mastodon.py-1.5.0.tar.gz) = 706918 bytes
+BLAKE2s (Mastodon.py-1.8.1.tar.gz) = d953478415044d9817d175ba6a69ca9f69c5e17d5d310d8732347d52ab5ecd78
+SHA512 (Mastodon.py-1.8.1.tar.gz) = 812bfdcb1a59a06376bfb48798b43cac9dc9390781b3949e4b3d751ec0530b25b187e688c7cfc18eff6d5bb23c9bf442bce5f6902727331e8bc550e310dab94c
+Size (Mastodon.py-1.8.1.tar.gz) = 8694359 bytes
 SHA1 (patch-setup.py) = 2d826a9896ff8876841c606038259bce55374e47



Home | Main Index | Thread Index | Old Index