diff --git a/Cerberus-1.3.5.tar.gz b/Cerberus-1.3.5.tar.gz deleted file mode 100644 index db92df5ad329f65f60db1f7e63dc46d0133d2cd1..0000000000000000000000000000000000000000 Binary files a/Cerberus-1.3.5.tar.gz and /dev/null differ diff --git a/cerberus-1.3.8.tar.gz b/cerberus-1.3.8.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..652907ea58004bfb9584c591cdbed1de6b7f7cc1 Binary files /dev/null and b/cerberus-1.3.8.tar.gz differ diff --git a/python-Cerberus.spec b/python-Cerberus.spec index 028598497e38738f48fe6182c5e4bba229e4d491..0d0fde97409d394274c4f09ed015d67236bc8041 100644 --- a/python-Cerberus.spec +++ b/python-Cerberus.spec @@ -1,11 +1,12 @@ %global _empty_manifest_terminate_build 0 +%global pypi_name cerberus Name: python-Cerberus -Version: 1.3.5 +Version: 1.3.8 Release: 1 Summary: Lightweight, extensible schema and data validation tool for Python dictionaries. License: ISC URL: http://docs.python-cerberus.org -Source0: https://files.pythonhosted.org/packages/07/20/3ec65289ab0ccf5f41d38d103343f5b609263944238e299598aeba684a82/Cerberus-1.3.5.tar.gz +Source0: %{pypi_source %{pypi_name}} BuildArch: noarch @@ -29,7 +30,7 @@ Provides: python3-Cerberus-doc Cerberus is a lightweight and extensible data validation library for Python. %prep -%autosetup -n Cerberus-%{version} +%autosetup -n %{pypi_name}-%{version} %build %pyproject_build @@ -48,6 +49,9 @@ if [ -d example ]; then cp -arf example %{buildroot}/%{_pkgdocdir}; fi %{_docdir}/* %changelog +* Wed Nov 12 2025 lichenguang - 1.3.8-1 +- Update package to version 1.3.8 + * Wed Nov 01 2023 jiangxinyu - 1.3.5-1 - Update package to version 1.3.5