From: "Viorel Munteanu" <ceamac@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/python-telegram-bot/
Date: Sun, 12 May 2024 09:38:47 +0000 (UTC) [thread overview]
Message-ID: <1715362359.54978c4c7db3d0e87ed532b61b287e0d20c44a5b.ceamac@gentoo> (raw)
commit: 54978c4c7db3d0e87ed532b61b287e0d20c44a5b
Author: Pedro Arizmendi <dwosky <AT> pm <DOT> me>
AuthorDate: Fri May 10 17:32:39 2024 +0000
Commit: Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Fri May 10 17:32:39 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=54978c4c
dev-python/python-telegram-bot: drop 20.3-r1, 20.5-r1
Signed-off-by: Pedro Arizmendi <dwosky <AT> pm.me>
dev-python/python-telegram-bot/Manifest | 2 -
.../python-telegram-bot-20.3-r1.ebuild | 155 ---------------------
.../python-telegram-bot-20.5-r1.ebuild | 150 --------------------
3 files changed, 307 deletions(-)
diff --git a/dev-python/python-telegram-bot/Manifest b/dev-python/python-telegram-bot/Manifest
index 9ec49650cf..f85dd9d0ea 100644
--- a/dev-python/python-telegram-bot/Manifest
+++ b/dev-python/python-telegram-bot/Manifest
@@ -1,4 +1,2 @@
-DIST python-telegram-bot-20.3.tar.gz 1957466 BLAKE2B 47e68846bb6c092648aa2bcd53289f7ac78d7335a8f84fd6a1c6440ee8b38c150f2e2df56f537e0de9e01af3c98a49fd0a8d8771c15ebd9be1658b0ee17a355b SHA512 6594eb991a14acdd247505b904ca2bd5022ef8abe4b45b57218508fa53de765a6a9e05c78997723a8385b45a0950e87dc102264ed3338eed9d569d1eb596e1f9
-DIST python-telegram-bot-20.5.tar.gz 1950471 BLAKE2B b25440dd78d3a72242d371ec661027d2fea7c174a20a1c7482f0d1cab07aa6e5ffa886bb944c217e177732aabec676e5ea6003431a5e893a7171bb36642e3c53 SHA512 65f8d3de73bffcf56dd986091c34fa8f9cb60b4b8bbfc2b1c5c7392cf3a6314192a97013a2299a4d02977fd4f6ae73c487acc7a839b700d7304b02c0f5680671
DIST python-telegram-bot-20.6.tar.gz 1958397 BLAKE2B f5f11a604ff1eb199b2b81571b86b69541faa1d98a5d12ac4f3a9f8c6789f722e924232244f211721986beba1380bc877f33251564a46086e4e33d8952e701e1 SHA512 87e42af8663d11f2e33783d40a28a1767f4f5e14203e53463a8f76be0f9a8f0601b3e34b297d1d1ed2f2111b48cbf22a22d28a4d7396b67defb1f0081b10bc38
DIST python-telegram-bot-21.1.1.tar.gz 2059431 BLAKE2B c41a7a8eeef2e8f2f7f1865789ed38a96e225dd89ad8c5ded5db75fbcffb8bde71bac8782d7541b2d8caa29e69ce092cc6a3a8c359133b1b359bdbb32a502025 SHA512 10143ea0abdbb86e1f2d47d4383fc0cd5e066fb6c93c906974f73f4fecf29b3e8ae963597dbe79ba85e817180977a246fed485e1461f809bc57013bf31a375df
diff --git a/dev-python/python-telegram-bot/python-telegram-bot-20.3-r1.ebuild b/dev-python/python-telegram-bot/python-telegram-bot-20.3-r1.ebuild
deleted file mode 100644
index de642c415e..0000000000
--- a/dev-python/python-telegram-bot/python-telegram-bot-20.3-r1.ebuild
+++ /dev/null
@@ -1,155 +0,0 @@
-# Copyright 2023-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} )
-inherit distutils-r1 optfeature
-
-DESCRIPTION="Python wrapper of telegram bots API"
-HOMEPAGE="https://docs.python-telegram-bot.org https://github.com/python-telegram-bot/python-telegram-bot"
-SRC_URI="https://github.com/python-telegram-bot/python-telegram-bot/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="LGPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
- >=dev-python/cachetools-5.3.0[${PYTHON_USEDEP}]
- >=dev-python/cryptography-39.0.1[${PYTHON_USEDEP}]
- >=dev-python/httpx-0.24.0[${PYTHON_USEDEP}]
- >=dev-python/tornado-6.2[${PYTHON_USEDEP}]
-"
-BDEPEND="
- test? (
- dev-python/beautifulsoup4[${PYTHON_USEDEP}]
- dev-python/flaky[${PYTHON_USEDEP}]
- dev-python/pytest[${PYTHON_USEDEP}]
- dev-python/pytest-asyncio[${PYTHON_USEDEP}]
- dev-python/pytz[${PYTHON_USEDEP}]
- >=dev-python/tornado-6.2[${PYTHON_USEDEP}]
- )
-"
-
-# These tests require an internet connection
-EPYTEST_DESELECT=(
- tests/_files/test_animation.py::TestAnimationWithoutRequest::test_creation
- tests/_files/test_animation.py::TestAnimationWithoutRequest::test_de_json
- tests/_files/test_animation.py::TestAnimationWithoutRequest::test_expected_values
- tests/_files/test_animation.py::TestAnimationWithoutRequest::test_get_file_instance_method
- tests/_files/test_animation.py::TestAnimationWithoutRequest::test_send_animation_thumb_deprecation_warning
- tests/_files/test_animation.py::TestAnimationWithoutRequest::test_send_with_animation
- tests/_files/test_animation.py::TestAnimationWithoutRequest::test_slot_behaviour
- tests/_files/test_animation.py::TestAnimationWithoutRequest::test_to_dict
- tests/_files/test_audio.py::TestAudioWithoutRequest::test_creation
- tests/_files/test_audio.py::TestAudioWithoutRequest::test_de_json
- tests/_files/test_audio.py::TestAudioWithoutRequest::test_equality
- tests/_files/test_audio.py::TestAudioWithoutRequest::test_expected_values
- tests/_files/test_audio.py::TestAudioWithoutRequest::test_get_file_instance_method
- tests/_files/test_audio.py::TestAudioWithoutRequest::test_send_audio_thumb_deprecation_warning
- tests/_files/test_audio.py::TestAudioWithoutRequest::test_send_with_audio
- tests/_files/test_audio.py::TestAudioWithoutRequest::test_slot_behaviour
- tests/_files/test_audio.py::TestAudioWithoutRequest::test_to_dict
- tests/_files/test_chatphoto.py::TestChatPhotoWithoutRequest::test_de_json
- tests/_files/test_chatphoto.py::TestChatPhotoWithoutRequest::test_get_big_file_instance_method
- tests/_files/test_chatphoto.py::TestChatPhotoWithoutRequest::test_get_small_file_instance_method
- tests/_files/test_chatphoto.py::TestChatPhotoWithoutRequest::test_send_with_chat_photo
- tests/_files/test_chatphoto.py::TestChatPhotoWithoutRequest::test_slot_behaviour
- tests/_files/test_chatphoto.py::TestChatPhotoWithoutRequest::test_to_dict
- tests/_files/test_document.py::TestDocumentWithoutRequest::test_creation
- tests/_files/test_document.py::TestDocumentWithoutRequest::test_de_json
- tests/_files/test_document.py::TestDocumentWithoutRequest::test_equality
- tests/_files/test_document.py::TestDocumentWithoutRequest::test_expected_values
- tests/_files/test_document.py::TestDocumentWithoutRequest::test_get_file_instance_method
- tests/_files/test_document.py::TestDocumentWithoutRequest::test_send_document_thumb_deprecation_warning
- tests/_files/test_document.py::TestDocumentWithoutRequest::test_send_with_document
- tests/_files/test_document.py::TestDocumentWithoutRequest::test_slot_behaviour
- tests/_files/test_document.py::TestDocumentWithoutRequest::test_to_dict
- tests/_files/test_inputmedia.py::TestInputMediaAnimationWithoutRequest::test_with_animation
- tests/_files/test_inputmedia.py::TestInputMediaAudioWithoutRequest::test_with_audio
- tests/_files/test_inputmedia.py::TestInputMediaDocumentWithoutRequest::test_with_document
- tests/_files/test_inputmedia.py::TestInputMediaPhotoWithoutRequest::test_with_photo
- tests/_files/test_inputmedia.py::TestInputMediaVideoWithoutRequest::test_with_video
- tests/_files/test_inputmedia.py::TestSendMediaGroupWithoutRequest::test_send_media_group_throws_error_with_group_caption_and_individual_captions
- tests/_files/test_photo.py::TestPhotoWithoutRequest::test_creation
- tests/_files/test_photo.py::TestPhotoWithoutRequest::test_de_json
- tests/_files/test_photo.py::TestPhotoWithoutRequest::test_equality
- tests/_files/test_photo.py::TestPhotoWithoutRequest::test_expected_values
- tests/_files/test_photo.py::TestPhotoWithoutRequest::test_get_file_instance_method
- tests/_files/test_photo.py::TestPhotoWithoutRequest::test_send_with_photosize
- tests/_files/test_photo.py::TestPhotoWithoutRequest::test_slot_behaviour
- tests/_files/test_photo.py::TestPhotoWithoutRequest::test_to_dict
- tests/_files/test_sticker.py::TestStickerSetWithoutRequest::test_de_json
- tests/_files/test_sticker.py::TestStickerSetWithoutRequest::test_get_file_instance_method
- tests/_files/test_sticker.py::TestStickerSetWithoutRequest::test_sticker_set_to_dict
- tests/_files/test_sticker.py::TestStickerWithoutRequest::test_creation
- tests/_files/test_sticker.py::TestStickerWithoutRequest::test_de_json
- tests/_files/test_sticker.py::TestStickerWithoutRequest::test_equality
- tests/_files/test_sticker.py::TestStickerWithoutRequest::test_expected_values
- tests/_files/test_sticker.py::TestStickerWithoutRequest::test_send_with_sticker
- tests/_files/test_sticker.py::TestStickerWithoutRequest::test_slot_behaviour
- tests/_files/test_sticker.py::TestStickerWithoutRequest::test_to_dict
- tests/_files/test_video.py::TestVideoWithoutRequest::test_creation
- tests/_files/test_video.py::TestVideoWithoutRequest::test_equality
- tests/_files/test_video.py::TestVideoWithoutRequest::test_expected_values
- tests/_files/test_video.py::TestVideoWithoutRequest::test_get_file_instance_method
- tests/_files/test_video.py::TestVideoWithoutRequest::test_send_video_thumb_deprecation_warning
- tests/_files/test_video.py::TestVideoWithoutRequest::test_send_with_video
- tests/_files/test_video.py::TestVideoWithoutRequest::test_slot_behaviour
- tests/_files/test_video.py::TestVideoWithoutRequest::test_to_dict
- tests/_files/test_videonote.py::TestVideoNoteWithoutRequest::test_creation
- tests/_files/test_videonote.py::TestVideoNoteWithoutRequest::test_equality
- tests/_files/test_videonote.py::TestVideoNoteWithoutRequest::test_expected_values
- tests/_files/test_videonote.py::TestVideoNoteWithoutRequest::test_get_file_instance_method
- tests/_files/test_videonote.py::TestVideoNoteWithoutRequest::test_send_video_note_thumb_deprecation_warning
- tests/_files/test_videonote.py::TestVideoNoteWithoutRequest::test_send_with_video_note
- tests/_files/test_videonote.py::TestVideoNoteWithoutRequest::test_slot_behaviour
- tests/_files/test_videonote.py::TestVideoNoteWithoutRequest::test_to_dict
- tests/_files/test_voice.py::TestVoiceWithoutRequest::test_creation
- tests/_files/test_voice.py::TestVoiceWithoutRequest::test_equality
- tests/_files/test_voice.py::TestVoiceWithoutRequest::test_expected_values
- tests/_files/test_voice.py::TestVoiceWithoutRequest::test_get_file_instance_method
- tests/_files/test_voice.py::TestVoiceWithoutRequest::test_send_with_voice
- tests/_files/test_voice.py::TestVoiceWithoutRequest::test_slot_behaviour
- tests/_files/test_voice.py::TestVoiceWithoutRequest::test_to_dict
- tests/request/test_request.py::TestHTTPXRequestWithoutRequest::test_do_request_after_shutdown
- tests/request/test_request.py::TestHTTPXRequestWithoutRequest::test_do_request_exceptions
- tests/request/test_request.py::TestHTTPXRequestWithoutRequest::test_do_request_manual_timeouts
- tests/request/test_request.py::TestHTTPXRequestWithoutRequest::test_do_request_params_no_data
- tests/request/test_request.py::TestHTTPXRequestWithoutRequest::test_do_request_params_with_data
- tests/request/test_request.py::TestHTTPXRequestWithoutRequest::test_do_request_return_value
- tests/request/test_request.py::TestHTTPXRequestWithoutRequest::test_http_1_response
- tests/request/test_request.py::TestHTTPXRequestWithoutRequest::test_multiple_init_cycles
- tests/request/test_request.py::TestRequestWithoutRequest::test_chat_migrated
- tests/request/test_request.py::TestRequestWithoutRequest::test_error_description
- tests/request/test_request.py::TestRequestWithoutRequest::test_exceptions_in_do_request
- tests/request/test_request.py::TestRequestWithoutRequest::test_illegal_json_response
- tests/request/test_request.py::TestRequestWithoutRequest::test_replaced_unprintable_char
- tests/request/test_request.py::TestRequestWithoutRequest::test_retrieve
- tests/request/test_request.py::TestRequestWithoutRequest::test_retry_after
- tests/request/test_request.py::TestRequestWithoutRequest::test_special_errors
- tests/request/test_request.py::TestRequestWithoutRequest::test_timeout_propagation
- tests/request/test_request.py::TestRequestWithoutRequest::test_unknown_request_params
- tests/test_bot.py::TestBotWithoutRequest::test_copy_message
- tests/test_bot.py::TestBotWithoutRequest::test_equality
- tests/test_bot.py::TestBotWithoutRequest::test_get_me_and_properties
- tests/test_bot.py::TestBotWithoutRequest::test_log_decorator
- tests/test_forum.py::TestForumTopicCreatedWithoutRequest::test_equality
- tests/test_forum.py::TestForumTopicWithoutRequest::test_de_json
- tests/test_forum.py::TestForumTopicWithoutRequest::test_equality
- tests/test_forum.py::TestForumTopicWithoutRequest::test_expected_values
- tests/test_forum.py::TestForumTopicWithoutRequest::test_slot_behaviour
- tests/test_forum.py::TestForumTopicWithoutRequest::test_to_dict
-)
-
-distutils_enable_tests pytest
-
-# Run only the tests that don't require a connection
-python_test() {
- epytest -m no_req
-}
-
-pkg_postinst() {
- optfeature "using telegram.ext.JobQueue" dev-python/APScheduler
-}
diff --git a/dev-python/python-telegram-bot/python-telegram-bot-20.5-r1.ebuild b/dev-python/python-telegram-bot/python-telegram-bot-20.5-r1.ebuild
deleted file mode 100644
index 4d8ca2dbd4..0000000000
--- a/dev-python/python-telegram-bot/python-telegram-bot-20.5-r1.ebuild
+++ /dev/null
@@ -1,150 +0,0 @@
-# Copyright 2023-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
-inherit distutils-r1 optfeature
-
-DESCRIPTION="Python wrapper of telegram bots API"
-HOMEPAGE="https://docs.python-telegram-bot.org https://github.com/python-telegram-bot/python-telegram-bot"
-SRC_URI="https://github.com/python-telegram-bot/python-telegram-bot/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="LGPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
- >=dev-python/cachetools-5.3.0[${PYTHON_USEDEP}]
- >=dev-python/cryptography-39.0.1[${PYTHON_USEDEP}]
- >=dev-python/httpx-0.24.0[${PYTHON_USEDEP}]
- >=dev-python/tornado-6.2[${PYTHON_USEDEP}]
-"
-BDEPEND="
- test? (
- dev-python/beautifulsoup4[${PYTHON_USEDEP}]
- dev-python/flaky[${PYTHON_USEDEP}]
- dev-python/pytest[${PYTHON_USEDEP}]
- dev-python/pytest-asyncio[${PYTHON_USEDEP}]
- dev-python/pytz[${PYTHON_USEDEP}]
- >=dev-python/tornado-6.2[${PYTHON_USEDEP}]
- )
-"
-
-# These tests require an internet connection
-EPYTEST_DESELECT=(
- tests/_files/test_animation.py::TestAnimationWithoutRequest::test_creation
- tests/_files/test_animation.py::TestAnimationWithoutRequest::test_de_json
- tests/_files/test_animation.py::TestAnimationWithoutRequest::test_expected_values
- tests/_files/test_animation.py::TestAnimationWithoutRequest::test_get_file_instance_method
- tests/_files/test_animation.py::TestAnimationWithoutRequest::test_send_with_animation
- tests/_files/test_animation.py::TestAnimationWithoutRequest::test_slot_behaviour
- tests/_files/test_animation.py::TestAnimationWithoutRequest::test_to_dict
- tests/_files/test_audio.py::TestAudioWithoutRequest::test_creation
- tests/_files/test_audio.py::TestAudioWithoutRequest::test_de_json
- tests/_files/test_audio.py::TestAudioWithoutRequest::test_equality
- tests/_files/test_audio.py::TestAudioWithoutRequest::test_expected_values
- tests/_files/test_audio.py::TestAudioWithoutRequest::test_get_file_instance_method
- tests/_files/test_audio.py::TestAudioWithoutRequest::test_send_with_audio
- tests/_files/test_audio.py::TestAudioWithoutRequest::test_slot_behaviour
- tests/_files/test_audio.py::TestAudioWithoutRequest::test_to_dict
- tests/_files/test_chatphoto.py::TestChatPhotoWithoutRequest::test_de_json
- tests/_files/test_chatphoto.py::TestChatPhotoWithoutRequest::test_get_big_file_instance_method
- tests/_files/test_chatphoto.py::TestChatPhotoWithoutRequest::test_get_small_file_instance_method
- tests/_files/test_chatphoto.py::TestChatPhotoWithoutRequest::test_send_with_chat_photo
- tests/_files/test_chatphoto.py::TestChatPhotoWithoutRequest::test_slot_behaviour
- tests/_files/test_chatphoto.py::TestChatPhotoWithoutRequest::test_to_dict
- tests/_files/test_document.py::TestDocumentWithoutRequest::test_creation
- tests/_files/test_document.py::TestDocumentWithoutRequest::test_de_json
- tests/_files/test_document.py::TestDocumentWithoutRequest::test_equality
- tests/_files/test_document.py::TestDocumentWithoutRequest::test_expected_values
- tests/_files/test_document.py::TestDocumentWithoutRequest::test_get_file_instance_method
- tests/_files/test_document.py::TestDocumentWithoutRequest::test_send_with_document
- tests/_files/test_document.py::TestDocumentWithoutRequest::test_slot_behaviour
- tests/_files/test_document.py::TestDocumentWithoutRequest::test_to_dict
- tests/_files/test_inputmedia.py::TestInputMediaAnimationWithoutRequest::test_with_animation
- tests/_files/test_inputmedia.py::TestInputMediaAudioWithoutRequest::test_with_audio
- tests/_files/test_inputmedia.py::TestInputMediaDocumentWithoutRequest::test_with_document
- tests/_files/test_inputmedia.py::TestInputMediaPhotoWithoutRequest::test_with_photo
- tests/_files/test_inputmedia.py::TestInputMediaVideoWithoutRequest::test_with_video
- tests/_files/test_inputmedia.py::TestSendMediaGroupWithoutRequest::test_send_media_group_throws_error_with_group_caption_and_individual_captions
- tests/_files/test_photo.py::TestPhotoWithoutRequest::test_creation
- tests/_files/test_photo.py::TestPhotoWithoutRequest::test_de_json
- tests/_files/test_photo.py::TestPhotoWithoutRequest::test_equality
- tests/_files/test_photo.py::TestPhotoWithoutRequest::test_expected_values
- tests/_files/test_photo.py::TestPhotoWithoutRequest::test_get_file_instance_method
- tests/_files/test_photo.py::TestPhotoWithoutRequest::test_send_with_photosize
- tests/_files/test_photo.py::TestPhotoWithoutRequest::test_slot_behaviour
- tests/_files/test_photo.py::TestPhotoWithoutRequest::test_to_dict
- tests/_files/test_sticker.py::TestStickerSetWithoutRequest::test_de_json
- tests/_files/test_sticker.py::TestStickerSetWithoutRequest::test_get_file_instance_method
- tests/_files/test_sticker.py::TestStickerSetWithoutRequest::test_sticker_set_to_dict
- tests/_files/test_sticker.py::TestStickerWithoutRequest::test_creation
- tests/_files/test_sticker.py::TestStickerWithoutRequest::test_de_json
- tests/_files/test_sticker.py::TestStickerWithoutRequest::test_equality
- tests/_files/test_sticker.py::TestStickerWithoutRequest::test_expected_values
- tests/_files/test_sticker.py::TestStickerWithoutRequest::test_send_with_sticker
- tests/_files/test_sticker.py::TestStickerWithoutRequest::test_slot_behaviour
- tests/_files/test_sticker.py::TestStickerWithoutRequest::test_to_dict
- tests/_files/test_video.py::TestVideoWithoutRequest::test_creation
- tests/_files/test_video.py::TestVideoWithoutRequest::test_equality
- tests/_files/test_video.py::TestVideoWithoutRequest::test_expected_values
- tests/_files/test_video.py::TestVideoWithoutRequest::test_get_file_instance_method
- tests/_files/test_video.py::TestVideoWithoutRequest::test_send_with_video
- tests/_files/test_video.py::TestVideoWithoutRequest::test_slot_behaviour
- tests/_files/test_video.py::TestVideoWithoutRequest::test_to_dict
- tests/_files/test_videonote.py::TestVideoNoteWithoutRequest::test_creation
- tests/_files/test_videonote.py::TestVideoNoteWithoutRequest::test_equality
- tests/_files/test_videonote.py::TestVideoNoteWithoutRequest::test_expected_values
- tests/_files/test_videonote.py::TestVideoNoteWithoutRequest::test_get_file_instance_method
- tests/_files/test_videonote.py::TestVideoNoteWithoutRequest::test_send_with_video_note
- tests/_files/test_videonote.py::TestVideoNoteWithoutRequest::test_slot_behaviour
- tests/_files/test_videonote.py::TestVideoNoteWithoutRequest::test_to_dict
- tests/_files/test_voice.py::TestVoiceWithoutRequest::test_creation
- tests/_files/test_voice.py::TestVoiceWithoutRequest::test_equality
- tests/_files/test_voice.py::TestVoiceWithoutRequest::test_expected_values
- tests/_files/test_voice.py::TestVoiceWithoutRequest::test_get_file_instance_method
- tests/_files/test_voice.py::TestVoiceWithoutRequest::test_send_with_voice
- tests/_files/test_voice.py::TestVoiceWithoutRequest::test_slot_behaviour
- tests/_files/test_voice.py::TestVoiceWithoutRequest::test_to_dict
- tests/request/test_request.py::TestHTTPXRequestWithoutRequest::test_do_request_after_shutdown
- tests/request/test_request.py::TestHTTPXRequestWithoutRequest::test_do_request_exceptions
- tests/request/test_request.py::TestHTTPXRequestWithoutRequest::test_do_request_manual_timeouts
- tests/request/test_request.py::TestHTTPXRequestWithoutRequest::test_do_request_params_no_data
- tests/request/test_request.py::TestHTTPXRequestWithoutRequest::test_do_request_params_with_data
- tests/request/test_request.py::TestHTTPXRequestWithoutRequest::test_do_request_return_value
- tests/request/test_request.py::TestHTTPXRequestWithoutRequest::test_http_1_response
- tests/request/test_request.py::TestHTTPXRequestWithoutRequest::test_multiple_init_cycles
- tests/request/test_request.py::TestRequestWithoutRequest::test_chat_migrated
- tests/request/test_request.py::TestRequestWithoutRequest::test_error_description
- tests/request/test_request.py::TestRequestWithoutRequest::test_exceptions_in_do_request
- tests/request/test_request.py::TestRequestWithoutRequest::test_illegal_json_response
- tests/request/test_request.py::TestRequestWithoutRequest::test_replaced_unprintable_char
- tests/request/test_request.py::TestRequestWithoutRequest::test_retrieve
- tests/request/test_request.py::TestRequestWithoutRequest::test_retry_after
- tests/request/test_request.py::TestRequestWithoutRequest::test_special_errors
- tests/request/test_request.py::TestRequestWithoutRequest::test_timeout_propagation
- tests/request/test_request.py::TestRequestWithoutRequest::test_unknown_request_params
- tests/test_bot.py::TestBotWithoutRequest::test_copy_message
- tests/test_bot.py::TestBotWithoutRequest::test_equality
- tests/test_bot.py::TestBotWithoutRequest::test_get_me_and_properties
- tests/test_bot.py::TestBotWithoutRequest::test_log_decorator
- tests/test_forum.py::TestForumTopicCreatedWithoutRequest::test_equality
- tests/test_forum.py::TestForumTopicWithoutRequest::test_de_json
- tests/test_forum.py::TestForumTopicWithoutRequest::test_equality
- tests/test_forum.py::TestForumTopicWithoutRequest::test_expected_values
- tests/test_forum.py::TestForumTopicWithoutRequest::test_slot_behaviour
- tests/test_forum.py::TestForumTopicWithoutRequest::test_to_dict
-)
-
-distutils_enable_tests pytest
-
-# Run only the tests that don't require a connection
-python_test() {
- epytest -m no_req
-}
-
-pkg_postinst() {
- optfeature "using telegram.ext.JobQueue" dev-python/APScheduler
-}
next reply other threads:[~2024-05-12 9:38 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-05-12 9:38 Viorel Munteanu [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-05-12 9:38 [gentoo-commits] repo/proj/guru:master commit in: dev-python/python-telegram-bot/ Viorel Munteanu
2024-04-28 21:05 David Roman
2024-04-28 21:05 David Roman
2023-10-02 15:47 [gentoo-commits] repo/proj/guru:dev " David Roman
2023-10-02 15:47 ` [gentoo-commits] repo/proj/guru:master " David Roman
2023-10-02 15:45 [gentoo-commits] repo/proj/guru:dev " David Roman
2023-10-02 15:47 ` [gentoo-commits] repo/proj/guru:master " David Roman
2023-04-28 17:52 Arthur Zamarin
2022-09-17 11:49 Ronny Gutbrod
2020-12-18 18:12 [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2020-12-18 19:05 ` [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2020-11-08 11:13 Andrew Ammerlaan
2020-03-13 17:45 Andrew Ammerlaan
2020-03-13 17:45 Andrew Ammerlaan
2020-03-13 12:33 [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2020-03-13 17:45 ` [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1715362359.54978c4c7db3d0e87ed532b61b287e0d20c44a5b.ceamac@gentoo \
--to=ceamac@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox