diff --git a/dialite-0.5.2.tar.gz b/dialite-0.5.2.tar.gz deleted file mode 100644 index 9ba111c..0000000 --- a/dialite-0.5.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:108c27255100a726a22fcce87cd3eafa33926a54e5f74770179c31ddb3525105 -size 10038 diff --git a/dialite-0.5.3.tar.gz b/dialite-0.5.3.tar.gz new file mode 100644 index 0000000..36e77a0 --- /dev/null +++ b/dialite-0.5.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de968f805fdc7f5545f15f5e17c2472198e0f6665b77f72be056f553d99292ef +size 10091 diff --git a/python-dialite.changes b/python-dialite.changes index d3cee13..07e83c1 100644 --- a/python-dialite.changes +++ b/python-dialite.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sat Jan 2 19:35:13 UTC 2021 - Benjamin Greiner + +- Update to 0.5.3 + * fix logging argument bug (#5) + * formatting + ------------------------------------------------------------------- Thu Mar 7 14:25:41 UTC 2019 - Tomáš Chvátal diff --git a/python-dialite.spec b/python-dialite.spec index 9d7a960..02776ab 100644 --- a/python-dialite.spec +++ b/python-dialite.spec @@ -1,7 +1,7 @@ # # spec file for package python-dialite # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-dialite -Version: 0.5.2 +Version: 0.5.3 Release: 0 Summary: Python library to show simple dialogs License: BSD-2-Clause @@ -59,6 +59,7 @@ platform, or for SSH connections). %files %{python_files} %doc README.md %license LICENSE -%{python_sitelib}/* +%{python_sitelib}/dialite +%{python_sitelib}/dialite-%{version}*-info %changelog