You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

ozi-core

Package Overview
Dependencies
Maintainers
0
Versions
202
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ozi-core - pypi Package Compare versions

Comparing version
1.21.23
to
1.21.24
+9
-5
.github/workflows/dev.yml

@@ -44,6 +44,7 @@ # Part of the OZI Project, under the Apache License v2.0 with LLVM Exceptions.

archive.ubuntu.com:443
release-assets.githubusercontent.com:443
- run: sudo apt-get install -y gettext
- uses: OZI-Project/checkpoint@b8935c41223bccd7886bd6a2f668b12a23859ed7 # 1.10.1
- uses: OZI-Project/checkpoint@5c04e23edea0edcd1eb731ad465d3fb7fe5ad0d7 # 1.11.0
with:

@@ -82,4 +83,5 @@ python-version: "3.10"

archive.ubuntu.com:443
release-assets.githubusercontent.com:443
- uses: OZI-Project/checkpoint@b8935c41223bccd7886bd6a2f668b12a23859ed7 # 1.10.1
- uses: OZI-Project/checkpoint@5c04e23edea0edcd1eb731ad465d3fb7fe5ad0d7 # 1.11.0
with:

@@ -119,6 +121,7 @@ python-version: "3.10"

archive.ubuntu.com:443
release-assets.githubusercontent.com:443
- run: sudo apt-get install -y gettext
- uses: OZI-Project/checkpoint@b8935c41223bccd7886bd6a2f668b12a23859ed7 # 1.10.1
- uses: OZI-Project/checkpoint@5c04e23edea0edcd1eb731ad465d3fb7fe5ad0d7 # 1.11.0
with:

@@ -157,6 +160,7 @@ python-version: "3.11"

archive.ubuntu.com:443
release-assets.githubusercontent.com:443
- run: sudo apt-get install -y gettext
- uses: OZI-Project/checkpoint@b8935c41223bccd7886bd6a2f668b12a23859ed7 # 1.10.1
- uses: OZI-Project/checkpoint@5c04e23edea0edcd1eb731ad465d3fb7fe5ad0d7 # 1.11.0
with:

@@ -201,5 +205,5 @@ python-version: "3.12"

- uses: OZI-Project/checkpoint@b8935c41223bccd7886bd6a2f668b12a23859ed7
- uses: OZI-Project/checkpoint@5c04e23edea0edcd1eb731ad465d3fb7fe5ad0d7
with:
python-version: "3.13"
submodules: true

@@ -42,6 +42,7 @@ name: OZI

archive.ubuntu.com:443
release-assets.githubusercontent.com:443
- run: sudo apt-get install -y gettext
- uses: OZI-Project/checkpoint@1.10.1
- uses: OZI-Project/checkpoint@1.11.0
with:

@@ -79,6 +80,7 @@ python-version: "3.11"

archive.ubuntu.com:443
release-assets.githubusercontent.com:443
- run: sudo apt-get install -y gettext
- uses: OZI-Project/checkpoint@1.10.1
- uses: OZI-Project/checkpoint@1.11.0
with:

@@ -121,3 +123,3 @@ python-version: "3.12"

- uses: OZI-Project/checkpoint@1.10.1
- uses: OZI-Project/checkpoint@1.11.0
with:

@@ -210,3 +212,3 @@ python-version: "3.13"

- uses: OZI-Project/release@60a6112177f9e232a55f0d2dfe3aa0d2da322cf1
- uses: OZI-Project/release@14ba53970650ad2d5c8ac8c335074155c78cccec
id: release

@@ -213,0 +215,0 @@ with:

@@ -157,3 +157,2 @@ import html

)
_ = TRANSLATION.gettext
if name_valid(res.data):

@@ -160,0 +159,0 @@ projectname = res.data

Metadata-Version: 2.3
Requires-Python: >=3.9, <3.14
Name: ozi-core
Version: 1.21.23
Version: 1.21.24
Author: Eden Ross Duff MSc

@@ -30,3 +30,3 @@ Author-email: help@oziproject.dev

Requires-Dist: ozi-templates==2.29.9
Requires-Dist: ozi-spec==1.1.9
Requires-Dist: ozi-spec==1.1.10
Requires-Dist: packaging>=24.1,<26.0

@@ -33,0 +33,0 @@ Requires-Dist: platformdirs~=4.3

@@ -12,3 +12,3 @@ # Part of ozi-core.

name = "ozi-core"
version = "1.21.23"
version = "1.21.24"
authors=[{name="Eden Ross Duff MSc", email="help@oziproject.dev"}]

@@ -41,3 +41,3 @@ classifiers=[

'ozi-templates==2.29.9',
'ozi-spec==1.1.9',
'ozi-spec==1.1.10',
'packaging>=24.1,<26.0',

@@ -44,0 +44,0 @@ 'platformdirs~=4.3',

Sorry, the diff of this file is too big to display