xbot.plugins.pgsql 0.2.0__py3-none-any.whl → 0.2.2__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.
@@ -2,4 +2,4 @@
2
2
  Package version.
3
3
  """
4
4
 
5
- __version__: str = '0.2.0'
5
+ __version__: str = '0.2.2'
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: xbot.plugins.pgsql
3
- Version: 0.2.0
3
+ Version: 0.2.2
4
4
  Summary: PostgreSQL library for xbot.framework
5
5
  Author-email: zhaowcheng <zhaowcheng@163.com>
6
6
  License-Expression: BSD-2-Clause
@@ -15,7 +15,7 @@ Classifier: Programming Language :: Python :: 3.13
15
15
  Requires-Python: >=3.10
16
16
  Description-Content-Type: text/markdown
17
17
  License-File: LICENSE
18
- Requires-Dist: xbot.framework>=0.5.1
18
+ Requires-Dist: xbot.framework
19
19
  Requires-Dist: psycopg[binary]<4,>=3
20
20
  Requires-Dist: cli_helpers
21
21
  Provides-Extra: dev
@@ -76,7 +76,7 @@ db.disconnect()
76
76
 
77
77
  ## Demo Project
78
78
 
79
- Here is a [demo](https://github.com/zhaowcheng/xbot.plugins.pgsql/tree/v0.2.0/demo) project showing how to use `xbot.plugins.pgsql` in a test project.
79
+ Here is a [demo](https://github.com/zhaowcheng/xbot.plugins.pgsql/tree/v0.2.2/demo) project showing how to use `xbot.plugins.pgsql` in a test project.
80
80
 
81
81
  ***
82
82
 
@@ -131,4 +131,4 @@ db.disconnect()
131
131
 
132
132
  ## 示例项目
133
133
 
134
- 展示如何在一个测试项目中使用本插件的示例:[demo](https://github.com/zhaowcheng/xbot.plugins.pgsql/tree/v0.2.0/demo)
134
+ 展示如何在一个测试项目中使用本插件的示例:[demo](https://github.com/zhaowcheng/xbot.plugins.pgsql/tree/v0.2.2/demo)
@@ -6,9 +6,9 @@ xbot/plugins/pgsql/codes.py,sha256=5OEIs0YNHbZYGm9jIWczMVuQvu3TTQCn_GD04IAypyg,1
6
6
  xbot/plugins/pgsql/errors.py,sha256=9SRtFCc5ee9r2OMS8SFd8ml8H1LcSlvO8O2WqjLh3WU,1103
7
7
  xbot/plugins/pgsql/pgsql.py,sha256=NYigtbnEPj07AH8FUx7OzVknwY-qmcmxZ17VZH_M2NE,6882
8
8
  xbot/plugins/pgsql/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
9
- xbot/plugins/pgsql/version.py,sha256=DvXqlq6wA1D0YYjuzkoXyizoNHR8vfvVYbsJPpVU8sc,53
10
- xbot_plugins_pgsql-0.2.0.dist-info/licenses/LICENSE,sha256=QQgf5JlcyKhtVWQcDwDfv7aU_8RZ5qZKxLnpp3NEXos,1325
11
- xbot_plugins_pgsql-0.2.0.dist-info/METADATA,sha256=BSD7ttIZwxtg_ZjNZZp6c73Ps8R6BuJfGXU4TEUM99w,3462
12
- xbot_plugins_pgsql-0.2.0.dist-info/WHEEL,sha256=K260EYznzXsJYBQGqmI8VTxEdiZYNvDZwW9cBh9-_MA,91
13
- xbot_plugins_pgsql-0.2.0.dist-info/top_level.txt,sha256=4uDSWEEQ4RLxZEPAyhoF4SDnil_CTMm2yOv0bRpEBNU,11
14
- xbot_plugins_pgsql-0.2.0.dist-info/RECORD,,
9
+ xbot/plugins/pgsql/version.py,sha256=pI7xqbO5ZoF312b24pMKKTBDirp_7JmNugJkzz-gUvk,53
10
+ xbot_plugins_pgsql-0.2.2.dist-info/licenses/LICENSE,sha256=QQgf5JlcyKhtVWQcDwDfv7aU_8RZ5qZKxLnpp3NEXos,1325
11
+ xbot_plugins_pgsql-0.2.2.dist-info/METADATA,sha256=mGOqjccmcNbn8IqxOC8FlJ1HaGNUEvtXZi92QMC5FpA,3455
12
+ xbot_plugins_pgsql-0.2.2.dist-info/WHEEL,sha256=aeYiig01lYGDzBgS8HxWXOg3uV61G9ijOsup-k9o1sk,91
13
+ xbot_plugins_pgsql-0.2.2.dist-info/top_level.txt,sha256=4uDSWEEQ4RLxZEPAyhoF4SDnil_CTMm2yOv0bRpEBNU,11
14
+ xbot_plugins_pgsql-0.2.2.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (83.0.0)
2
+ Generator: setuptools (82.0.1)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5