sticker-convert 2.15.0.0__py3-none-any.whl → 2.15.1.0__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.
@@ -157,10 +157,10 @@ class AuthKakaoDesktopLogin(AuthBase):
157
157
 
158
158
  return base64.b64encode(hwid_sha1 + hwid_sha256).decode()
159
159
  else:
160
- use_wine = True if platform.system != "Windows" else False
160
+ use_wine = True if platform.system() != "Windows" else False
161
161
  pragma = self.windows_get_pragma(use_wine=use_wine)
162
162
  if pragma is None:
163
- if platform.system == "Windows":
163
+ if platform.system() == "Windows":
164
164
  if self.opt_cred.kakao_device_uuid:
165
165
  sys_uuid = self.opt_cred.kakao_device_uuid
166
166
  else:
@@ -279,6 +279,7 @@ class AuthKakaoDesktopLogin(AuthBase):
279
279
  access_token = rjson.get("access_token")
280
280
  if access_token is not None:
281
281
  auth_token = access_token + "-" + self.device_uuid
282
+ self.cb.put(("msg_dynamic", (None,), None))
282
283
  return auth_token, OK_MSG.format(auth_token=auth_token)
283
284
 
284
285
  rjson = self.generate_passcode()
@@ -1,3 +1,3 @@
1
1
  #!/usr/bin/env python3
2
2
 
3
- __version__ = "2.15.0.0"
3
+ __version__ = "2.15.1.0"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: sticker-convert
3
- Version: 2.15.0.0
3
+ Version: 2.15.1.0
4
4
  Summary: Convert (animated) stickers to/from WhatsApp, Telegram, Signal, Line, Kakao, Viber, Discord, iMessage. Written in Python.
5
5
  Author-email: laggykiller <chaudominic2@gmail.com>
6
6
  Maintainer-email: laggykiller <chaudominic2@gmail.com>
@@ -369,7 +369,7 @@ Requires-Dist: apngasm_python~=1.3.2
369
369
  Requires-Dist: av<15,>=13.1.0
370
370
  Requires-Dist: beautifulsoup4~=4.14.2
371
371
  Requires-Dist: cryptg~=0.5.1
372
- Requires-Dist: cryptography~=46.0.1
372
+ Requires-Dist: cryptography~=46.0.2
373
373
  Requires-Dist: rookiepy~=0.5.6
374
374
  Requires-Dist: httpx~=0.28.1
375
375
  Requires-Dist: imagequant~=1.1.4
@@ -6,12 +6,12 @@ sticker_convert/definitions.py,sha256=BqROmOvqIqw8ANaqZXIxJAXGD0HgjAvCfFouQ4SaWH
6
6
  sticker_convert/gui.py,sha256=6TCe2rHdE4mBUjFzv-uuvFJ6izuNB0U4a0s1rHMgT3A,32171
7
7
  sticker_convert/job.py,sha256=LXUlUs3ok7YaIal3bE1_nzjVq75WkpmJ3AuJEZ3EUzg,28153
8
8
  sticker_convert/job_option.py,sha256=unG8kt2cCK-Rmg45xkhD4JFt5ubx6P6JEvLvDeOeX_I,8222
9
- sticker_convert/version.py,sha256=dgMTvKQecYT-RaM2bavGbGWnHYbjUimyFXvIIvJ0lXc,49
9
+ sticker_convert/version.py,sha256=4R1LeX7g8x0yTuFMcIXVbPwdMwJdqSGwn6Imhyf-X4c,49
10
10
  sticker_convert/auth/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
11
11
  sticker_convert/auth/auth_base.py,sha256=WujBjMjHBC_6nfO4p4gZz8mEKs-ODt72KHkwvc0t3n4,482
12
12
  sticker_convert/auth/auth_discord.py,sha256=024YBlea91I16vQqcq0WYudLBh7YnVbdMXiQxdEirrE,5385
13
13
  sticker_convert/auth/auth_kakao_android_login.py,sha256=-7ysyXoglJKotQKrUsvZurGdPs2Si7pdNEZg59P6E70,11364
14
- sticker_convert/auth/auth_kakao_desktop_login.py,sha256=LzHV3TvyHE0bBNG5nr9nkn6eH6uXoCISqOEKLb6USX0,12442
14
+ sticker_convert/auth/auth_kakao_desktop_login.py,sha256=5RrNoy5NEJcDznw8PLpRr6xSPMyIcs7ED0fF3qwmLGU,12502
15
15
  sticker_convert/auth/auth_kakao_desktop_memdump.py,sha256=nL2q7Cr_YuOU4xqJcwgVdq4UV5ElTlxxFr4qiQuJS00,9137
16
16
  sticker_convert/auth/auth_line.py,sha256=I9zFqgYm5sh8WGI-ZBymZtVJB5hBTOw-2f99l4JmGaM,2758
17
17
  sticker_convert/auth/auth_signal.py,sha256=SQagPgD5T8MKplHuSvxaTPAc9rhbRG40t1w0V7PpULY,4741
@@ -116,9 +116,9 @@ sticker_convert/utils/media/apple_png_normalize.py,sha256=LbrQhc7LlYX4I9ek4XJsZE
116
116
  sticker_convert/utils/media/codec_info.py,sha256=HwA6eVh7cLhOlUoR_K9d_wyBRJ_ocGtB3GAyne_iZAU,16483
117
117
  sticker_convert/utils/media/decrypt_kakao.py,sha256=4wq9ZDRnFkx1WmFZnyEogBofiLGsWQM_X69HlA36578,1947
118
118
  sticker_convert/utils/media/format_verify.py,sha256=oM32P186tWe9YxvBQRPr8D3FEmBN3b2rEe_2S_MwxyQ,6236
119
- sticker_convert-2.15.0.0.dist-info/licenses/LICENSE,sha256=gXf5dRMhNSbfLPYYTY_5hsZ1r7UU1OaKQEAQUhuIBkM,18092
120
- sticker_convert-2.15.0.0.dist-info/METADATA,sha256=wFGcTf7ZX5KLVE-Xi85Et9PfNIIy4JLSK7q5j94PbhA,56527
121
- sticker_convert-2.15.0.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
122
- sticker_convert-2.15.0.0.dist-info/entry_points.txt,sha256=MNJ7XyC--ugxi5jS1nzjDLGnxCyLuaGdsVLnJhDHCqs,66
123
- sticker_convert-2.15.0.0.dist-info/top_level.txt,sha256=r9vfnB0l1ZnH5pTH5RvkobnK3Ow9m0RsncaOMAtiAtk,16
124
- sticker_convert-2.15.0.0.dist-info/RECORD,,
119
+ sticker_convert-2.15.1.0.dist-info/licenses/LICENSE,sha256=gXf5dRMhNSbfLPYYTY_5hsZ1r7UU1OaKQEAQUhuIBkM,18092
120
+ sticker_convert-2.15.1.0.dist-info/METADATA,sha256=GK0YsOhaQWZPrBTn9NzF4O9AWXhNnLDGbgf7QHv_9Wc,56527
121
+ sticker_convert-2.15.1.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
122
+ sticker_convert-2.15.1.0.dist-info/entry_points.txt,sha256=MNJ7XyC--ugxi5jS1nzjDLGnxCyLuaGdsVLnJhDHCqs,66
123
+ sticker_convert-2.15.1.0.dist-info/top_level.txt,sha256=r9vfnB0l1ZnH5pTH5RvkobnK3Ow9m0RsncaOMAtiAtk,16
124
+ sticker_convert-2.15.1.0.dist-info/RECORD,,