sqlite-rx 1.2.1__tar.gz → 1.2.2__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.
Files changed (43) hide show
  1. {sqlite_rx-1.2.1 → sqlite_rx-1.2.2}/PKG-INFO +7 -6
  2. {sqlite_rx-1.2.1 → sqlite_rx-1.2.2}/setup.cfg +9 -8
  3. {sqlite_rx-1.2.1 → sqlite_rx-1.2.2}/setup.py +9 -8
  4. {sqlite_rx-1.2.1 → sqlite_rx-1.2.2}/sqlite_rx/server.py +3 -1
  5. {sqlite_rx-1.2.1 → sqlite_rx-1.2.2}/sqlite_rx.egg-info/PKG-INFO +7 -6
  6. sqlite_rx-1.2.2/sqlite_rx.egg-info/requires.txt +9 -0
  7. sqlite_rx-1.2.1/sqlite_rx.egg-info/requires.txt +0 -9
  8. {sqlite_rx-1.2.1 → sqlite_rx-1.2.2}/LICENSE +0 -0
  9. {sqlite_rx-1.2.1 → sqlite_rx-1.2.2}/README.md +0 -0
  10. {sqlite_rx-1.2.1 → sqlite_rx-1.2.2}/bin/curve-keygen +0 -0
  11. {sqlite_rx-1.2.1 → sqlite_rx-1.2.2}/pyproject.toml +0 -0
  12. {sqlite_rx-1.2.1 → sqlite_rx-1.2.2}/sqlite_rx/__init__.py +0 -0
  13. {sqlite_rx-1.2.1 → sqlite_rx-1.2.2}/sqlite_rx/auth.py +0 -0
  14. {sqlite_rx-1.2.1 → sqlite_rx-1.2.2}/sqlite_rx/backup.py +0 -0
  15. {sqlite_rx-1.2.1 → sqlite_rx-1.2.2}/sqlite_rx/cli/__init__.py +0 -0
  16. {sqlite_rx-1.2.1 → sqlite_rx-1.2.2}/sqlite_rx/cli/client.py +0 -0
  17. {sqlite_rx-1.2.1 → sqlite_rx-1.2.2}/sqlite_rx/cli/server.py +0 -0
  18. {sqlite_rx-1.2.1 → sqlite_rx-1.2.2}/sqlite_rx/client.py +0 -0
  19. {sqlite_rx-1.2.1 → sqlite_rx-1.2.2}/sqlite_rx/exception.py +0 -0
  20. {sqlite_rx-1.2.1 → sqlite_rx-1.2.2}/sqlite_rx/tests/__init__.py +0 -0
  21. {sqlite_rx-1.2.1 → sqlite_rx-1.2.2}/sqlite_rx/tests/backup/__init__.py +0 -0
  22. {sqlite_rx-1.2.1 → sqlite_rx-1.2.2}/sqlite_rx/tests/backup/conftest.py +0 -0
  23. {sqlite_rx-1.2.1 → sqlite_rx-1.2.2}/sqlite_rx/tests/backup/test_queries.py +0 -0
  24. {sqlite_rx-1.2.1 → sqlite_rx-1.2.2}/sqlite_rx/tests/curezmq/__init__.py +0 -0
  25. {sqlite_rx-1.2.1 → sqlite_rx-1.2.2}/sqlite_rx/tests/curezmq/conftest.py +0 -0
  26. {sqlite_rx-1.2.1 → sqlite_rx-1.2.2}/sqlite_rx/tests/curezmq/test_queries.py +0 -0
  27. {sqlite_rx-1.2.1 → sqlite_rx-1.2.2}/sqlite_rx/tests/error/__init__.py +0 -0
  28. {sqlite_rx-1.2.1 → sqlite_rx-1.2.2}/sqlite_rx/tests/error/conftest.py +0 -0
  29. {sqlite_rx-1.2.1 → sqlite_rx-1.2.2}/sqlite_rx/tests/error/test_connection.py +0 -0
  30. {sqlite_rx-1.2.1 → sqlite_rx-1.2.2}/sqlite_rx/tests/misc/__init__.py +0 -0
  31. {sqlite_rx-1.2.1 → sqlite_rx-1.2.2}/sqlite_rx/tests/misc/test_backup_exception.py +0 -0
  32. {sqlite_rx-1.2.1 → sqlite_rx-1.2.2}/sqlite_rx/tests/misc/test_curvekeygen.py +0 -0
  33. {sqlite_rx-1.2.1 → sqlite_rx-1.2.2}/sqlite_rx/tests/plain/__init__.py +0 -0
  34. {sqlite_rx-1.2.1 → sqlite_rx-1.2.2}/sqlite_rx/tests/plain/conftest.py +0 -0
  35. {sqlite_rx-1.2.1 → sqlite_rx-1.2.2}/sqlite_rx/tests/plain/test_queries.py +0 -0
  36. {sqlite_rx-1.2.1 → sqlite_rx-1.2.2}/sqlite_rx/tests/zap/__init__.py +0 -0
  37. {sqlite_rx-1.2.1 → sqlite_rx-1.2.2}/sqlite_rx/tests/zap/conftest.py +0 -0
  38. {sqlite_rx-1.2.1 → sqlite_rx-1.2.2}/sqlite_rx/tests/zap/test_queries.py +0 -0
  39. {sqlite_rx-1.2.1 → sqlite_rx-1.2.2}/sqlite_rx.egg-info/SOURCES.txt +0 -0
  40. {sqlite_rx-1.2.1 → sqlite_rx-1.2.2}/sqlite_rx.egg-info/dependency_links.txt +0 -0
  41. {sqlite_rx-1.2.1 → sqlite_rx-1.2.2}/sqlite_rx.egg-info/entry_points.txt +0 -0
  42. {sqlite_rx-1.2.1 → sqlite_rx-1.2.2}/sqlite_rx.egg-info/not-zip-safe +0 -0
  43. {sqlite_rx-1.2.1 → sqlite_rx-1.2.2}/sqlite_rx.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: sqlite_rx
3
- Version: 1.2.1
3
+ Version: 1.2.2
4
4
  Summary: Python SQLite Client and Server
5
5
  Home-page: https://github.com/aosingh/sqlite_rx
6
6
  Author: Abhishek Singh
@@ -28,6 +28,7 @@ Classifier: Programming Language :: Python :: 3.9
28
28
  Classifier: Programming Language :: Python :: 3.10
29
29
  Classifier: Programming Language :: Python :: 3.11
30
30
  Classifier: Programming Language :: Python :: 3.12
31
+ Classifier: Programming Language :: Python :: 3.13
31
32
  Classifier: Operating System :: POSIX :: Linux
32
33
  Classifier: Operating System :: Unix
33
34
  Classifier: Operating System :: Microsoft :: Windows
@@ -35,13 +36,13 @@ Classifier: Operating System :: MacOS
35
36
  Requires-Python: >=3.8
36
37
  Description-Content-Type: text/markdown
37
38
  License-File: LICENSE
38
- Requires-Dist: msgpack==1.0.8
39
- Requires-Dist: pyzmq==26.0.3
40
- Requires-Dist: tornado==6.4.1
41
- Requires-Dist: billiard==4.2.0
39
+ Requires-Dist: msgpack==1.1.0
40
+ Requires-Dist: pyzmq==26.2.0
41
+ Requires-Dist: tornado==6.4.2
42
+ Requires-Dist: billiard==4.2.1
42
43
  Provides-Extra: cli
43
44
  Requires-Dist: click==8.1.7; extra == "cli"
44
- Requires-Dist: rich==13.7.1; extra == "cli"
45
+ Requires-Dist: rich==13.9.3; extra == "cli"
45
46
  Requires-Dist: pygments==2.18.0; extra == "cli"
46
47
 
47
48
  # sqlite_rx
@@ -1,6 +1,6 @@
1
1
  [metadata]
2
2
  name = sqlite_rx
3
- version = 1.2.1
3
+ version = 1.2.2
4
4
  description = Python SQLite Client and Server
5
5
  long_description = file: README.md
6
6
  long_description_content_type = text/markdown
@@ -21,6 +21,7 @@ classifiers =
21
21
  Programming Language :: Python :: 3.10
22
22
  Programming Language :: Python :: 3.11
23
23
  Programming Language :: Python :: 3.12
24
+ Programming Language :: Python :: 3.13
24
25
  Operating System :: POSIX :: Linux
25
26
  Operating System :: Unix
26
27
  Operating System :: Microsoft :: Windows
@@ -46,13 +47,13 @@ include_package_data = True
46
47
  scripts =
47
48
  bin/curve-keygen
48
49
  install_requires =
49
- billiard==4.2.0
50
- msgpack==1.0.8
51
- pyzmq==26.0.3
52
- tornado==6.4.1
50
+ billiard==4.2.1
51
+ msgpack==1.1.0
52
+ pyzmq==26.2.0
53
+ tornado==6.4.2
53
54
  test_require =
54
- pytest==8.2.2
55
- coverage==7.3.2
55
+ pytest
56
+ coverage
56
57
  python_requires = >=3.8
57
58
 
58
59
  [options.packages.find]
@@ -67,7 +68,7 @@ console_scripts =
67
68
  [options.extras_require]
68
69
  cli =
69
70
  click==8.1.7
70
- rich==13.7.1
71
+ rich==13.9.3
71
72
  pygments==2.18.0
72
73
 
73
74
  [coverage:run]
@@ -14,7 +14,7 @@ this_directory = path.abspath(path.dirname(__file__))
14
14
  with open(path.join(this_directory, 'README.md'), encoding='utf-8') as f:
15
15
  long_description = f.read()
16
16
 
17
- VERSION = '1.2.1'
17
+ VERSION = '1.2.2'
18
18
  DISTNAME = 'sqlite_rx'
19
19
  LICENSE = 'MIT License'
20
20
  AUTHOR = 'Abhishek Singh'
@@ -25,15 +25,15 @@ URL = 'https://github.com/aosingh/sqlite_rx'
25
25
 
26
26
  PACKAGES = ['sqlite_rx']
27
27
 
28
- INSTALL_REQUIRES = ['msgpack==1.0.8',
29
- 'pyzmq==26.0.3',
30
- 'tornado==6.4.1',
31
- 'billiard==4.2.0']
28
+ INSTALL_REQUIRES = ['msgpack==1.1.0',
29
+ 'pyzmq==26.2.0',
30
+ 'tornado==6.4.2',
31
+ 'billiard==4.2.1']
32
32
 
33
- CLI_REQUIRES = ['click==8.1.7', 'rich==13.7.1', 'pygments==2.18.0']
33
+ CLI_REQUIRES = ['click==8.1.7', 'rich==13.9.3', 'pygments==2.18.0']
34
34
 
35
- TEST_REQUIRE = ['pytest==8.2.2',
36
- 'coverage==7.5.3']
35
+ TEST_REQUIRE = ['pytest',
36
+ 'coverage']
37
37
 
38
38
  classifiers = [
39
39
  'Topic :: Database :: Database Engines/Servers',
@@ -49,6 +49,7 @@ classifiers = [
49
49
  'Programming Language :: Python :: 3.10',
50
50
  'Programming Language :: Python :: 3.11',
51
51
  'Programming Language :: Python :: 3.12',
52
+ 'Programming Language :: Python :: 3.13',
52
53
  'Operating System :: POSIX :: Linux',
53
54
  'Operating System :: Unix',
54
55
  'Operating System :: Microsoft :: Windows',
@@ -4,6 +4,7 @@ import platform
4
4
  import socket
5
5
  import sqlite3
6
6
  import sys
7
+ import threading
7
8
  import traceback
8
9
  import zlib
9
10
  from signal import SIGTERM, SIGINT, signal
@@ -190,8 +191,9 @@ class SQLiteServer(SQLiteZMQProcess):
190
191
 
191
192
  LOG.info("SQLiteServer version %s", get_version())
192
193
  LOG.info("SQLiteServer (Tornado) i/o loop started..")
194
+ LOG.info("Backup thread %s", self.back_up_recurring_thread)
193
195
 
194
- if self.back_up_recurring_thread:
196
+ if self.back_up_recurring_thread and not self.back_up_recurring_thread.is_alive():
195
197
  self.back_up_recurring_thread.start()
196
198
 
197
199
  LOG.info("Ready to accept client connections on %s", self._bind_address)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: sqlite_rx
3
- Version: 1.2.1
3
+ Version: 1.2.2
4
4
  Summary: Python SQLite Client and Server
5
5
  Home-page: https://github.com/aosingh/sqlite_rx
6
6
  Author: Abhishek Singh
@@ -28,6 +28,7 @@ Classifier: Programming Language :: Python :: 3.9
28
28
  Classifier: Programming Language :: Python :: 3.10
29
29
  Classifier: Programming Language :: Python :: 3.11
30
30
  Classifier: Programming Language :: Python :: 3.12
31
+ Classifier: Programming Language :: Python :: 3.13
31
32
  Classifier: Operating System :: POSIX :: Linux
32
33
  Classifier: Operating System :: Unix
33
34
  Classifier: Operating System :: Microsoft :: Windows
@@ -35,13 +36,13 @@ Classifier: Operating System :: MacOS
35
36
  Requires-Python: >=3.8
36
37
  Description-Content-Type: text/markdown
37
38
  License-File: LICENSE
38
- Requires-Dist: msgpack==1.0.8
39
- Requires-Dist: pyzmq==26.0.3
40
- Requires-Dist: tornado==6.4.1
41
- Requires-Dist: billiard==4.2.0
39
+ Requires-Dist: msgpack==1.1.0
40
+ Requires-Dist: pyzmq==26.2.0
41
+ Requires-Dist: tornado==6.4.2
42
+ Requires-Dist: billiard==4.2.1
42
43
  Provides-Extra: cli
43
44
  Requires-Dist: click==8.1.7; extra == "cli"
44
- Requires-Dist: rich==13.7.1; extra == "cli"
45
+ Requires-Dist: rich==13.9.3; extra == "cli"
45
46
  Requires-Dist: pygments==2.18.0; extra == "cli"
46
47
 
47
48
  # sqlite_rx
@@ -0,0 +1,9 @@
1
+ msgpack==1.1.0
2
+ pyzmq==26.2.0
3
+ tornado==6.4.2
4
+ billiard==4.2.1
5
+
6
+ [cli]
7
+ click==8.1.7
8
+ rich==13.9.3
9
+ pygments==2.18.0
@@ -1,9 +0,0 @@
1
- msgpack==1.0.8
2
- pyzmq==26.0.3
3
- tornado==6.4.1
4
- billiard==4.2.0
5
-
6
- [cli]
7
- click==8.1.7
8
- rich==13.7.1
9
- pygments==2.18.0
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes