reykit 1.1.80__py3-none-any.whl → 1.1.81__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.
reykit/rschedule.py CHANGED
@@ -169,7 +169,7 @@ class Schedule(Base):
169
169
  }
170
170
  with self.database.connect() as conn:
171
171
  conn = self.database.connect()
172
- conn.execute_insert(
172
+ conn.execute.insert(
173
173
  (self.db_names['base'], self.db_names['base.schedule']),
174
174
  data
175
175
  )
@@ -189,7 +189,7 @@ class Schedule(Base):
189
189
  'id': id_,
190
190
  'status': 2
191
191
  }
192
- self.database.execute_update(
192
+ self.database.execute.update(
193
193
  (self.db_names['base'], self.db_names['base.schedule']),
194
194
  data
195
195
  )
@@ -201,7 +201,7 @@ class Schedule(Base):
201
201
  'id': id_,
202
202
  'status': 1
203
203
  }
204
- self.database.execute_update(
204
+ self.database.execute.update(
205
205
  (self.db_names['base'], self.db_names['base.schedule']),
206
206
  data
207
207
  )
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: reykit
3
- Version: 1.1.80
3
+ Version: 1.1.81
4
4
  Summary: Kit method set.
5
5
  Project-URL: homepage, https://github.com/reyxbo/reykit/
6
6
  Author-email: Rey <reyxbo@163.com>
@@ -11,7 +11,7 @@ reykit/rnum.py,sha256=VKICD64mEfiStAGWaxg3kzQjf7TTqiSBNe9LCpM9MLo,3623
11
11
  reykit/ros.py,sha256=O5xAqVR1S5pGU-ryKh6JFN9ztO-GNMl_83fWoh75zOY,47873
12
12
  reykit/rrand.py,sha256=4VwooITgox54_GonELcJfcIpStDi-UJchpnyWKnyeIA,8606
13
13
  reykit/rre.py,sha256=1qva7xatKVE9qC2j7IujjXSM59qxHWwTYpiizFFQ8Xo,6024
14
- reykit/rschedule.py,sha256=u-GbCUPFnNBeRTqYS8eJxq6zTISdqHzEimNcTXgatr8,14840
14
+ reykit/rschedule.py,sha256=_7sOtJF7Sb1lxxd8OOp1N2z8lGkpNGqBBGZKXBYaBu0,14840
15
15
  reykit/rstdout.py,sha256=yesWo7wIGablpyAu-2J2Gw11Qp3GdQjGICTyIcvLyt4,8200
16
16
  reykit/rsys.py,sha256=AP62KyN40flCeQJBclfJq8shachSAFT0LkVjiKsXkrw,24946
17
17
  reykit/rtable.py,sha256=UQ-JlwjssMR3gY1iY-VGQEKQ5_BZabpJy6TL7Fx19c4,12200
@@ -22,7 +22,7 @@ reykit/rwrap.py,sha256=G4TL2GWUaW9DrCFRcsnDE1CwgdWeP2PnjQckheRx4p0,15095
22
22
  reykit/rzip.py,sha256=BGEONswuBZxQ-zcgd_xp2fcvYesC9AmKaaXWvnT3bTI,3456
23
23
  reykit/rdll/__init__.py,sha256=nLSb8onBm2ilyoxzpDzUeGfSCKwkLEesIhzK3LiJ8mk,701
24
24
  reykit/rdll/rdll_core.py,sha256=o6-rKcTQgxZQe0kD3GnwyNb3KL9IogzgCQNOmYLMm7A,5086
25
- reykit-1.1.80.dist-info/METADATA,sha256=DVi2kyKfp-KjdCScb3Qs7175bvFXcQ9IdfKdyOk9caM,1872
26
- reykit-1.1.80.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
27
- reykit-1.1.80.dist-info/licenses/LICENSE,sha256=UYLPqp7BvPiH8yEZduJqmmyEl6hlM3lKrFIefiD4rvk,1059
28
- reykit-1.1.80.dist-info/RECORD,,
25
+ reykit-1.1.81.dist-info/METADATA,sha256=Fmbeh9aklrSQyWITMg8mYVuyHlgr9InRaXRwZzAxNd0,1872
26
+ reykit-1.1.81.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
27
+ reykit-1.1.81.dist-info/licenses/LICENSE,sha256=UYLPqp7BvPiH8yEZduJqmmyEl6hlM3lKrFIefiD4rvk,1059
28
+ reykit-1.1.81.dist-info/RECORD,,