Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scheduled weekly dependency update for week 08 #119

Merged
merged 3 commits into from
Mar 3, 2018

Conversation

pyup-bot
Copy link
Contributor

@pyup-bot pyup-bot commented Mar 3, 2018

Updates

Here's a list of all the updates bundled in this pull request. I've added some links to make it easier for you to find all the information you need.

python-telegram-bot 9.0.0 » 10.0.0 PyPI | Changelog | Homepage
boltons 17.2.0 » 18.0.0 PyPI | Changelog | Repo
youtube-dl 2018.2.22 » 2018.3.3 PyPI | Changelog | Repo

Changelogs

python-telegram-bot 9.0.0 -> 10.0.0

10.0.0

Non backward compatabile changes and changed defaults

  • JobQueue: Remove deprecated prevent_autostart & put() (PR 1012_)
  • Bot, Updater: Remove deprecated network_delay (PR 1012_)
  • Remove deprecated Message.new_chat_member (PR 1012_)
  • Retry bootstrap phase indefinitely (by default) on network errors (PR 1018_)

New Features

  • Support v3.6 API (PR 1006_)
  • User.full_name convinience property (PR 949_)
  • Add send_phone_number_to_provider and send_email_to_provider arguments to send_invoice (PR 986_)
  • Bot: Add shortcut methods reply_{markdown,html} (PR 827_)
  • Bot: Add shortcut method reply_media_group (PR 994_)
  • Added utils.helpers.effective_message_type (PR 826_)
  • Bot.get_file now allows passing a file in addition to file_id (PR 963_)
  • Add .get_file() to Audio, Document, PhotoSize, Sticker, Video, VideoNote and Voice (PR 963_)
  • Add .send_*() methods to User and Chat (PR 963_)
  • Get jobs by name (PR 1011_)
  • Add Message caption html/markdown methods (PR 1013_)
  • File.download_as_bytearray - new method to get a d/led file as bytearray (PR 1019_)
  • File.download(): Now returns a meaningful return value (PR 1019_)
  • Added conversation timeout in ConversationHandler (PR 895_)

Changes

  • Store bot in PreCheckoutQuery (PR 953_)
  • Updater: Issue INFO log upon received signal (PR 951_)
  • JobQueue: Thread safety fixes (PR 977_)
  • WebhookHandler: Fix exception thrown during error handling (PR 985_)
  • Explicitly check update.effective_chat in ConversationHandler.check_update (PR 959_)
  • Updater: Better handling of timeouts during get_updates (PR 1007_)
  • Remove unnecessary to_dict() (PR 834_)
  • CommandHandler - ignore strings in entities and "/" followed by whitespace (PR 1020_)
  • Documentation & style fixes (PR 942, PR 956, PR 962, PR 980, PR 983_)

.. _826: python-telegram-bot/python-telegram-bot#826
.. _827: python-telegram-bot/python-telegram-bot#827
.. _834: python-telegram-bot/python-telegram-bot#834
.. _895: python-telegram-bot/python-telegram-bot#895
.. _942: python-telegram-bot/python-telegram-bot#942
.. _949: python-telegram-bot/python-telegram-bot#949
.. _951: python-telegram-bot/python-telegram-bot#951
.. _956: python-telegram-bot/python-telegram-bot#956
.. _953: python-telegram-bot/python-telegram-bot#953
.. _962: python-telegram-bot/python-telegram-bot#962
.. _959: python-telegram-bot/python-telegram-bot#959
.. _963: python-telegram-bot/python-telegram-bot#963
.. _977: python-telegram-bot/python-telegram-bot#977
.. _980: python-telegram-bot/python-telegram-bot#980
.. _983: python-telegram-bot/python-telegram-bot#983
.. _985: python-telegram-bot/python-telegram-bot#985
.. _986: python-telegram-bot/python-telegram-bot#986
.. _994: python-telegram-bot/python-telegram-bot#994
.. _1006: python-telegram-bot/python-telegram-bot#1006
.. _1007: python-telegram-bot/python-telegram-bot#1007
.. _1011: python-telegram-bot/python-telegram-bot#1011
.. _1012: python-telegram-bot/python-telegram-bot#1012
.. _1013: python-telegram-bot/python-telegram-bot#1013
.. _1018: python-telegram-bot/python-telegram-bot#1018
.. _1019: python-telegram-bot/python-telegram-bot#1019
.. _1020: python-telegram-bot/python-telegram-bot#1020

2017-12-08

boltons 17.2.0 -> 18.0.0

18.0.0


(March 2, 2018)

  • Add <thead> and <tbody> structure to tableutils.Table HTML
    output, which helps with styling and other functionality (e.g.,
    jQuery datatables).
  • Add dictutils.subdict() to get a filtered version of a dictionary
    based on a subset of keys.
  • Add beta version of cacheutils.MinIDMap.

youtube-dl 2018.2.22 -> 2018.3.3

2018.03.03

Core

  • [utils] Add parse_resolution
    Revert respect --prefer-insecure while updating

Extractors

  • [yapfiles] Add support for yapfiles.ru (15726, 11085)
  • [spankbang] Fix formats extraction (15727)
  • [adn] Fix extraction (15716)
  • [toggle] Extract DASH and ISM formats (15721)
  • [nickelodeon] Add support for nickelodeon.com.tr (15706)
  • [npo] Validate and filter format URLs (15709)

2018.02.26

Extractors

  • [udemy] Use custom User-Agent (15571)

2018.02.25

Core

  • [postprocessor/embedthumbnail] Skip embedding when there aren't any
    thumbnails (12573)
  • [extractor/common] Improve jwplayer subtitles extraction (15695)

Extractors

  • [vidlii] Add support for vidlii.com (14472, 14512, 14779)
  • [streamango] Capture and output error messages
  • [streamango] Fix extraction (14160, 14256)
  • [telequebec] Add support for emissions (14649, 14655)
  • [telequebec:live] Add support for live streams (15688)
  • [mailru:music] Add support for mail.ru/music (15618)
  • [aenetworks] Switch to akamai HLS formats (15612)
  • [ytsearch] Fix flat title extraction (11260, 15681)

That's it for now!

Happy merging! 🤖

@gpchelkin gpchelkin merged commit ea20d90 into master Mar 3, 2018
@gpchelkin gpchelkin deleted the pyup-scheduled-update-2018-03-03 branch March 3, 2018 20:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants