Rubka 6.7.1__tar.gz → 6.7.11__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of Rubka might be problematic. Click here for more details.
- {rubka-6.7.1 → rubka-6.7.11}/PKG-INFO +1 -1
- {rubka-6.7.1 → rubka-6.7.11}/Rubka.egg-info/PKG-INFO +1 -1
- {rubka-6.7.1 → rubka-6.7.11}/rubka/asynco.py +1 -4
- {rubka-6.7.1 → rubka-6.7.11}/setup.py +1 -1
- {rubka-6.7.1 → rubka-6.7.11}/README.md +0 -0
- {rubka-6.7.1 → rubka-6.7.11}/Rubka.egg-info/SOURCES.txt +0 -0
- {rubka-6.7.1 → rubka-6.7.11}/Rubka.egg-info/dependency_links.txt +0 -0
- {rubka-6.7.1 → rubka-6.7.11}/Rubka.egg-info/entry_points.txt +0 -0
- {rubka-6.7.1 → rubka-6.7.11}/Rubka.egg-info/not-zip-safe +0 -0
- {rubka-6.7.1 → rubka-6.7.11}/Rubka.egg-info/requires.txt +0 -0
- {rubka-6.7.1 → rubka-6.7.11}/Rubka.egg-info/top_level.txt +0 -0
- {rubka-6.7.1 → rubka-6.7.11}/rubka/__init__.py +0 -0
- {rubka-6.7.1 → rubka-6.7.11}/rubka/adaptorrubka/__init__.py +0 -0
- {rubka-6.7.1 → rubka-6.7.11}/rubka/adaptorrubka/client/__init__.py +0 -0
- {rubka-6.7.1 → rubka-6.7.11}/rubka/adaptorrubka/client/client.py +0 -0
- {rubka-6.7.1 → rubka-6.7.11}/rubka/adaptorrubka/crypto/__init__.py +0 -0
- {rubka-6.7.1 → rubka-6.7.11}/rubka/adaptorrubka/crypto/crypto.py +0 -0
- {rubka-6.7.1 → rubka-6.7.11}/rubka/adaptorrubka/enums.py +0 -0
- {rubka-6.7.1 → rubka-6.7.11}/rubka/adaptorrubka/exceptions.py +0 -0
- {rubka-6.7.1 → rubka-6.7.11}/rubka/adaptorrubka/methods/__init__.py +0 -0
- {rubka-6.7.1 → rubka-6.7.11}/rubka/adaptorrubka/methods/methods.py +0 -0
- {rubka-6.7.1 → rubka-6.7.11}/rubka/adaptorrubka/network/__init__.py +0 -0
- {rubka-6.7.1 → rubka-6.7.11}/rubka/adaptorrubka/network/helper.py +0 -0
- {rubka-6.7.1 → rubka-6.7.11}/rubka/adaptorrubka/network/network.py +0 -0
- {rubka-6.7.1 → rubka-6.7.11}/rubka/adaptorrubka/network/socket.py +0 -0
- {rubka-6.7.1 → rubka-6.7.11}/rubka/adaptorrubka/sessions/__init__.py +0 -0
- {rubka-6.7.1 → rubka-6.7.11}/rubka/adaptorrubka/sessions/sessions.py +0 -0
- {rubka-6.7.1 → rubka-6.7.11}/rubka/adaptorrubka/types/__init__.py +0 -0
- {rubka-6.7.1 → rubka-6.7.11}/rubka/adaptorrubka/types/socket/__init__.py +0 -0
- {rubka-6.7.1 → rubka-6.7.11}/rubka/adaptorrubka/types/socket/message.py +0 -0
- {rubka-6.7.1 → rubka-6.7.11}/rubka/adaptorrubka/utils/__init__.py +0 -0
- {rubka-6.7.1 → rubka-6.7.11}/rubka/adaptorrubka/utils/configs.py +0 -0
- {rubka-6.7.1 → rubka-6.7.11}/rubka/adaptorrubka/utils/utils.py +0 -0
- {rubka-6.7.1 → rubka-6.7.11}/rubka/api.py +0 -0
- {rubka-6.7.1 → rubka-6.7.11}/rubka/button.py +0 -0
- {rubka-6.7.1 → rubka-6.7.11}/rubka/config.py +0 -0
- {rubka-6.7.1 → rubka-6.7.11}/rubka/context.py +0 -0
- {rubka-6.7.1 → rubka-6.7.11}/rubka/decorators.py +0 -0
- {rubka-6.7.1 → rubka-6.7.11}/rubka/exceptions.py +0 -0
- {rubka-6.7.1 → rubka-6.7.11}/rubka/filters.py +0 -0
- {rubka-6.7.1 → rubka-6.7.11}/rubka/helpers.py +0 -0
- {rubka-6.7.1 → rubka-6.7.11}/rubka/jobs.py +0 -0
- {rubka-6.7.1 → rubka-6.7.11}/rubka/keyboards.py +0 -0
- {rubka-6.7.1 → rubka-6.7.11}/rubka/keypad.py +0 -0
- {rubka-6.7.1 → rubka-6.7.11}/rubka/logger.py +0 -0
- {rubka-6.7.1 → rubka-6.7.11}/rubka/rubino.py +0 -0
- {rubka-6.7.1 → rubka-6.7.11}/rubka/tv.py +0 -0
- {rubka-6.7.1 → rubka-6.7.11}/rubka/update.py +0 -0
- {rubka-6.7.1 → rubka-6.7.11}/rubka/utils.py +0 -0
- {rubka-6.7.1 → rubka-6.7.11}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: Rubka
|
|
3
|
-
Version: 6.7.
|
|
3
|
+
Version: 6.7.11
|
|
4
4
|
Summary: rubika A Python library for interacting with Rubika Bot API.
|
|
5
5
|
Home-page: https://github.com/Mahdy-Ahmadi/Rubka
|
|
6
6
|
Download-URL: https://github.com/Mahdy-Ahmadi/rubka/archive/refs/tags/v6.6.4.zip
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: Rubka
|
|
3
|
-
Version: 6.7.
|
|
3
|
+
Version: 6.7.11
|
|
4
4
|
Summary: rubika A Python library for interacting with Rubika Bot API.
|
|
5
5
|
Home-page: https://github.com/Mahdy-Ahmadi/Rubka
|
|
6
6
|
Download-URL: https://github.com/Mahdy-Ahmadi/rubka/archive/refs/tags/v6.6.4.zip
|
|
@@ -167,10 +167,7 @@ max_cache_size and max_msg_age help manage duplicate message processing efficien
|
|
|
167
167
|
self.sessions: Dict[str, Dict[str, Any]] = {}
|
|
168
168
|
self._callback_handler = None
|
|
169
169
|
self._processed_message_ids = OrderedDict()
|
|
170
|
-
self._max_cache_size = max_cache_size
|
|
171
|
-
|
|
172
|
-
self._connector = aiohttp.TCPConnector(limit=100, ssl=False)
|
|
173
|
-
|
|
170
|
+
self._max_cache_size = max_cache_size
|
|
174
171
|
self._callback_handlers: List[dict] = []
|
|
175
172
|
self._edited_message_handlers = []
|
|
176
173
|
self._message_handlers: List[dict] = []
|
|
@@ -13,7 +13,7 @@ with open("README.md", "r", encoding="utf-8") as f:
|
|
|
13
13
|
|
|
14
14
|
setup(
|
|
15
15
|
name='Rubka',
|
|
16
|
-
version='6.7.
|
|
16
|
+
version='6.7.11',
|
|
17
17
|
description='rubika A Python library for interacting with Rubika Bot API.',
|
|
18
18
|
long_description=long_description,
|
|
19
19
|
long_description_content_type='text/markdown',
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|