diff --git a/python-safety-schemas.spec b/python-safety-schemas.spec index 6434e493216e5953401232035aab26f36165e4a6..8322c9a7a4e9891b50a219d66062678e670234bd 100644 --- a/python-safety-schemas.spec +++ b/python-safety-schemas.spec @@ -1,13 +1,13 @@ %global pypi_name safety-schemas Name: python-%{pypi_name} -Version: 0.0.11 +Version: 0.0.14 Release: 1 Summary: Schemas for Safety tools License: MIT URL: https://github.com/pyupio/safety_schemas -Source: https://files.pythonhosted.org/packages/91/a2/e75f7de6a0872ed80b4b09221a9640d5856a8c3730ba59534d3007c9ae3a/safety_schemas-0.0.11.tar.gz +Source: https://files.pythonhosted.org/packages/04/40/e5107b3e456ca4b78d1c0d5bd07be3377e673cc54949b18e5f3aed345067/safety_schemas-0.0.14.tar.gz Patch1: 0001-Fix-test-error-for-new-versions.patch BuildArch: noarch @@ -39,7 +39,7 @@ Schemas for Safety tools %prep %autosetup -n safety_schemas-%{version} -p1 -sed -i 's#2.10.0#2.11#g' pyproject.toml +sed -i 's#<2.10.0#<2.12#g' pyproject.toml %build %pyproject_build @@ -59,5 +59,8 @@ sed -i 's#2.10.0#2.11#g' pyproject.toml %changelog +* Mon May 19 2025 Dongxing Wang - 0.0.14-1 +- Update package with version 0.0.14 + * Thu Mar 13 2025 Dongxing Wang - 0.0.11-1 - Initial package. diff --git a/safety_schemas-0.0.11.tar.gz b/safety_schemas-0.0.11.tar.gz deleted file mode 100644 index 25f6e1db86d9abb615f8b70f528c02a4f643ab6d..0000000000000000000000000000000000000000 Binary files a/safety_schemas-0.0.11.tar.gz and /dev/null differ diff --git a/safety_schemas-0.0.14.tar.gz b/safety_schemas-0.0.14.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..c1c670550afb66aa4099d4d788be245cbb266504 Binary files /dev/null and b/safety_schemas-0.0.14.tar.gz differ