17
0

Compare commits

10 Commits

Author SHA256 Message Date
df2018b73b Accepting request 1296402 from devel:languages:python
- Update to 1.40.0:
  * Additions
    + send_as and effect added to send_message and related methods.
    + MessageMediaGeoLive is now recognized for auto-input conversion.
  * Enhancements
    + Improved wording when using a likely unintended session file.
    + Improved behaviour for matching Markdown links.
    + A truly clean update-state is now fetched upon login.
    + Time offset is now updated more reliably after connecting. This should
      fix legitimate “message too old/new” issues.
  * Bug fixes
    + ChannelParticipantLeft is now skipped in iter_participants.
    + spoiler flag was lost on MessageMediaPhoto auto-input conversion.
    + KeyboardButtonCopy is now recognized as an inline button.
    + Downloading web-documents should now work again. Note that this still
      fetches the file from the original server.
- Add patch stop-using-event_loop-fixture.patch:
  * Stop using removed event_loop fixture.
- Support both upper and lower case metadata directory names.

OBS-URL: https://build.opensuse.org/request/show/1296402
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Telethon?expand=0&rev=15
2025-07-30 09:45:57 +00:00
f793ffa213 - Update to 1.40.0:
* Additions
    + send_as and effect added to send_message and related methods.
    + MessageMediaGeoLive is now recognized for auto-input conversion.
  * Enhancements
    + Improved wording when using a likely unintended session file.
    + Improved behaviour for matching Markdown links.
    + A truly clean update-state is now fetched upon login.
    + Time offset is now updated more reliably after connecting. This should
      fix legitimate “message too old/new” issues.
  * Bug fixes
    + ChannelParticipantLeft is now skipped in iter_participants.
    + spoiler flag was lost on MessageMediaPhoto auto-input conversion.
    + KeyboardButtonCopy is now recognized as an inline button.
    + Downloading web-documents should now work again. Note that this still
      fetches the file from the original server.
- Add patch stop-using-event_loop-fixture.patch:
  * Stop using removed event_loop fixture.
- Support both upper and lower case metadata directory names.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Telethon?expand=0&rev=34
2025-07-30 02:44:20 +00:00
0a8a3350f4 Accepting request 1264852 from devel:languages:python
- Normalize metadata directory name.

Requires python-setuptools 78 to build successfully.

OBS-URL: https://build.opensuse.org/request/show/1264852
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Telethon?expand=0&rev=14
2025-04-16 18:38:42 +00:00
f91e4b7ce4 - Lowercase metadata directory name.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Telethon?expand=0&rev=32
2025-03-26 00:57:51 +00:00
5c02443afc Accepting request 1253928 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1253928
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Telethon?expand=0&rev=13
2025-03-18 16:42:16 +00:00
1d327cf138 Accepting request 1253785 from home:glaubitz:branches:devel:languages:python
- Update to 1.39.0
  * fix(session): persist session after `session.set_dc`
  * Update to layer 195
  * Avoid error when trying to reset deadline for no msgbox entries
  * Updated to Layer 196 (#4525)
  * Add missing parameters to Message constructor (#4529)
  * Fix IOError with some image modes in photo resize This fixes image
    compression with mode "P" (potentially others) which is necessary
    as the server has erroneous alpha color with some types of images
    (mode "P" for example). This also properly applies the background
    argument that may be passed to _resize_photo_if_needed by always
    compressing images with alpha regardless of whether the server
    will compress the image for us.
  * Document drop_author and add drop_media_captions drop_author is
    already supported but is undocumented. drop_media_captions for
    consistency with drop_author being implemented.
  * Respect receive_updates=False
  * Improve edit_message message type hint This also allows
    utils.get_message_id to get the ID of InputMessageID.
  * Update to layer 198
  * Unconditionally match text and link text in markdown Fixes cases
    where there's a nested [] in the text by matching until "](" is
    reached. This doesn't match newlines in URLs because that makes
    no sense.
  * Fix overlapping URLs and improve overlapping in md Also remove the
    unused overlap function.
  * Make markdown URL regex less greedy Fixes multiple URLs in a single
    message.
  * fix: support batch sending of image URLs and video URLs in albums
  * Consider range list-like This allows you to pass range() to things

OBS-URL: https://build.opensuse.org/request/show/1253785
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Telethon?expand=0&rev=30
2025-03-17 20:19:34 +00:00
289ff766bf Accepting request 1237650 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1237650
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Telethon?expand=0&rev=12
2025-01-14 15:23:49 +00:00
f1295c4008 Accepting request 1237555 from home:glaubitz:branches:devel:languages:python
- Update to 1.38.1
  * Fix Python 3.6 compatibility

OBS-URL: https://build.opensuse.org/request/show/1237555
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Telethon?expand=0&rev=28
2025-01-14 07:26:10 +00:00
129930cb4e Accepting request 1225500 from devel:languages:python
- update to 1.38.0:
  * Formatting entities misbehaved with albums.
  * Sending a Message object with a file did not use the new file.
- update to 1.37.0:
  * Support for CDN downloads should be back. Telethon still
    prefers no CDN by default.
  * FloodWaitPremium should now be handled like any other floodwaits.
  * Fixed edge-case when using get_messages(..., reverse=True).
  * ConnectionError when using proxies should be raised properly.
- update to 1.36.0:
  * Certain updates, such as :tl:`UpdateBotStopped`, should now be
    processed reliably.
- update to 1.35.0:
  * "Custom secret support" should work with TcpMTProxy.
  * Some type hints should now be more accurate.
  * Session path couldn't be a pathlib.Path or None.
  * Python versions older than 3.9 should now be supported again.
  * Readthedocs should hopefully build the v1 documentation again.
- update to 1.34.0:
  * reply_to_chat and reply_to_sender are now in Message.
  * parse_mode with a custom instance containing both parse and
    unparse should now work.
  * Parsing and unparsing message entities should now behave better
    in certain corner-cases.
- update to 1.33.0:
  * webbrowser is now imported conditionally, to support niche environments.
Library should now retry on the suddenly-common TimedOutError.
- update to 1.32.0:
  * new and changed raw API methods
- update to 1.31.0:

OBS-URL: https://build.opensuse.org/request/show/1225500
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Telethon?expand=0&rev=11
2024-11-21 14:19:10 +00:00
f0f6d1024c - update to 1.38.0:
* Formatting entities misbehaved with albums.
  * Sending a Message object with a file did not use the new file.
- update to 1.37.0:
  * Support for CDN downloads should be back. Telethon still
    prefers no CDN by default.
  * FloodWaitPremium should now be handled like any other floodwaits.
  * Fixed edge-case when using get_messages(..., reverse=True).
  * ConnectionError when using proxies should be raised properly.
- update to 1.36.0:
  * Certain updates, such as :tl:`UpdateBotStopped`, should now be
    processed reliably.
- update to 1.35.0:
  * "Custom secret support" should work with TcpMTProxy.
  * Some type hints should now be more accurate.
  * Session path couldn't be a pathlib.Path or None.
  * Python versions older than 3.9 should now be supported again.
  * Readthedocs should hopefully build the v1 documentation again.
- update to 1.34.0:
  * reply_to_chat and reply_to_sender are now in Message.
  * parse_mode with a custom instance containing both parse and
    unparse should now work.
  * Parsing and unparsing message entities should now behave better
    in certain corner-cases.
- update to 1.33.0:
  * webbrowser is now imported conditionally, to support niche environments.
Library should now retry on the suddenly-common TimedOutError.
- update to 1.32.0:
  * new and changed raw API methods
- update to 1.31.0:

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Telethon?expand=0&rev=26
2024-11-21 09:33:10 +00:00

Diff Content Not Available