diff --git a/odML-1.5.1.tar.gz b/odML-1.5.1.tar.gz deleted file mode 100644 index f4a687617b8766fe8a30c28d9b824972379dad0b..0000000000000000000000000000000000000000 Binary files a/odML-1.5.1.tar.gz and /dev/null differ diff --git a/odML-1.5.2.tar.gz b/odML-1.5.2.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..1a4b913db45e50c3b639798a398e5508874dc1f2 Binary files /dev/null and b/odML-1.5.2.tar.gz differ diff --git a/python-odML.spec b/python-odML.spec index 4176865a0cabb9f177a0484f3b3e15f870934487..64b6508f0fadbccc6772b163bb7c94c350f86ca7 100644 --- a/python-odML.spec +++ b/python-odML.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-odML -Version: 1.5.1 +Version: 1.5.2 Release: 1 Summary: open metadata Markup Language License: BSD URL: https://github.com/G-Node/python-odml -Source0: https://files.pythonhosted.org/packages/59/2a/31d133c30ef1ae4d4f4cc7fe7e3b5c86a17e13351ef09fc9ff8384a455a0/odML-1.5.1.tar.gz +Source0: https://files.pythonhosted.org/packages/59/2a/31d133c30ef1ae4d4f4cc7fe7e3b5c86a17e13351ef09fc9ff8384a455a0/odML-1.5.2.tar.gz BuildArch: noarch @@ -27,7 +27,7 @@ Provides: python3-odML-doc odML (open metadata Markup Language) is a file format for storing arbitrary metadata. The underlying data model offers a way to store metadata in a structured human- and machine-readable way. Well organized metadata management is a key component to guarantee reproducibility of experiments and to track provenance of performed analyses. %prep -%autosetup -n odML-1.5.1 +%autosetup -n odML-1.5.2 %build %py3_build @@ -67,5 +67,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Tue Dec 28 2021 anyunhao - 1.5.2-1 +- Update to 1.5.2-1 + * Wed Sep 01 2021 Python_Bot - 1.5.1-1 - Package Init