We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ade6ab commit e7ed19dCopy full SHA for e7ed19d
.gitignore
@@ -9,6 +9,9 @@ __pycache__/
9
# Distribution / packaging
10
_scm_version.py
11
subprojects/ozi
12
+subprojects/ozi/
13
+subprojects/OZI-*/
14
+subprojects/packagecache/OZI-*.tar.gz
15
subprojects/msgspec
16
.Python
17
build*/
subprojects/ozi.wrap
@@ -1,7 +1,9 @@
1
-[wrap-git]
2
-url = https://github.com/rjdbcm/ozi.git
3
-revision = release/1.25
4
-depth = 1
+[wrap-file]
+directory = OZI-1.33.1
+source_url = https://github.com/OZI-Project/OZI/archive/refs/tags/1.33.1.tar.gz
+source_hash = a08f49c318bf89ed3af2841bbdc0d3f9137ef8c3ed6ebdf04889f0ba1a180e63
5
+source_filename = OZI-1.33.1.tar.gz
6
7
[provide]
-dependency_names = ozi-0.12
8
+dependency_names = ozi, ozi-1.33.1
+
0 commit comments