dsw-command-queue 4.3.0__tar.gz → 4.3.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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: dsw-command-queue
3
- Version: 4.3.0
3
+ Version: 4.3.2
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
@@ -19,7 +19,7 @@ Classifier: Topic :: Utilities
19
19
  Requires-Python: <4,>=3.10
20
20
  Description-Content-Type: text/markdown
21
21
  License-File: LICENSE
22
- Requires-Dist: dsw-database==4.3.0
22
+ Requires-Dist: dsw-database==4.3.2
23
23
 
24
24
  # Data Stewardship Wizard: Command Queue
25
25
 
@@ -9,9 +9,9 @@ BuildInfo = namedtuple(
9
9
  )
10
10
 
11
11
  BUILD_INFO = BuildInfo(
12
- version='v4.3.0~4d1ca3f',
13
- built_at='2024-02-06 04:49:27Z',
14
- sha='4d1ca3fde2601aaaeb733072bdcc0f752307e19d',
12
+ version='v4.3.2~53585b9',
13
+ built_at='2024-03-19 12:04:59Z',
14
+ sha='53585b93f0afca8f9acfb8386d8af0c7aa784a55',
15
15
  branch='HEAD',
16
- tag='v4.3.0',
16
+ tag='v4.3.2',
17
17
  )
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: dsw-command-queue
3
- Version: 4.3.0
3
+ Version: 4.3.2
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
@@ -19,7 +19,7 @@ Classifier: Topic :: Utilities
19
19
  Requires-Python: <4,>=3.10
20
20
  Description-Content-Type: text/markdown
21
21
  License-File: LICENSE
22
- Requires-Dist: dsw-database==4.3.0
22
+ Requires-Dist: dsw-database==4.3.2
23
23
 
24
24
  # Data Stewardship Wizard: Command Queue
25
25
 
@@ -0,0 +1 @@
1
+ dsw-database==4.3.2
@@ -4,7 +4,7 @@ build-backend = 'setuptools.build_meta'
4
4
 
5
5
  [project]
6
6
  name = 'dsw-command-queue'
7
- version = "4.3.0"
7
+ version = "4.3.2"
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']
@@ -25,7 +25,7 @@ classifiers = [
25
25
  requires-python = '>=3.10, <4'
26
26
  dependencies = [
27
27
  # DSW
28
- "dsw-database==4.3.0",
28
+ "dsw-database==4.3.2",
29
29
  ]
30
30
 
31
31
  [project.urls]
@@ -1 +0,0 @@
1
- dsw-database==4.3.0