diff --git a/humanreadable-0.0.8.tar.gz b/humanreadable-0.0.8.tar.gz deleted file mode 100644 index 53ec298..0000000 --- a/humanreadable-0.0.8.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7113b6ae8d91e9d69501d66595bbb977f4d7a13bfebf462b24ce5390bc2412f1 -size 12203 diff --git a/humanreadable-0.1.0.tar.gz b/humanreadable-0.1.0.tar.gz new file mode 100644 index 0000000..86122fc --- /dev/null +++ b/humanreadable-0.1.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80f10a1575ebb140d9345a347f981dc6faa70d090885490d77f63361290b4ff7 +size 12677 diff --git a/python-humanreadable.changes b/python-humanreadable.changes index 3efc6fb..ece1fef 100644 --- a/python-humanreadable.changes +++ b/python-humanreadable.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Sat Apr 4 11:17:46 UTC 2020 - Martin Hauke + +- Update to version 0.1.0 + * Upstream does not provide a changelog +- Drop support for python2 +- Adjust requirements + ------------------------------------------------------------------- Sat Feb 8 15:30:10 UTC 2020 - Martin Hauke diff --git a/python-humanreadable.spec b/python-humanreadable.spec index 7cff8da..d5b54fd 100644 --- a/python-humanreadable.spec +++ b/python-humanreadable.spec @@ -1,7 +1,7 @@ # # spec file for package python-humanreadable # -# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,28 +12,28 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# %{?!python_module:%define python_module() python-%{**} python3-%{**}} +%define skip_python2 1 Name: python-humanreadable -Version: 0.0.8 +Version: 0.1.0 Release: 0 -License: MIT Summary: A Python library to convert from human-readable values to Python values -Url: https://github.com/thombashi/humanreadable +License: MIT Group: Development/Languages/Python +URL: https://github.com/thombashi/humanreadable Source: https://files.pythonhosted.org/packages/source/h/humanreadable/humanreadable-%{version}.tar.gz -BuildRequires: python-rpm-macros BuildRequires: %{python_module setuptools >= 38.3.0} +BuildRequires: python-rpm-macros # SECTION test requirements -BuildRequires: %{python_module six >= 1.10.0} -BuildRequires: %{python_module typepy >= 0.6.4} BuildRequires: %{python_module pytest} +BuildRequires: %{python_module typepy >= 0.6.4} # /SECTION BuildRequires: fdupes Requires: python-setuptools >= 38.3.0 -Requires: python-six >= 1.10.0 Requires: python-typepy >= 0.6.4 BuildArch: noarch %python_subpackages