dao-scripts 1.5.4__tar.gz → 1.5.6__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.
- {dao_scripts-1.5.4 → dao_scripts-1.5.6}/.github/workflows/ci.yml +1 -1
- {dao_scripts-1.5.4 → dao_scripts-1.5.6}/CHANGELOG.md +7 -0
- {dao_scripts-1.5.4 → dao_scripts-1.5.6}/PKG-INFO +3 -2
- {dao_scripts-1.5.4 → dao_scripts-1.5.6}/dao_scripts.egg-info/PKG-INFO +3 -2
- {dao_scripts-1.5.4 → dao_scripts-1.5.6}/dao_scripts.egg-info/requires.txt +1 -1
- {dao_scripts-1.5.4 → dao_scripts-1.5.6}/setup.cfg +5 -2
- {dao_scripts-1.5.4 → dao_scripts-1.5.6}/src/_version.py +2 -2
- {dao_scripts-1.5.4 → dao_scripts-1.5.6}/src/endpoints.json +1 -1
- {dao_scripts-1.5.4 → dao_scripts-1.5.6}/.envrc +0 -0
- {dao_scripts-1.5.4 → dao_scripts-1.5.6}/.github/workflows/update-datasets.yml +0 -0
- {dao_scripts-1.5.4 → dao_scripts-1.5.6}/.gitignore +0 -0
- {dao_scripts-1.5.4 → dao_scripts-1.5.6}/LICENSE +0 -0
- {dao_scripts-1.5.4 → dao_scripts-1.5.6}/README.md +0 -0
- {dao_scripts-1.5.4 → dao_scripts-1.5.6}/dao_scripts.egg-info/SOURCES.txt +0 -0
- {dao_scripts-1.5.4 → dao_scripts-1.5.6}/dao_scripts.egg-info/dependency_links.txt +0 -0
- {dao_scripts-1.5.4 → dao_scripts-1.5.6}/dao_scripts.egg-info/entry_points.txt +0 -0
- {dao_scripts-1.5.4 → dao_scripts-1.5.6}/dao_scripts.egg-info/namespace_packages.txt +0 -0
- {dao_scripts-1.5.4 → dao_scripts-1.5.6}/dao_scripts.egg-info/top_level.txt +0 -0
- {dao_scripts-1.5.4 → dao_scripts-1.5.6}/pyproject.toml +0 -0
- {dao_scripts-1.5.4 → dao_scripts-1.5.6}/setup.py +0 -0
- {dao_scripts-1.5.4 → dao_scripts-1.5.6}/src/__init__.py +0 -0
- {dao_scripts-1.5.4 → dao_scripts-1.5.6}/src/__main__.py +0 -0
- {dao_scripts-1.5.4 → dao_scripts-1.5.6}/src/aragon/__init__.py +0 -0
- {dao_scripts-1.5.4 → dao_scripts-1.5.6}/src/aragon/dao_names.json +0 -0
- {dao_scripts-1.5.4 → dao_scripts-1.5.6}/src/aragon/runner.py +0 -0
- {dao_scripts-1.5.4 → dao_scripts-1.5.6}/src/argparser.py +0 -0
- {dao_scripts-1.5.4 → dao_scripts-1.5.6}/src/common/__init__.py +0 -0
- {dao_scripts-1.5.4 → dao_scripts-1.5.6}/src/common/api_requester.py +0 -0
- {dao_scripts-1.5.4 → dao_scripts-1.5.6}/src/common/blockscout.py +0 -0
- {dao_scripts-1.5.4 → dao_scripts-1.5.6}/src/common/common.py +0 -0
- {dao_scripts-1.5.4 → dao_scripts-1.5.6}/src/common/cryptocompare.py +0 -0
- {dao_scripts-1.5.4 → dao_scripts-1.5.6}/src/common/thegraph.py +0 -0
- {dao_scripts-1.5.4 → dao_scripts-1.5.6}/src/config.py +0 -0
- {dao_scripts-1.5.4 → dao_scripts-1.5.6}/src/daohaus/__init__.py +0 -0
- {dao_scripts-1.5.4 → dao_scripts-1.5.6}/src/daohaus/runner.py +0 -0
- {dao_scripts-1.5.4 → dao_scripts-1.5.6}/src/daostack/__init__.py +0 -0
- {dao_scripts-1.5.4 → dao_scripts-1.5.6}/src/daostack/runner.py +0 -0
- {dao_scripts-1.5.4 → dao_scripts-1.5.6}/src/logging.py +0 -0
- {dao_scripts-1.5.4 → dao_scripts-1.5.6}/src/main.py +0 -0
- {dao_scripts-1.5.4 → dao_scripts-1.5.6}/src/metadata.py +0 -0
- {dao_scripts-1.5.4 → dao_scripts-1.5.6}/src/utils/__init__.py +0 -0
- {dao_scripts-1.5.4 → dao_scripts-1.5.6}/src/utils/uploadDataWarehouse.py +0 -0
- {dao_scripts-1.5.4 → dao_scripts-1.5.6}/test/test_placeholder.py +0 -0
@@ -1,6 +1,13 @@
|
|
1
1
|
# Changelog
|
2
2
|
All notable changes to this project will be documented in this file.
|
3
3
|
|
4
|
+
## 1.5.6 - 2025-06-01
|
5
|
+
- Added Python 3.13 support
|
6
|
+
- Pinned down `gql` library
|
7
|
+
|
8
|
+
## 1.5.5 - 2025-05-30
|
9
|
+
- Updated aragon blocks endpoint
|
10
|
+
|
4
11
|
## 1.5.4 - 2025-05-04
|
5
12
|
- Quickfix: Temporarily removed deployment health check
|
6
13
|
- See [graphprotocol/graph-node#5983](https://github.com/graphprotocol/graph-node/issues/5983)
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: dao-scripts
|
3
|
-
Version: 1.5.
|
3
|
+
Version: 1.5.6
|
4
4
|
Summary: "A tool to download data to monitor DAO activity"
|
5
5
|
Home-page: https://github.com/Grasia/dao-scripts
|
6
6
|
Author: David Davó
|
@@ -17,6 +17,7 @@ Classifier: Programming Language :: Python :: 3.9
|
|
17
17
|
Classifier: Programming Language :: Python :: 3.10
|
18
18
|
Classifier: Programming Language :: Python :: 3.11
|
19
19
|
Classifier: Programming Language :: Python :: 3.12
|
20
|
+
Classifier: Programming Language :: Python :: 3.13
|
20
21
|
Classifier: Topic :: Sociology
|
21
22
|
Classifier: Typing :: Typed
|
22
23
|
Classifier: Topic :: Utilities
|
@@ -24,7 +25,7 @@ Requires-Python: >=3.9
|
|
24
25
|
Description-Content-Type: text/markdown
|
25
26
|
License-File: LICENSE
|
26
27
|
Requires-Dist: dynaconf>=3.0.0
|
27
|
-
Requires-Dist: gql
|
28
|
+
Requires-Dist: gql<4.0.0,>=3.0.0a1
|
28
29
|
Requires-Dist: numpy>=1.17.3
|
29
30
|
Requires-Dist: pandas>=1.3.4
|
30
31
|
Requires-Dist: portalocker>=2.3.2
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: dao-scripts
|
3
|
-
Version: 1.5.
|
3
|
+
Version: 1.5.6
|
4
4
|
Summary: "A tool to download data to monitor DAO activity"
|
5
5
|
Home-page: https://github.com/Grasia/dao-scripts
|
6
6
|
Author: David Davó
|
@@ -17,6 +17,7 @@ Classifier: Programming Language :: Python :: 3.9
|
|
17
17
|
Classifier: Programming Language :: Python :: 3.10
|
18
18
|
Classifier: Programming Language :: Python :: 3.11
|
19
19
|
Classifier: Programming Language :: Python :: 3.12
|
20
|
+
Classifier: Programming Language :: Python :: 3.13
|
20
21
|
Classifier: Topic :: Sociology
|
21
22
|
Classifier: Typing :: Typed
|
22
23
|
Classifier: Topic :: Utilities
|
@@ -24,7 +25,7 @@ Requires-Python: >=3.9
|
|
24
25
|
Description-Content-Type: text/markdown
|
25
26
|
License-File: LICENSE
|
26
27
|
Requires-Dist: dynaconf>=3.0.0
|
27
|
-
Requires-Dist: gql
|
28
|
+
Requires-Dist: gql<4.0.0,>=3.0.0a1
|
28
29
|
Requires-Dist: numpy>=1.17.3
|
29
30
|
Requires-Dist: pandas>=1.3.4
|
30
31
|
Requires-Dist: portalocker>=2.3.2
|
@@ -20,6 +20,7 @@ classifiers =
|
|
20
20
|
Programming Language :: Python :: 3.10
|
21
21
|
Programming Language :: Python :: 3.11
|
22
22
|
Programming Language :: Python :: 3.12
|
23
|
+
Programming Language :: Python :: 3.13
|
23
24
|
Topic :: Sociology
|
24
25
|
Typing :: Typed
|
25
26
|
Topic :: Utilities
|
@@ -28,7 +29,7 @@ classifiers =
|
|
28
29
|
python_requires = >= 3.9
|
29
30
|
install_requires =
|
30
31
|
dynaconf >= 3.0.0
|
31
|
-
gql >= 3.0.0a1
|
32
|
+
gql >= 3.0.0a1,<4.0.0
|
32
33
|
numpy >= 1.17.3
|
33
34
|
pandas >= 1.3.4
|
34
35
|
portalocker >= 2.3.2
|
@@ -86,7 +87,7 @@ max-complexity = 10
|
|
86
87
|
max-line-length = 100
|
87
88
|
|
88
89
|
[tox:tox]
|
89
|
-
envlist = py{39,310,311,312}
|
90
|
+
envlist = py{39,310,311,312,313}
|
90
91
|
|
91
92
|
[testenv]
|
92
93
|
deps = .[dev]
|
@@ -107,6 +108,8 @@ python =
|
|
107
108
|
3.9: py39
|
108
109
|
3.10: py310
|
109
110
|
3.11: py311
|
111
|
+
3.12: py312
|
112
|
+
3.13: py313
|
110
113
|
|
111
114
|
[egg_info]
|
112
115
|
tag_build =
|
@@ -20,7 +20,7 @@
|
|
20
20
|
"daohaus": "AkzZk4BsvfNRkRDtzz7Bc8TgktTJN4uv9tgfCehhE6fB"
|
21
21
|
},
|
22
22
|
"arbitrum-one": {
|
23
|
-
"_blocks": "
|
23
|
+
"_blocks": "5jebsN6RBioFWQX7LP2N8r55nL4QPAyeKc6GzDA1Pt5H",
|
24
24
|
"daohaus": "2c41cggebRCMzFiDqoqDwShZtz4xYucsFKbQnEiXUTzY"
|
25
25
|
}
|
26
26
|
}
|
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
|
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
|
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
|
File without changes
|
File without changes
|