Rubka 6.6.12__tar.gz → 6.6.13__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.6.12 → rubka-6.6.13}/PKG-INFO +1 -1
  2. {rubka-6.6.12 → rubka-6.6.13}/Rubka.egg-info/PKG-INFO +1 -1
  3. {rubka-6.6.12 → rubka-6.6.13}/rubka/asynco.py +2 -2
  4. {rubka-6.6.12 → rubka-6.6.13}/setup.py +1 -1
  5. {rubka-6.6.12 → rubka-6.6.13}/README.md +0 -0
  6. {rubka-6.6.12 → rubka-6.6.13}/Rubka.egg-info/SOURCES.txt +0 -0
  7. {rubka-6.6.12 → rubka-6.6.13}/Rubka.egg-info/dependency_links.txt +0 -0
  8. {rubka-6.6.12 → rubka-6.6.13}/Rubka.egg-info/entry_points.txt +0 -0
  9. {rubka-6.6.12 → rubka-6.6.13}/Rubka.egg-info/not-zip-safe +0 -0
  10. {rubka-6.6.12 → rubka-6.6.13}/Rubka.egg-info/requires.txt +0 -0
  11. {rubka-6.6.12 → rubka-6.6.13}/Rubka.egg-info/top_level.txt +0 -0
  12. {rubka-6.6.12 → rubka-6.6.13}/rubka/__init__.py +0 -0
  13. {rubka-6.6.12 → rubka-6.6.13}/rubka/adaptorrubka/__init__.py +0 -0
  14. {rubka-6.6.12 → rubka-6.6.13}/rubka/adaptorrubka/client/__init__.py +0 -0
  15. {rubka-6.6.12 → rubka-6.6.13}/rubka/adaptorrubka/client/client.py +0 -0
  16. {rubka-6.6.12 → rubka-6.6.13}/rubka/adaptorrubka/crypto/__init__.py +0 -0
  17. {rubka-6.6.12 → rubka-6.6.13}/rubka/adaptorrubka/crypto/crypto.py +0 -0
  18. {rubka-6.6.12 → rubka-6.6.13}/rubka/adaptorrubka/enums.py +0 -0
  19. {rubka-6.6.12 → rubka-6.6.13}/rubka/adaptorrubka/exceptions.py +0 -0
  20. {rubka-6.6.12 → rubka-6.6.13}/rubka/adaptorrubka/methods/__init__.py +0 -0
  21. {rubka-6.6.12 → rubka-6.6.13}/rubka/adaptorrubka/methods/methods.py +0 -0
  22. {rubka-6.6.12 → rubka-6.6.13}/rubka/adaptorrubka/network/__init__.py +0 -0
  23. {rubka-6.6.12 → rubka-6.6.13}/rubka/adaptorrubka/network/helper.py +0 -0
  24. {rubka-6.6.12 → rubka-6.6.13}/rubka/adaptorrubka/network/network.py +0 -0
  25. {rubka-6.6.12 → rubka-6.6.13}/rubka/adaptorrubka/network/socket.py +0 -0
  26. {rubka-6.6.12 → rubka-6.6.13}/rubka/adaptorrubka/sessions/__init__.py +0 -0
  27. {rubka-6.6.12 → rubka-6.6.13}/rubka/adaptorrubka/sessions/sessions.py +0 -0
  28. {rubka-6.6.12 → rubka-6.6.13}/rubka/adaptorrubka/types/__init__.py +0 -0
  29. {rubka-6.6.12 → rubka-6.6.13}/rubka/adaptorrubka/types/socket/__init__.py +0 -0
  30. {rubka-6.6.12 → rubka-6.6.13}/rubka/adaptorrubka/types/socket/message.py +0 -0
  31. {rubka-6.6.12 → rubka-6.6.13}/rubka/adaptorrubka/utils/__init__.py +0 -0
  32. {rubka-6.6.12 → rubka-6.6.13}/rubka/adaptorrubka/utils/configs.py +0 -0
  33. {rubka-6.6.12 → rubka-6.6.13}/rubka/adaptorrubka/utils/utils.py +0 -0
  34. {rubka-6.6.12 → rubka-6.6.13}/rubka/api.py +0 -0
  35. {rubka-6.6.12 → rubka-6.6.13}/rubka/button.py +0 -0
  36. {rubka-6.6.12 → rubka-6.6.13}/rubka/config.py +0 -0
  37. {rubka-6.6.12 → rubka-6.6.13}/rubka/context.py +0 -0
  38. {rubka-6.6.12 → rubka-6.6.13}/rubka/decorators.py +0 -0
  39. {rubka-6.6.12 → rubka-6.6.13}/rubka/exceptions.py +0 -0
  40. {rubka-6.6.12 → rubka-6.6.13}/rubka/filters.py +0 -0
  41. {rubka-6.6.12 → rubka-6.6.13}/rubka/helpers.py +0 -0
  42. {rubka-6.6.12 → rubka-6.6.13}/rubka/jobs.py +0 -0
  43. {rubka-6.6.12 → rubka-6.6.13}/rubka/keyboards.py +0 -0
  44. {rubka-6.6.12 → rubka-6.6.13}/rubka/keypad.py +0 -0
  45. {rubka-6.6.12 → rubka-6.6.13}/rubka/logger.py +0 -0
  46. {rubka-6.6.12 → rubka-6.6.13}/rubka/rubino.py +0 -0
  47. {rubka-6.6.12 → rubka-6.6.13}/rubka/tv.py +0 -0
  48. {rubka-6.6.12 → rubka-6.6.13}/rubka/update.py +0 -0
  49. {rubka-6.6.12 → rubka-6.6.13}/rubka/utils.py +0 -0
  50. {rubka-6.6.12 → rubka-6.6.13}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: Rubka
3
- Version: 6.6.12
3
+ Version: 6.6.13
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.6.12
3
+ Version: 6.6.13
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
@@ -893,7 +893,7 @@ class Robot:
893
893
  notify_on_error: bool = False,
894
894
  notification_handler: Optional[Callable[[str], Any]] = None,
895
895
  watchdog_timeout: Optional[float] = None,
896
- ):
896
+ ):
897
897
  """
898
898
  Starts the bot's main execution loop with extensive configuration options.
899
899
 
@@ -1045,7 +1045,7 @@ class Robot:
1045
1045
  chat = update.get("object_guid") or update.get("chat_id")
1046
1046
  return str(sender) if sender is not None else None, str(chat) if chat is not None else None
1047
1047
 
1048
- def _is_group_chat(chat_guid: str | None) -> bool | None:
1048
+ def _is_group_chat(chat_guid: Optional[str]) -> Optional[bool]:
1049
1049
 
1050
1050
  if chat_guid is None:
1051
1051
  return None
@@ -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.6.12',
16
+ version='6.6.13',
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