The NetBSD Project

CVS log for pkgsrc/chat/py-hangups/distinfo

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / chat / py-hangups

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.11: download - view: text, markup, annotated - select for diffs
Tue Oct 26 10:05:23 2021 UTC (3 years, 6 months ago) by nia
Branches: MAIN
CVS tags: pkgsrc-2025Q1-base, pkgsrc-2025Q1, pkgsrc-2024Q4-base, pkgsrc-2024Q4, pkgsrc-2024Q3-base, pkgsrc-2024Q3, pkgsrc-2024Q2-base, pkgsrc-2024Q2, pkgsrc-2024Q1-base, pkgsrc-2024Q1, pkgsrc-2023Q4-base, pkgsrc-2023Q4, pkgsrc-2023Q3-base, pkgsrc-2023Q3, pkgsrc-2023Q2-base, pkgsrc-2023Q2, pkgsrc-2023Q1-base, pkgsrc-2023Q1, pkgsrc-2022Q4-base, pkgsrc-2022Q4, pkgsrc-2022Q3-base, pkgsrc-2022Q3, pkgsrc-2022Q2-base, pkgsrc-2022Q2, pkgsrc-2022Q1-base, pkgsrc-2022Q1, pkgsrc-2021Q4-base, pkgsrc-2021Q4, HEAD
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +2 -2 lines
chat: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Revision 1.10: download - view: text, markup, annotated - select for diffs
Thu Oct 7 13:23:31 2021 UTC (3 years, 7 months ago) by nia
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +1 -2 lines
chat: Remove SHA1 hashes for distfiles

Revision 1.9: download - view: text, markup, annotated - select for diffs
Mon Mar 8 21:28:27 2021 UTC (4 years, 2 months ago) by leot
Branches: MAIN
CVS tags: pkgsrc-2021Q3-base, pkgsrc-2021Q3, pkgsrc-2021Q2-base, pkgsrc-2021Q2, pkgsrc-2021Q1-base, pkgsrc-2021Q1
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +6 -6 lines
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

Revision 1.8: download - view: text, markup, annotated - select for diffs
Tue Sep 29 21:42:59 2020 UTC (4 years, 7 months ago) by leot
Branches: MAIN
CVS tags: pkgsrc-2020Q4-base, pkgsrc-2020Q4
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +6 -6 lines
py-hangups: Update to 0.4.12

Changes:
0.4.12
------
 * update parameters for consistency with web client
 * upgrade pinned dependencies

Revision 1.7: download - view: text, markup, annotated - select for diffs
Mon Sep 7 19:34:29 2020 UTC (4 years, 8 months ago) by leot
Branches: MAIN
CVS tags: pkgsrc-2020Q3-base, pkgsrc-2020Q3
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +6 -6 lines
py-hangups: Update to 0.4.11

Changes:
0.4.11
------
 - Fix random 401 errors

Revision 1.6: download - view: text, markup, annotated - select for diffs
Sun Nov 17 21:41:13 2019 UTC (5 years, 5 months ago) by leot
Branches: MAIN
CVS tags: pkgsrc-2020Q2-base, pkgsrc-2020Q2, pkgsrc-2020Q1-base, pkgsrc-2020Q1, pkgsrc-2019Q4-base, pkgsrc-2019Q4
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +6 -6 lines
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

Revision 1.5: download - view: text, markup, annotated - select for diffs
Tue Feb 26 18:31:46 2019 UTC (6 years, 2 months ago) by leot
Branches: MAIN
CVS tags: pkgsrc-2019Q3-base, pkgsrc-2019Q3, pkgsrc-2019Q2-base, pkgsrc-2019Q2, pkgsrc-2019Q1-base, pkgsrc-2019Q1
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +6 -6 lines
py-hangups: Update to 0.4.9

Changes:
0.4.9
-----
 - fix loading events by event id with Conversation.get_events

0.4.8
-----
 - set device name to "hangups" when authenticating
 - fix snap package build

0.4.7
-----
 - add manual login option
 - publish tests in package
 - add participant watermarks to conversation objects and UI
 - improve hyperlink detection
 - fix issue with loading conversion history
 - bump aiohttp requirement to >=3.3

Revision 1.4: download - view: text, markup, annotated - select for diffs
Mon Oct 15 08:55:49 2018 UTC (6 years, 7 months ago) by leot
Branches: MAIN
CVS tags: pkgsrc-2018Q4-base, pkgsrc-2018Q4
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +6 -6 lines
py-hangups: Update chat/py-hangups to 0.4.6

Changes:
0.4.6
-----
- raise maximum supported protobuf version
- choose 2FA method automatically when several methods are available

Revision 1.3: download - view: text, markup, annotated - select for diffs
Mon Jul 16 17:43:24 2018 UTC (6 years, 10 months ago) by leot
Branches: MAIN
CVS tags: pkgsrc-2018Q3-base, pkgsrc-2018Q3
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +6 -6 lines
py-hangups: Update chat/py-hangups to 0.4.5

Changes:
0.4.5
-----
 * raise minimum Python version to 3.5.3
 * add support for Python 3.7
 * improve markup parsing
 * fix crash on event for unloaded conversion
 * add compatibility with aiohttp 3

Revision 1.2: download - view: text, markup, annotated - select for diffs
Sun Jan 14 16:00:35 2018 UTC (7 years, 4 months ago) by leot
Branches: MAIN
CVS tags: pkgsrc-2018Q2-base, pkgsrc-2018Q2, pkgsrc-2018Q1-base, pkgsrc-2018Q1
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +5 -5 lines
hangups: Update chat/py-hangups to 0.4.4

pkgsrc changes:
 - Update some DEPENDS PKGVERSIONs to reflect upstream setup.py changes

Changes:
 * fix error when updating read timestamp for empty conversation
 * fix HTTP client resource management issue
 * add alternate up/down keybindings
 * add terminal bell notification method
 * add --notification-type option, deprecate --disable-notifications
 * fix exception propagation issues in UI

Revision 1.1: download - view: text, markup, annotated - select for diffs
Mon Sep 4 13:58:24 2017 UTC (7 years, 8 months ago) by leot
Branches: MAIN
CVS tags: pkgsrc-2017Q4-base, pkgsrc-2017Q4, pkgsrc-2017Q3-base, pkgsrc-2017Q3
Import py-hangups-0.4.3 as chat/py-hangups

hangups is the first third-party instant messaging client for Google
Hangouts. It includes both a Python library and a reference client
with a text-based user interface.

Unlike its predecessor Google Talk, Hangouts uses a proprietary,
non-interoperable protocol. hangups is implemented by reverse-engineering
this protocol, which allows it to support features like group
messaging that aren't available in clients that connect via XMPP.

hangups is still in an early stage of development. The reference
client is usable for basic chatting, but the API is undocumented
and subject to change.

Originally packaged by myself in pkgsrc-wip.

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

CVSweb <webmaster@jp.NetBSD.org>