From cce0728ad2912c1c8f54bcb9117a4b253b1db3b01308642d9b082b4a3944b356 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sun, 21 Nov 2021 11:00:41 +0000 Subject: [PATCH] Accepting request 932241 from home:glaubitz:branches:devel:languages:python - Update to 10.0 **Noteworthy changes:** * Merged pull request `#45`_ to resolve the issue caused by the conditional :pypi:`pyreadline` requirement on Windows not supporting Python 3.9+. * Updated the readme to use Python 3 in the example (reported in issue `#56`_). Also added a mention of the ``humanfriendly --demo`` command. * Removed the ``humanfriendly.compat.unittest`` alias that presumably no-one is using at this point; it had been rendered useless quite a long time ago (requested in issue `#53`_). **Internal changes:** * Merged pull request `#54`_ which migrates the :pypi:`humanfriendly` project from Travis CI to GitHub Actions and from Coveralls.io to Codecov. * Fixed a deprecation warning concerning ``setup.cfg`` and some Sphinx documentation errors. OBS-URL: https://build.opensuse.org/request/show/932241 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-humanfriendly?expand=0&rev=33 --- humanfriendly-10.0.tar.gz | 3 +++ humanfriendly-9.2.tar.gz | 3 --- python-humanfriendly.changes | 18 ++++++++++++++++++ python-humanfriendly.spec | 2 +- 4 files changed, 22 insertions(+), 4 deletions(-) create mode 100644 humanfriendly-10.0.tar.gz delete mode 100644 humanfriendly-9.2.tar.gz diff --git a/humanfriendly-10.0.tar.gz b/humanfriendly-10.0.tar.gz new file mode 100644 index 0000000..e9580a2 --- /dev/null +++ b/humanfriendly-10.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b0b831ce8f15f7300721aa49829fc4e83921a9a301cc7f606be6686a2288ddc +size 360702 diff --git a/humanfriendly-9.2.tar.gz b/humanfriendly-9.2.tar.gz deleted file mode 100644 index 2295763..0000000 --- a/humanfriendly-9.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f7dba53ac7935fd0b4a2fc9a29e316ddd9ea135fb3052d3d0279d10c18ff9c48 -size 360080 diff --git a/python-humanfriendly.changes b/python-humanfriendly.changes index 84f8ae3..a48cf1f 100644 --- a/python-humanfriendly.changes +++ b/python-humanfriendly.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Thu Nov 18 11:55:15 UTC 2021 - John Paul Adrian Glaubitz + +- Update to 10.0 + **Noteworthy changes:** + * Merged pull request `#45`_ to resolve the issue caused by the conditional + :pypi:`pyreadline` requirement on Windows not supporting Python 3.9+. + * Updated the readme to use Python 3 in the example (reported in issue `#56`_). + Also added a mention of the ``humanfriendly --demo`` command. + * Removed the ``humanfriendly.compat.unittest`` alias that presumably no-one is + using at this point; it had been rendered useless quite a long time ago + (requested in issue `#53`_). + **Internal changes:** + * Merged pull request `#54`_ which migrates the :pypi:`humanfriendly` project + from Travis CI to GitHub Actions and from Coveralls.io to Codecov. + * Fixed a deprecation warning concerning ``setup.cfg`` and some Sphinx + documentation errors. + ------------------------------------------------------------------- Tue Aug 17 10:58:03 UTC 2021 - John Paul Adrian Glaubitz diff --git a/python-humanfriendly.spec b/python-humanfriendly.spec index 2d0ccb5..779ebe9 100644 --- a/python-humanfriendly.spec +++ b/python-humanfriendly.spec @@ -27,7 +27,7 @@ %bcond_without python2 %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-humanfriendly%{psuffix} -Version: 9.2 +Version: 10.0 Release: 0 Summary: Human friendly input/output for text interfaces using Python License: MIT