Update package to version 1.14.0

This commit is contained in:
wubijie 2023-02-09 14:37:15 +08:00
parent 436627c7fd
commit 0be790f6af
3 changed files with 5 additions and 2 deletions

Binary file not shown.

BIN
pycdlib-1.14.0.tar.gz Normal file

Binary file not shown.

View File

@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0
Name: python-pycdlib
Version: 1.12.0
Version: 1.14.0
Release: 1
Summary: Pure python ISO manipulation library
License: LGPLv2
URL: http://github.com/clalancette/pycdlib
Source0: https://files.pythonhosted.org/packages/a2/15/9f0f0b4d97ea2fd4969207a89cf657d63ddee6fa8b972cd4e99ce28ea096/pycdlib-1.12.0.tar.gz
Source0: https://files.pythonhosted.org/packages/62/d3/52b8dd7a862aec7cc4043a520490bfc9b408179dc374d0e3416fb0614a86/pycdlib-1.14.0.tar.gz
BuildArch: noarch
%description
PyCdlib is a pure python library to parse, write (master), and create ISO9660
@ -87,6 +87,9 @@ PYCDLIB_TRACK_WRITES=1 py.test-%{python3_version} -v tests
%{_docdir}/*
%changelog
* Thu Feb 9 2023 wubijie <wubijie@kylinos.cn> - 1.14.0-1
- Update package to version 1.14.0
* Thu Jun 09 2022 OpenStack_SIG <openstack@openeuler.org> - 1.12.0-1
- Upgrade package python3-pycdlib to version 1.12.0