python-cli2 2.3.1-1 (znver1;aarch64;x86_64) 2021-13469
9999

Status published
Submitter itchka [@T] compuserve.com
Platform rolling
Repository main
URL https://abf.openmandriva.org/build_lists/941952
Packages
python-cli2-2.3.1-1.znver1.binary
python-cli2-2.3.1-1.znver1.source
python-cli2-2.3.1-1.aarch64.binary
python-cli2-2.3.1-1.aarch64.source
python-cli2-2.3.1-1.x86_64.binary
python-cli2-2.3.1-1.x86_64.source
Build Date 2021-01-11 10:56:54 +0000 UTC
Last Updated 2021-01-18 21:53:41.363067343 +0000 UTC
$ git show --format=fuller --patch-with-stat --summary 7e93a6aab7e10f12bf5f8d6a7c9ade50ffdc38d0

commit 7e93a6aab7e10f12bf5f8d6a7c9ade50ffdc38d0
Author:     Colin <itchka@compuserve.com>
AuthorDate: Mon Jan 11 10:39:12 2021 +0000
Commit:     Colin <itchka@compuserve.com>
CommitDate: Mon Jan 11 10:39:12 2021 +0000

    Fix requires
---
 fix-requires.patch | 13 +++++++++++++
 python-cli2.spec   |  1 +
 2 files changed, 14 insertions(+)
 create mode 100644 fix-requires.patch

diff --git a/fix-requires.patch b/fix-requires.patch
new file mode 100644
index 0000000..2becef1
--- /dev/null
+++ b/fix-requires.patch
@@ -0,0 +1,13 @@
+diff --git a/setup.py b/setup.py
+index ce12437..3b136ac 100644
+--- a/setup.py
++++ b/setup.py
+@@ -5,7 +5,7 @@ setup(
+     name='cli2',
+     version='2.3.1',
+     setup_requires='setupmeta',
+-    install_requires=['docstring_parser==0.7.1'],
++    install_requires=['docstring_parser>=0.7.1'],
+     extras_require=dict(
+         test=[
+             'freezegun',
diff --git a/python-cli2.spec b/python-cli2.spec
index f55d16b..c64d322 100644
--- a/python-cli2.spec
+++ b/python-cli2.spec
@@ -9,6 +9,7 @@ Group:          Development/Python
 License:        MIT
 URL:            https://yourlabs.io/oss/cli2
 Source0:        %{pypi_name}-%{version}.tar.gz
+Patch0:         fix-requires.patch
 BuildArch:      noarch
 
 BuildRequires:  python3-devel
Not Available

benbullard79 [@T] cox.netNo Comment.1164d 22hrs
benbullard79 [@T] cox.netNo Comment.1164d 22hrs