The NetBSD Project

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

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

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.15: download - view: text, markup, annotated - select for diffs
Mon Oct 14 06:45:33 2024 UTC (3 months, 4 weeks ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2024Q4-base, pkgsrc-2024Q4, HEAD
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +1 -3 lines
*: clean-up after python38 removal

Revision 1.14: download - view: text, markup, annotated - select for diffs
Tue Nov 7 22:37:57 2023 UTC (15 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2024Q3-base, pkgsrc-2024Q3, pkgsrc-2024Q2-base, pkgsrc-2024Q2, pkgsrc-2024Q1-base, pkgsrc-2024Q1, pkgsrc-2023Q4-base, pkgsrc-2023Q4
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +2 -2 lines
*: latest py-sphinx only support Python 3.9+

Revision 1.13: download - view: text, markup, annotated - select for diffs
Wed Jan 5 15:40:58 2022 UTC (3 years, 1 month ago) by wiz
Branches: MAIN
CVS tags: 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
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +4 -2 lines
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.

Revision 1.12: download - view: text, markup, annotated - select for diffs
Tue Jan 4 20:52:37 2022 UTC (3 years, 1 month ago) by wiz
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +2 -1 lines
*: bump PKGREVISION for egg.mk users

They now have a tool dependency on py-setuptools instead of a DEPENDS

Revision 1.11: download - view: text, markup, annotated - select for diffs
Mon Mar 8 21:28:27 2021 UTC (3 years, 11 months ago) by leot
Branches: MAIN
CVS tags: pkgsrc-2021Q4-base, pkgsrc-2021Q4, pkgsrc-2021Q3-base, pkgsrc-2021Q3, pkgsrc-2021Q2-base, pkgsrc-2021Q2, pkgsrc-2021Q1-base, pkgsrc-2021Q1
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +3 -3 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.10: download - view: text, markup, annotated - select for diffs
Tue Sep 29 21:42:59 2020 UTC (4 years, 4 months ago) by leot
Branches: MAIN
CVS tags: pkgsrc-2020Q4-base, pkgsrc-2020Q4
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +2 -2 lines
py-hangups: Update to 0.4.12

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

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

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

Revision 1.8: download - view: text, markup, annotated - select for diffs
Sun Nov 17 21:41:13 2019 UTC (5 years, 2 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.7: preferred, colored
Changes since revision 1.7: +2 -2 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.7: download - view: text, markup, annotated - select for diffs
Fri Apr 26 13:13:44 2019 UTC (5 years, 9 months ago) by maya
Branches: MAIN
CVS tags: pkgsrc-2019Q3-base, pkgsrc-2019Q3, pkgsrc-2019Q2-base, pkgsrc-2019Q2
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -2 lines
Omit mentions of python 34 and 35, after those were removed.

- Includes some whitespace changes, to be handled in a separate commit.

Revision 1.6: download - view: text, markup, annotated - select for diffs
Tue Feb 26 18:31:46 2019 UTC (5 years, 11 months ago) by leot
Branches: MAIN
CVS tags: pkgsrc-2019Q1-base, pkgsrc-2019Q1
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +3 -3 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.5: download - view: text, markup, annotated - select for diffs
Mon Oct 15 08:55:49 2018 UTC (6 years, 4 months ago) by leot
Branches: MAIN
CVS tags: pkgsrc-2018Q4-base, pkgsrc-2018Q4
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -2 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.4: download - view: text, markup, annotated - select for diffs
Mon Jul 16 17:43:24 2018 UTC (6 years, 6 months ago) by leot
Branches: MAIN
CVS tags: pkgsrc-2018Q3-base, pkgsrc-2018Q3
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +3 -2 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.3: download - view: text, markup, annotated - select for diffs
Thu Feb 15 07:45:42 2018 UTC (6 years, 11 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2018Q2-base, pkgsrc-2018Q2, pkgsrc-2018Q1-base, pkgsrc-2018Q1
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +3 -3 lines
py-hangups: propagate incompatibilty from py-aiohttp

Revision 1.2: download - view: text, markup, annotated - select for diffs
Sun Jan 14 16:00:35 2018 UTC (7 years, 1 month ago) by leot
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +4 -4 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, 5 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>