dsw-command-queue 4.20.1__tar.gz → 4.21.1__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.
- {dsw_command_queue-4.20.1 → dsw_command_queue-4.21.1}/PKG-INFO +4 -4
- {dsw_command_queue-4.20.1 → dsw_command_queue-4.21.1}/dsw/command_queue/build_info.py +4 -4
- {dsw_command_queue-4.20.1 → dsw_command_queue-4.21.1}/dsw_command_queue.egg-info/PKG-INFO +4 -4
- dsw_command_queue-4.21.1/dsw_command_queue.egg-info/requires.txt +2 -0
- {dsw_command_queue-4.20.1 → dsw_command_queue-4.21.1}/pyproject.toml +4 -4
- dsw_command_queue-4.20.1/dsw_command_queue.egg-info/requires.txt +0 -2
- {dsw_command_queue-4.20.1 → dsw_command_queue-4.21.1}/LICENSE +0 -0
- {dsw_command_queue-4.20.1 → dsw_command_queue-4.21.1}/README.md +0 -0
- {dsw_command_queue-4.20.1 → dsw_command_queue-4.21.1}/dsw/command_queue/__init__.py +0 -0
- {dsw_command_queue-4.20.1 → dsw_command_queue-4.21.1}/dsw/command_queue/command_queue.py +0 -0
- {dsw_command_queue-4.20.1 → dsw_command_queue-4.21.1}/dsw/command_queue/query.py +0 -0
- {dsw_command_queue-4.20.1 → dsw_command_queue-4.21.1}/dsw_command_queue.egg-info/SOURCES.txt +0 -0
- {dsw_command_queue-4.20.1 → dsw_command_queue-4.21.1}/dsw_command_queue.egg-info/dependency_links.txt +0 -0
- {dsw_command_queue-4.20.1 → dsw_command_queue-4.21.1}/dsw_command_queue.egg-info/not-zip-safe +0 -0
- {dsw_command_queue-4.20.1 → dsw_command_queue-4.21.1}/dsw_command_queue.egg-info/top_level.txt +0 -0
- {dsw_command_queue-4.20.1 → dsw_command_queue-4.21.1}/setup.cfg +0 -0
- {dsw_command_queue-4.20.1 → dsw_command_queue-4.21.1}/setup.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: dsw-command-queue
|
|
3
|
-
Version: 4.
|
|
3
|
+
Version: 4.21.1
|
|
4
4
|
Summary: Library for working with command queue and persistent commands
|
|
5
5
|
Author-email: Marek Suchánek <marek.suchanek@ds-wizard.org>
|
|
6
6
|
License: Apache License 2.0
|
|
@@ -11,16 +11,16 @@ Keywords: dsw,subscriber,publisher,database,queue,processing
|
|
|
11
11
|
Classifier: Development Status :: 5 - Production/Stable
|
|
12
12
|
Classifier: License :: OSI Approved :: Apache Software License
|
|
13
13
|
Classifier: Programming Language :: Python
|
|
14
|
-
Classifier: Programming Language :: Python :: 3.11
|
|
15
14
|
Classifier: Programming Language :: Python :: 3.12
|
|
15
|
+
Classifier: Programming Language :: Python :: 3.13
|
|
16
16
|
Classifier: Topic :: Database
|
|
17
17
|
Classifier: Topic :: Text Processing
|
|
18
18
|
Classifier: Topic :: Utilities
|
|
19
|
-
Requires-Python: <4,>=3.
|
|
19
|
+
Requires-Python: <4,>=3.12
|
|
20
20
|
Description-Content-Type: text/markdown
|
|
21
21
|
License-File: LICENSE
|
|
22
22
|
Requires-Dist: func-timeout
|
|
23
|
-
Requires-Dist: dsw-database==4.
|
|
23
|
+
Requires-Dist: dsw-database==4.21.1
|
|
24
24
|
Dynamic: license-file
|
|
25
25
|
|
|
26
26
|
# Data Stewardship Wizard: Command Queue
|
|
@@ -9,9 +9,9 @@ BuildInfo = namedtuple(
|
|
|
9
9
|
)
|
|
10
10
|
|
|
11
11
|
BUILD_INFO = BuildInfo(
|
|
12
|
-
version='v4.
|
|
13
|
-
built_at='2025-
|
|
14
|
-
sha='
|
|
12
|
+
version='v4.21.1~4620e19',
|
|
13
|
+
built_at='2025-09-05 10:22:21Z',
|
|
14
|
+
sha='4620e195be99d0e5de9df8570098d61896478328',
|
|
15
15
|
branch='HEAD',
|
|
16
|
-
tag='v4.
|
|
16
|
+
tag='v4.21.1',
|
|
17
17
|
)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: dsw-command-queue
|
|
3
|
-
Version: 4.
|
|
3
|
+
Version: 4.21.1
|
|
4
4
|
Summary: Library for working with command queue and persistent commands
|
|
5
5
|
Author-email: Marek Suchánek <marek.suchanek@ds-wizard.org>
|
|
6
6
|
License: Apache License 2.0
|
|
@@ -11,16 +11,16 @@ Keywords: dsw,subscriber,publisher,database,queue,processing
|
|
|
11
11
|
Classifier: Development Status :: 5 - Production/Stable
|
|
12
12
|
Classifier: License :: OSI Approved :: Apache Software License
|
|
13
13
|
Classifier: Programming Language :: Python
|
|
14
|
-
Classifier: Programming Language :: Python :: 3.11
|
|
15
14
|
Classifier: Programming Language :: Python :: 3.12
|
|
15
|
+
Classifier: Programming Language :: Python :: 3.13
|
|
16
16
|
Classifier: Topic :: Database
|
|
17
17
|
Classifier: Topic :: Text Processing
|
|
18
18
|
Classifier: Topic :: Utilities
|
|
19
|
-
Requires-Python: <4,>=3.
|
|
19
|
+
Requires-Python: <4,>=3.12
|
|
20
20
|
Description-Content-Type: text/markdown
|
|
21
21
|
License-File: LICENSE
|
|
22
22
|
Requires-Dist: func-timeout
|
|
23
|
-
Requires-Dist: dsw-database==4.
|
|
23
|
+
Requires-Dist: dsw-database==4.21.1
|
|
24
24
|
Dynamic: license-file
|
|
25
25
|
|
|
26
26
|
# Data Stewardship Wizard: Command Queue
|
|
@@ -4,7 +4,7 @@ build-backend = 'setuptools.build_meta'
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = 'dsw-command-queue'
|
|
7
|
-
version = "4.
|
|
7
|
+
version = "4.21.1"
|
|
8
8
|
description = 'Library for working with command queue and persistent commands'
|
|
9
9
|
readme = 'README.md'
|
|
10
10
|
keywords = ['dsw', 'subscriber', 'publisher', 'database', 'queue', 'processing']
|
|
@@ -16,17 +16,17 @@ classifiers = [
|
|
|
16
16
|
'Development Status :: 5 - Production/Stable',
|
|
17
17
|
'License :: OSI Approved :: Apache Software License',
|
|
18
18
|
'Programming Language :: Python',
|
|
19
|
-
'Programming Language :: Python :: 3.11',
|
|
20
19
|
'Programming Language :: Python :: 3.12',
|
|
20
|
+
'Programming Language :: Python :: 3.13',
|
|
21
21
|
'Topic :: Database',
|
|
22
22
|
'Topic :: Text Processing',
|
|
23
23
|
'Topic :: Utilities',
|
|
24
24
|
]
|
|
25
|
-
requires-python = '>=3.
|
|
25
|
+
requires-python = '>=3.12, <4'
|
|
26
26
|
dependencies = [
|
|
27
27
|
'func-timeout',
|
|
28
28
|
# DSW
|
|
29
|
-
"dsw-database==4.
|
|
29
|
+
"dsw-database==4.21.1",
|
|
30
30
|
]
|
|
31
31
|
|
|
32
32
|
[project.urls]
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dsw_command_queue-4.20.1 → dsw_command_queue-4.21.1}/dsw_command_queue.egg-info/SOURCES.txt
RENAMED
|
File without changes
|
|
File without changes
|
{dsw_command_queue-4.20.1 → dsw_command_queue-4.21.1}/dsw_command_queue.egg-info/not-zip-safe
RENAMED
|
File without changes
|
{dsw_command_queue-4.20.1 → dsw_command_queue-4.21.1}/dsw_command_queue.egg-info/top_level.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|