dsw-command-queue 4.32.0__tar.gz → 4.33.0__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.3
2
2
  Name: dsw-command-queue
3
- Version: 4.32.0
3
+ Version: 4.33.0
4
4
  Summary: Library for working with command queue and persistent commands
5
5
  Keywords: dsw,subscriber,publisher,database,queue,processing
6
6
  Author: Marek Suchánek
@@ -17,7 +17,7 @@ Classifier: Topic :: Text Processing
17
17
  Classifier: Topic :: Utilities
18
18
  Requires-Dist: func-timeout
19
19
  Requires-Dist: tenacity
20
- Requires-Dist: dsw-database==4.32.0
20
+ Requires-Dist: dsw-database==4.33.0
21
21
  Requires-Python: >=3.12, <4
22
22
  Project-URL: Homepage, https://ds-wizard.org
23
23
  Project-URL: Repository, https://github.com/ds-wizard/engine-tools
@@ -9,9 +9,9 @@ BuildInfo = namedtuple(
9
9
  )
10
10
 
11
11
  BUILD_INFO = BuildInfo(
12
- version='v4.32.0~7ad5ac9',
13
- built_at='2026-07-07 05:32:52Z',
14
- sha='7ad5ac9f39265ed2db9c8dba2c0e9a94de79227d',
12
+ version='v4.33.0~cdd4181',
13
+ built_at='2026-08-04 13:27:30Z',
14
+ sha='cdd4181d27e4ba9b4b0f823283947a9824cdedf9',
15
15
  branch='HEAD',
16
- tag='v4.32.0',
16
+ tag='v4.33.0',
17
17
  )
@@ -0,0 +1,51 @@
1
+ [project]
2
+ name = "dsw-command-queue"
3
+ version = "4.33.0"
4
+ description = "Library for working with command queue and persistent commands"
5
+ readme = "README.md"
6
+ keywords = [
7
+ "dsw",
8
+ "subscriber",
9
+ "publisher",
10
+ "database",
11
+ "queue",
12
+ "processing",
13
+ ]
14
+ classifiers = [
15
+ "Development Status :: 5 - Production/Stable",
16
+ "License :: OSI Approved :: Apache Software License",
17
+ "Programming Language :: Python",
18
+ "Programming Language :: Python :: 3.12",
19
+ "Programming Language :: Python :: 3.13",
20
+ "Programming Language :: Python :: 3.14",
21
+ "Topic :: Database",
22
+ "Topic :: Text Processing",
23
+ "Topic :: Utilities",
24
+ ]
25
+ requires-python = ">=3.12, <4"
26
+ dependencies = [
27
+ "func-timeout",
28
+ "tenacity",
29
+ "dsw-database==4.33.0",
30
+ ]
31
+
32
+ [project.license]
33
+ text = "Apache License 2.0"
34
+
35
+ [[project.authors]]
36
+ name = "Marek Suchánek"
37
+ email = "marek.suchanek@ds-wizard.org"
38
+
39
+ [project.urls]
40
+ Homepage = "https://ds-wizard.org"
41
+ Repository = "https://github.com/ds-wizard/engine-tools"
42
+ Documentation = "https://guide.ds-wizard.org"
43
+ Issues = "https://github.com/ds-wizard/ds-wizard/issues"
44
+
45
+ [build-system]
46
+ requires = ["uv_build>=0.11.32,<0.12.0"]
47
+ build-backend = "uv_build"
48
+
49
+ [tool.uv.build-backend]
50
+ module-name = "dsw.command_queue"
51
+ module-root = ""
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "dsw-command-queue"
3
- version = "4.32.0"
3
+ version = "4.33.0"
4
4
  description = "Library for working with command queue and persistent commands"
5
5
  readme = "README.md"
6
6
  keywords = ["dsw", "subscriber", "publisher", "database", "queue", "processing"]
@@ -24,7 +24,7 @@ dependencies = [
24
24
  "func-timeout",
25
25
  "tenacity",
26
26
  # DSW
27
- "dsw-database==4.32.0",
27
+ "dsw-database==4.33.0",
28
28
  ]
29
29
 
30
30
  [project.urls]
@@ -34,7 +34,7 @@ Documentation = "https://guide.ds-wizard.org"
34
34
  Issues = "https://github.com/ds-wizard/ds-wizard/issues"
35
35
 
36
36
  [build-system]
37
- requires = ["uv_build>=0.11.0,<0.12.0"]
37
+ requires = ["uv_build>=0.11.32,<0.12.0"]
38
38
  build-backend = "uv_build"
39
39
 
40
40
  [tool.uv.build-backend]