diff --git a/exif-1.3.4.tar.gz b/exif-1.3.4.tar.gz deleted file mode 100644 index 018f501..0000000 Binary files a/exif-1.3.4.tar.gz and /dev/null differ diff --git a/exif-1.3.5.tar.gz b/exif-1.3.5.tar.gz new file mode 100644 index 0000000..a65d7c2 Binary files /dev/null and b/exif-1.3.5.tar.gz differ diff --git a/python-exif.spec b/python-exif.spec index 4bd06e1..dab3c33 100644 --- a/python-exif.spec +++ b/python-exif.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-exif -Version: 1.3.4 +Version: 1.3.5 Release: 1 Summary: Read and modify image EXIF metadata using Python. -License: MIT +License: MIT URL: https://gitlab.com/TNThieding/exif -Source0: https://files.pythonhosted.org/packages/3b/c8/b9450ea444eef6d3daeb3d517b7d4a2ed42c245a35e87aa5f27d54de8059/exif-1.3.4.tar.gz +Source0: https://files.pythonhosted.org/packages/f2/8d/0db23fa243abfd71246df00550663a1b0e23542368d1040d55fc5ef3cbe8/exif-1.3.5.tar.gz BuildArch: noarch Requires: python3-plum-py @@ -31,7 +31,7 @@ Read and modify image EXIF metadata using Python without any third-party softwar dependencies. For example, batch process image metadata using a Python script. %prep -%autosetup -n exif-1.3.4 +%autosetup -n exif-%{version} %build %py3_build @@ -71,5 +71,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Thu Oct 27 2022 liqiuyu - 1.3.5-1 +- Upgrade package to version 1.3.5 + * Tue Dec 14 2021 Python_Bot - 1.3.4-1 - Package Init