dsw-database 4.26.0__tar.gz → 4.26.0rc1__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_database-4.26.0/dsw_database.egg-info → dsw_database-4.26.0rc1}/PKG-INFO +2 -2
- {dsw_database-4.26.0 → dsw_database-4.26.0rc1}/dsw/database/build_info.py +3 -3
- {dsw_database-4.26.0 → dsw_database-4.26.0rc1/dsw_database.egg-info}/PKG-INFO +2 -2
- {dsw_database-4.26.0 → dsw_database-4.26.0rc1}/dsw_database.egg-info/requires.txt +1 -1
- {dsw_database-4.26.0 → dsw_database-4.26.0rc1}/pyproject.toml +2 -2
- {dsw_database-4.26.0 → dsw_database-4.26.0rc1}/LICENSE +0 -0
- {dsw_database-4.26.0 → dsw_database-4.26.0rc1}/README.md +0 -0
- {dsw_database-4.26.0 → dsw_database-4.26.0rc1}/dsw/database/__init__.py +0 -0
- {dsw_database-4.26.0 → dsw_database-4.26.0rc1}/dsw/database/database.py +0 -0
- {dsw_database-4.26.0 → dsw_database-4.26.0rc1}/dsw/database/model.py +0 -0
- {dsw_database-4.26.0 → dsw_database-4.26.0rc1}/dsw_database.egg-info/SOURCES.txt +0 -0
- {dsw_database-4.26.0 → dsw_database-4.26.0rc1}/dsw_database.egg-info/dependency_links.txt +0 -0
- {dsw_database-4.26.0 → dsw_database-4.26.0rc1}/dsw_database.egg-info/not-zip-safe +0 -0
- {dsw_database-4.26.0 → dsw_database-4.26.0rc1}/dsw_database.egg-info/top_level.txt +0 -0
- {dsw_database-4.26.0 → dsw_database-4.26.0rc1}/setup.cfg +0 -0
- {dsw_database-4.26.0 → dsw_database-4.26.0rc1}/setup.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: dsw-database
|
|
3
|
-
Version: 4.26.
|
|
3
|
+
Version: 4.26.0rc1
|
|
4
4
|
Summary: Library for managing DSW database
|
|
5
5
|
Author-email: Marek Suchánek <marek.suchanek@ds-wizard.org>
|
|
6
6
|
License: Apache License 2.0
|
|
@@ -20,7 +20,7 @@ Description-Content-Type: text/markdown
|
|
|
20
20
|
License-File: LICENSE
|
|
21
21
|
Requires-Dist: psycopg[binary]
|
|
22
22
|
Requires-Dist: tenacity
|
|
23
|
-
Requires-Dist: dsw-config==4.26.
|
|
23
|
+
Requires-Dist: dsw-config==4.26.0rc1
|
|
24
24
|
Dynamic: license-file
|
|
25
25
|
|
|
26
26
|
# Data Stewardship Wizard: Database
|
|
@@ -9,9 +9,9 @@ BuildInfo = namedtuple(
|
|
|
9
9
|
)
|
|
10
10
|
|
|
11
11
|
BUILD_INFO = BuildInfo(
|
|
12
|
-
version='v4.26.0~
|
|
13
|
-
built_at='2026-01-06
|
|
14
|
-
sha='
|
|
12
|
+
version='v4.26.0~919c0b6',
|
|
13
|
+
built_at='2026-01-06 08:17:11Z',
|
|
14
|
+
sha='919c0b6cbc66f7fc93f03d3bd2f14e345a438367',
|
|
15
15
|
branch='HEAD',
|
|
16
16
|
tag='v4.26.0',
|
|
17
17
|
)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: dsw-database
|
|
3
|
-
Version: 4.26.
|
|
3
|
+
Version: 4.26.0rc1
|
|
4
4
|
Summary: Library for managing DSW database
|
|
5
5
|
Author-email: Marek Suchánek <marek.suchanek@ds-wizard.org>
|
|
6
6
|
License: Apache License 2.0
|
|
@@ -20,7 +20,7 @@ Description-Content-Type: text/markdown
|
|
|
20
20
|
License-File: LICENSE
|
|
21
21
|
Requires-Dist: psycopg[binary]
|
|
22
22
|
Requires-Dist: tenacity
|
|
23
|
-
Requires-Dist: dsw-config==4.26.
|
|
23
|
+
Requires-Dist: dsw-config==4.26.0rc1
|
|
24
24
|
Dynamic: license-file
|
|
25
25
|
|
|
26
26
|
# Data Stewardship Wizard: Database
|
|
@@ -4,7 +4,7 @@ build-backend = 'setuptools.build_meta'
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = 'dsw-database'
|
|
7
|
-
version = "4.26.
|
|
7
|
+
version = "4.26.0rc1"
|
|
8
8
|
description = 'Library for managing DSW database'
|
|
9
9
|
readme = 'README.md'
|
|
10
10
|
keywords = ['dsw', 'database']
|
|
@@ -26,7 +26,7 @@ dependencies = [
|
|
|
26
26
|
'psycopg[binary]',
|
|
27
27
|
'tenacity',
|
|
28
28
|
# DSW
|
|
29
|
-
"dsw-config==4.26.
|
|
29
|
+
"dsw-config==4.26.0rc1",
|
|
30
30
|
]
|
|
31
31
|
|
|
32
32
|
[project.urls]
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|