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.

Files changed (50) hide show
  1. {rubka-6.7.1 → rubka-6.7.11}/PKG-INFO +1 -1
  2. {rubka-6.7.1 → rubka-6.7.11}/Rubka.egg-info/PKG-INFO +1 -1
  3. {rubka-6.7.1 → rubka-6.7.11}/rubka/asynco.py +1 -4
  4. {rubka-6.7.1 → rubka-6.7.11}/setup.py +1 -1
  5. {rubka-6.7.1 → rubka-6.7.11}/README.md +0 -0
  6. {rubka-6.7.1 → rubka-6.7.11}/Rubka.egg-info/SOURCES.txt +0 -0
  7. {rubka-6.7.1 → rubka-6.7.11}/Rubka.egg-info/dependency_links.txt +0 -0
  8. {rubka-6.7.1 → rubka-6.7.11}/Rubka.egg-info/entry_points.txt +0 -0
  9. {rubka-6.7.1 → rubka-6.7.11}/Rubka.egg-info/not-zip-safe +0 -0
  10. {rubka-6.7.1 → rubka-6.7.11}/Rubka.egg-info/requires.txt +0 -0
  11. {rubka-6.7.1 → rubka-6.7.11}/Rubka.egg-info/top_level.txt +0 -0
  12. {rubka-6.7.1 → rubka-6.7.11}/rubka/__init__.py +0 -0
  13. {rubka-6.7.1 → rubka-6.7.11}/rubka/adaptorrubka/__init__.py +0 -0
  14. {rubka-6.7.1 → rubka-6.7.11}/rubka/adaptorrubka/client/__init__.py +0 -0
  15. {rubka-6.7.1 → rubka-6.7.11}/rubka/adaptorrubka/client/client.py +0 -0
  16. {rubka-6.7.1 → rubka-6.7.11}/rubka/adaptorrubka/crypto/__init__.py +0 -0
  17. {rubka-6.7.1 → rubka-6.7.11}/rubka/adaptorrubka/crypto/crypto.py +0 -0
  18. {rubka-6.7.1 → rubka-6.7.11}/rubka/adaptorrubka/enums.py +0 -0
  19. {rubka-6.7.1 → rubka-6.7.11}/rubka/adaptorrubka/exceptions.py +0 -0
  20. {rubka-6.7.1 → rubka-6.7.11}/rubka/adaptorrubka/methods/__init__.py +0 -0
  21. {rubka-6.7.1 → rubka-6.7.11}/rubka/adaptorrubka/methods/methods.py +0 -0
  22. {rubka-6.7.1 → rubka-6.7.11}/rubka/adaptorrubka/network/__init__.py +0 -0
  23. {rubka-6.7.1 → rubka-6.7.11}/rubka/adaptorrubka/network/helper.py +0 -0
  24. {rubka-6.7.1 → rubka-6.7.11}/rubka/adaptorrubka/network/network.py +0 -0
  25. {rubka-6.7.1 → rubka-6.7.11}/rubka/adaptorrubka/network/socket.py +0 -0
  26. {rubka-6.7.1 → rubka-6.7.11}/rubka/adaptorrubka/sessions/__init__.py +0 -0
  27. {rubka-6.7.1 → rubka-6.7.11}/rubka/adaptorrubka/sessions/sessions.py +0 -0
  28. {rubka-6.7.1 → rubka-6.7.11}/rubka/adaptorrubka/types/__init__.py +0 -0
  29. {rubka-6.7.1 → rubka-6.7.11}/rubka/adaptorrubka/types/socket/__init__.py +0 -0
  30. {rubka-6.7.1 → rubka-6.7.11}/rubka/adaptorrubka/types/socket/message.py +0 -0
  31. {rubka-6.7.1 → rubka-6.7.11}/rubka/adaptorrubka/utils/__init__.py +0 -0
  32. {rubka-6.7.1 → rubka-6.7.11}/rubka/adaptorrubka/utils/configs.py +0 -0
  33. {rubka-6.7.1 → rubka-6.7.11}/rubka/adaptorrubka/utils/utils.py +0 -0
  34. {rubka-6.7.1 → rubka-6.7.11}/rubka/api.py +0 -0
  35. {rubka-6.7.1 → rubka-6.7.11}/rubka/button.py +0 -0
  36. {rubka-6.7.1 → rubka-6.7.11}/rubka/config.py +0 -0
  37. {rubka-6.7.1 → rubka-6.7.11}/rubka/context.py +0 -0
  38. {rubka-6.7.1 → rubka-6.7.11}/rubka/decorators.py +0 -0
  39. {rubka-6.7.1 → rubka-6.7.11}/rubka/exceptions.py +0 -0
  40. {rubka-6.7.1 → rubka-6.7.11}/rubka/filters.py +0 -0
  41. {rubka-6.7.1 → rubka-6.7.11}/rubka/helpers.py +0 -0
  42. {rubka-6.7.1 → rubka-6.7.11}/rubka/jobs.py +0 -0
  43. {rubka-6.7.1 → rubka-6.7.11}/rubka/keyboards.py +0 -0
  44. {rubka-6.7.1 → rubka-6.7.11}/rubka/keypad.py +0 -0
  45. {rubka-6.7.1 → rubka-6.7.11}/rubka/logger.py +0 -0
  46. {rubka-6.7.1 → rubka-6.7.11}/rubka/rubino.py +0 -0
  47. {rubka-6.7.1 → rubka-6.7.11}/rubka/tv.py +0 -0
  48. {rubka-6.7.1 → rubka-6.7.11}/rubka/update.py +0 -0
  49. {rubka-6.7.1 → rubka-6.7.11}/rubka/utils.py +0 -0
  50. {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.1
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.1
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.1',
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