diff --git a/humanfriendly-10.0.tar.gz b/humanfriendly-10.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..2e1c702cbfc15809d0830e1e3018d28399e5c459 Binary files /dev/null and b/humanfriendly-10.0.tar.gz differ diff --git a/humanfriendly-9.1.tar.gz b/humanfriendly-9.1.tar.gz deleted file mode 100644 index 8f616c796f4370ed3d35d8aaf3bd8ad2e777a6c9..0000000000000000000000000000000000000000 Binary files a/humanfriendly-9.1.tar.gz and /dev/null differ diff --git a/python-humanfriendly.spec b/python-humanfriendly.spec index eefcd41a2325021b16f97b79e54377a1ad4cf220..5fceea4946e14b3735146205ed842d2ac822cd6b 100644 --- a/python-humanfriendly.spec +++ b/python-humanfriendly.spec @@ -1,19 +1,29 @@ %global _empty_manifest_terminate_build 0 Name: python-humanfriendly -Version: 9.1 +Version: 10.0 Release: 1 Summary: Human friendly output for text interfaces using Python License: MIT URL: https://humanfriendly.readthedocs.io -Source0: https://files.pythonhosted.org/packages/31/0e/a2e882aaaa0a378aa6643f4bbb571399aede7dbb5402d3a1ee27a201f5f3/humanfriendly-9.1.tar.gz +Source0: https://files.pythonhosted.org/packages/cc/3f/2c29224acb2e2df4d2046e4c73ee2662023c58ff5b113c4c1adac0886c43/humanfriendly-10.0.tar.gz BuildArch: noarch Requires: python3-monotonic Requires: python3-pyreadline +Requires: python3-pyreadline3 %description The functions and classes in the `humanfriendly` package can be used to make -text interfaces more user friendly. +text interfaces more user friendly. Some example features: +- Parsing and formatting numbers, file sizes, pathnames and timespans in + simple, human friendly formats. +- Easy to use timers for long running operations, with human friendly + formatting of the resulting timespans. +- Prompting the user to select a choice from a list of options by typing the + option's number or a unique substring of the option. +- Terminal interaction including text styling (`ANSI escape sequences`_), user + friendly rendering of usage messages and querying the terminal for its + size. The `humanfriendly` package is currently tested on Python 2.7, 3.5+ and PyPy (2.7) on Linux and macOS. While the intention is to support Windows as well, you may encounter some rough edges. @@ -25,7 +35,16 @@ BuildRequires: python3-devel BuildRequires: python3-setuptools %description -n python3-humanfriendly The functions and classes in the `humanfriendly` package can be used to make -text interfaces more user friendly. +text interfaces more user friendly. Some example features: +- Parsing and formatting numbers, file sizes, pathnames and timespans in + simple, human friendly formats. +- Easy to use timers for long running operations, with human friendly + formatting of the resulting timespans. +- Prompting the user to select a choice from a list of options by typing the + option's number or a unique substring of the option. +- Terminal interaction including text styling (`ANSI escape sequences`_), user + friendly rendering of usage messages and querying the terminal for its + size. The `humanfriendly` package is currently tested on Python 2.7, 3.5+ and PyPy (2.7) on Linux and macOS. While the intention is to support Windows as well, you may encounter some rough edges. @@ -34,10 +53,23 @@ you may encounter some rough edges. Summary: Development documents and examples for humanfriendly Provides: python3-humanfriendly-doc %description help -Development documents and examples for humanfriendly +The functions and classes in the `humanfriendly` package can be used to make +text interfaces more user friendly. Some example features: +- Parsing and formatting numbers, file sizes, pathnames and timespans in + simple, human friendly formats. +- Easy to use timers for long running operations, with human friendly + formatting of the resulting timespans. +- Prompting the user to select a choice from a list of options by typing the + option's number or a unique substring of the option. +- Terminal interaction including text styling (`ANSI escape sequences`_), user + friendly rendering of usage messages and querying the terminal for its + size. +The `humanfriendly` package is currently tested on Python 2.7, 3.5+ and PyPy +(2.7) on Linux and macOS. While the intention is to support Windows as well, +you may encounter some rough edges. %prep -%autosetup -n humanfriendly-9.1 +%autosetup -n humanfriendly-10.0 %build %py3_build @@ -77,5 +109,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Thu Nov 18 2021 Python_Bot - 10.0-1 +- update version to 10.0 + * Sun May 23 2021 Python_Bot - Package Spec generated