Upgrade to 0.7.2

This commit is contained in:
jxy_git 2022-09-30 17:10:42 +08:00
parent 024d51607b
commit ecef719c86
3 changed files with 8 additions and 5 deletions

Binary file not shown.

BIN
pycollada-0.7.2.tar.gz Normal file

Binary file not shown.

View File

@ -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 <jiangxinyu@kylinos.cn> - 0.7.2-1
- Upgrade to 0.7.2
* Wed May 11 2022 xigaoxinyan <xigaoxinyan@h-partners.com> - 0.7.1-2
- License compliance rectification
* Sat Jul 18 2020 Python_Bot <Python_Bot@openeuler.org>
* Sat Jul 18 2020 Python_Bot <Python_Bot@openeuler.org> - 0.7.1-1
- Package Spec generated