diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-humanreadable.spec | 12 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 8 insertions, 7 deletions
@@ -1 +1,2 @@ /humanreadable-0.2.0.tar.gz +/humanreadable-0.3.0.tar.gz diff --git a/python-humanreadable.spec b/python-humanreadable.spec index 769bbb8..d2b6329 100644 --- a/python-humanreadable.spec +++ b/python-humanreadable.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-humanreadable -Version: 0.2.0 +Version: 0.3.0 Release: 1 -Summary: humanreadable is a Python library to convert from human-readable values to Python values. +Summary: humanreadable is a Python library to convert human-readable values to other units. License: MIT License URL: https://github.com/thombashi/humanreadable -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/a5/f7/390b7d609b3000405f5b3bac62f9cb0cd1bcd8b97b92e8d9e4530edf6879/humanreadable-0.2.0.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/f6/64/b79577649ff6bb9d6677c8c13632a5b03b8bd80100df6d67307db9fe0cf8/humanreadable-0.3.0.tar.gz BuildArch: noarch Requires: python3-typepy @@ -16,7 +16,7 @@ Requires: python3-pytest-md-report humanreadable is a Python library to convert human-readable values to other units. %package -n python3-humanreadable -Summary: humanreadable is a Python library to convert from human-readable values to Python values. +Summary: humanreadable is a Python library to convert human-readable values to other units. Provides: python-humanreadable BuildRequires: python3-devel BuildRequires: python3-setuptools @@ -31,7 +31,7 @@ Provides: python3-humanreadable-doc humanreadable is a Python library to convert human-readable values to other units. %prep -%autosetup -n humanreadable-0.2.0 +%autosetup -n humanreadable-0.3.0 %build %py3_build @@ -71,5 +71,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue Apr 11 2023 Python_Bot <Python_Bot@openeuler.org> - 0.2.0-1 +* Tue Apr 25 2023 Python_Bot <Python_Bot@openeuler.org> - 0.3.0-1 - Package Spec generated @@ -1 +1 @@ -475853b23b02edb121be2689879619c6 humanreadable-0.2.0.tar.gz +b4ad5d181745183445bd47703f7ed493 humanreadable-0.3.0.tar.gz |