diff --git a/python-schema.spec b/python-schema.spec index bdecd22..734f05c 100644 --- a/python-schema.spec +++ b/python-schema.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-schema -Version: 0.7.2 +Version: 0.7.5 Release: 1 Summary: Simple data validation library License: MIT URL: https://github.com/keleshev/schema -Source0: https://files.pythonhosted.org/packages/0d/de/84afc54d41aea9787c6d8814391a2d296a8240eef5b59d11704a82d82064/schema-0.7.2.tar.gz +Source0: https://github.com/keleshev/schema/archive/refs/tags/v0.7.5.tar.gz BuildArch: noarch Requires: python3-contextlib2 @@ -34,7 +34,7 @@ obtained from config-files, forms, external services or command-line parsing, converted from JSON/YAML (or something else) to Python data-types. %prep -%autosetup -n schema-0.7.2 +%autosetup -n schema-0.7.5 %build %py3_build @@ -74,5 +74,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Thu Jun 23 2022 houyingchao - 0.7.5-1 +- Upgrade to version 0.7.5 + * Fri Sep 04 2020 Python_Bot - Package Spec generated diff --git a/schema-0.7.2.tar.gz b/schema-0.7.2.tar.gz deleted file mode 100644 index e482e39..0000000 Binary files a/schema-0.7.2.tar.gz and /dev/null differ diff --git a/v0.7.5.tar.gz b/v0.7.5.tar.gz new file mode 100644 index 0000000..d83e85b Binary files /dev/null and b/v0.7.5.tar.gz differ