diff --git a/odML-1.5.2.tar.gz b/odML-1.5.2.tar.gz deleted file mode 100644 index 1a4b913db45e50c3b639798a398e5508874dc1f2..0000000000000000000000000000000000000000 Binary files a/odML-1.5.2.tar.gz and /dev/null differ diff --git a/python-odML.spec b/python-odML.spec index 64b6508f0fadbccc6772b163bb7c94c350f86ca7..60f902227e126debd910d130dc2dc90c7822f806 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.2 +Version: 1.5.4 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.2.tar.gz +Source0: https://github.com/G-Node/python-odml/archive/refs/tags/python-odml-%{version}.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.2 +%autosetup -n python-odml-1.5.4 %build %py3_build @@ -67,6 +67,11 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Mon Dec 23 2024 sqfu - 1.5.4-1 +- update to 1.5.4 +- Dropping official support for Python 3.5 and 3.6. +- Support rdflib version 6+. + * Tue Dec 28 2021 anyunhao - 1.5.2-1 - Update to 1.5.2-1 diff --git a/python-odml-1.5.4.tar.gz b/python-odml-1.5.4.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..ced43ce6d38e3acf4a3d3693256c546317d24436 Binary files /dev/null and b/python-odml-1.5.4.tar.gz differ