2023-11-07 23:38:10 by Thomas Klausner | Files touched by this commit (112) |
Log message: *: latest py-sphinx only support Python 3.9+ |
2022-01-05 16:41:32 by Thomas Klausner | Files touched by this commit (289) |
Log message: python: egg.mk: add USE_PKG_RESOURCES flag This flag should be set for packages that import pkg_resources and thus need setuptools after the build step. Set this flag for packages that need it and bump PKGREVISION. |
2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595) |
Log message: *: bump PKGREVISION for egg.mk users They now have a tool dependency on py-setuptools instead of a DEPENDS |
2021-10-26 12:05:29 by Nia Alarie | Files touched by this commit (146) |
Log message: chat: Replace RMD160 checksums with BLAKE2s checksums All checksums have been double-checked against existing RMD160 and SHA512 hashes |
2021-10-07 15:23:36 by Nia Alarie | Files touched by this commit (146) |
Log message: chat: Remove SHA1 hashes for distfiles |
2021-03-08 22:28:28 by Leonardo Taccari | Files touched by this commit (3) |
Log message: py-hangups: Update to 0.4.13 Changes: 0.4.13 ------ - add --keep-emoticons - drop support for Python 3.5 - add support for Python 3.9 - show message when image is not found - return ConversationEvent from Conversation methods - add new Conversation methods - add group link sharing support to Conversation - add canonical_email to user.User |
2020-09-29 23:42:59 by Leonardo Taccari | Files touched by this commit (3) | |
Log message: py-hangups: Update to 0.4.12 Changes: 0.4.12 ------ * update parameters for consistency with web client * upgrade pinned dependencies |
2020-09-07 21:34:30 by Leonardo Taccari | Files touched by this commit (3) |
Log message: py-hangups: Update to 0.4.11 Changes: 0.4.11 ------ - Fix random 401 errors |
2019-11-17 22:41:13 by Leonardo Taccari | Files touched by this commit (3) |
Log message: py-hangups: Update to 0.4.10 Changes: 0.4.10 ------ - fix "Response payload is not completed" errors - bump maximum supported protobuf version - fix Conversation.get_events returning events newer than the provided event ID rather than older - extend default user detection |
2019-04-26 15:14:25 by Maya Rashish | Files touched by this commit (473) |
Log message: Omit mentions of python 34 and 35, after those were removed. - Includes some whitespace changes, to be handled in a separate commit. |