diff --git a/pycollada-0.7.1.tar.gz b/pycollada-0.7.1.tar.gz deleted file mode 100644 index 8cd1cd3..0000000 Binary files a/pycollada-0.7.1.tar.gz and /dev/null differ diff --git a/pycollada-0.7.2.tar.gz b/pycollada-0.7.2.tar.gz new file mode 100644 index 0000000..c946385 Binary files /dev/null and b/pycollada-0.7.2.tar.gz differ diff --git a/python-pycollada.spec b/python-pycollada.spec index 3c0fb6e..3d864ca 100644 --- a/python-pycollada.spec +++ b/python-pycollada.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-pycollada -Version: 0.7.1 -Release: 2 +Version: 0.7.2 +Release: 1 Summary: python library for reading and writing collada documents License: BSD-3-Clause URL: http://pycollada.readthedocs.org/ -Source0: https://files.pythonhosted.org/packages/50/44/d775b312fc2e04cdd80e978f9b3422efe0946b285f1845e66a65f9aa371a/pycollada-0.7.1.tar.gz +Source0: https://files.pythonhosted.org/packages/c1/7e/91cb2540947f0e8bcdee83e61a7b278784ac2d25f2864091344590a2619f/pycollada-0.7.2.tar.gz BuildArch: noarch @@ -27,7 +27,7 @@ Provides: python3-pycollada-doc python library for reading and writing collada documents %prep -%autosetup -n pycollada-0.7.1 +%autosetup -n pycollada-%{version} %build %py3_build @@ -67,8 +67,11 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Fri Sep 30 2022 jiangxinyu - 0.7.2-1 +- Upgrade to 0.7.2 + * Wed May 11 2022 xigaoxinyan - 0.7.1-2 - License compliance rectification -* Sat Jul 18 2020 Python_Bot +* Sat Jul 18 2020 Python_Bot - 0.7.1-1 - Package Spec generated