jmcomic 0.5.4__tar.gz → 0.5.6__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: jmcomic
3
- Version: 0.5.4
3
+ Version: 0.5.6
4
4
  Summary: Python API For JMComic (禁漫天堂)
5
5
  Home-page: https://github.com/hect0x7/JMComic-Crawler-Python
6
6
  Author: hect0x7
@@ -2,6 +2,6 @@
2
2
  # 被依赖方 <--- 使用方
3
3
  # config <--- entity <--- toolkit <--- client <--- service <--- option
4
4
 
5
- __version__ = '0.5.4'
5
+ __version__ = '0.5.6'
6
6
 
7
7
  from .api import *
@@ -315,7 +315,7 @@ class JmOption(SaveableEntity):
315
315
  'headers': JmModuleConfig.default_headers(),
316
316
  'allow_redirects': True,
317
317
  },
318
- 'postman_type': [
318
+ 'postman_type_list': [
319
319
  'requests',
320
320
  'requests_Session',
321
321
  'cffi',
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: jmcomic
3
- Version: 0.5.4
3
+ Version: 0.5.6
4
4
  Summary: Python API For JMComic (禁漫天堂)
5
5
  Home-page: https://github.com/hect0x7/JMComic-Crawler-Python
6
6
  Author: hect0x7
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