webex-bot 1.0.0__py2.py3-none-any.whl → 1.0.1__py2.py3-none-any.whl
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.
- webex_bot/__init__.py +1 -1
- {webex_bot-1.0.0.dist-info → webex_bot-1.0.1.dist-info}/METADATA +2 -2
- {webex_bot-1.0.0.dist-info → webex_bot-1.0.1.dist-info}/RECORD +6 -6
- {webex_bot-1.0.0.dist-info → webex_bot-1.0.1.dist-info}/WHEEL +0 -0
- {webex_bot-1.0.0.dist-info → webex_bot-1.0.1.dist-info}/licenses/LICENSE +0 -0
- {webex_bot-1.0.0.dist-info → webex_bot-1.0.1.dist-info}/top_level.txt +0 -0
webex_bot/__init__.py
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: webex_bot
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.1
|
|
4
4
|
Summary: Python package for a Webex Bot based on websockets.
|
|
5
5
|
Home-page: https://github.com/fbradyirl/webex_bot
|
|
6
6
|
Author: Finbarr Brady
|
|
@@ -447,7 +447,7 @@ bot = WebexBot(teams_bot_token=os.getenv("WEBEX_ACCESS_TOKEN")
|
|
|
447
447
|
|
|
448
448
|
* Fix for [issue #48][i48] - Fix for `Commands not being received` issue.
|
|
449
449
|
|
|
450
|
-
### 0.
|
|
450
|
+
### 1.0.1 (2025-Jun-04)
|
|
451
451
|
|
|
452
452
|
* Add connection headers to requests.
|
|
453
453
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
webex_bot/__init__.py,sha256=
|
|
1
|
+
webex_bot/__init__.py,sha256=Ba94OAcUVxOZ9CT2e5BJD6f23esc-61Npra1Kos2f1I,95
|
|
2
2
|
webex_bot/exceptions.py,sha256=qs9yVitfJtvxwBMC8uCvTDOxUQ_oZjWFf1dU8Oaue14,740
|
|
3
3
|
webex_bot/formatting.py,sha256=jvPKym-z8CIJygpPVTVbt6vFXQo9_HQHpRDJB-nh-SI,382
|
|
4
4
|
webex_bot/webex_bot.py,sha256=np5uGnVJc-l9jrbD9UPeoZU5JeuD8THLWd6Ml9HTlJ4,21153
|
|
@@ -11,8 +11,8 @@ webex_bot/models/command.py,sha256=MyThlDaEkGlj1fDE_i_wr79O3QboakimRme8yI744yo,5
|
|
|
11
11
|
webex_bot/models/response.py,sha256=d4k2ohR5SUVzvuQzcnm7jQQVTMB0gH9Kz9y09vkoAaU,2545
|
|
12
12
|
webex_bot/websockets/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
13
13
|
webex_bot/websockets/webex_websocket_client.py,sha256=v9fljWBqJKytu9KjXU6Av_zRFF6IQocTTv34TmHqeZ4,12279
|
|
14
|
-
webex_bot-1.0.
|
|
15
|
-
webex_bot-1.0.
|
|
16
|
-
webex_bot-1.0.
|
|
17
|
-
webex_bot-1.0.
|
|
18
|
-
webex_bot-1.0.
|
|
14
|
+
webex_bot-1.0.1.dist-info/licenses/LICENSE,sha256=93eGb10xmgkBP2Fh_n0E9YDXe0c0oz-FsnAimXG0S4Y,1072
|
|
15
|
+
webex_bot-1.0.1.dist-info/METADATA,sha256=8Nii561-A21ZzTitu9VuzlhGl4Q0_-FETcKlUIW8qZI,14654
|
|
16
|
+
webex_bot-1.0.1.dist-info/WHEEL,sha256=JNWh1Fm1UdwIQV075glCn4MVuCRs0sotJIq-J6rbxCU,109
|
|
17
|
+
webex_bot-1.0.1.dist-info/top_level.txt,sha256=q1Y0RtYYinR7oXSwL93cK59c2KN_CbMVca8MLWeF63M,10
|
|
18
|
+
webex_bot-1.0.1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|