commit 20564508791c8b0fb06856c58b3f0f81a41876d0
Author: Jakub Bogusz <[email protected]>
Date:   Fri Oct 13 21:41:36 2023 +0200

    - updated to 8.1.7

 python3-click.spec | 13 +++++++++----
 1 file changed, 9 insertions(+), 4 deletions(-)
---
diff --git a/python3-click.spec b/python3-click.spec
index 82fbbb0..486f00d 100644
--- a/python3-click.spec
+++ b/python3-click.spec
@@ -7,20 +7,25 @@
 Summary:       A simple wrapper around optparse for powerful command line 
utilities
 Summary(pl.UTF-8):     Proste obudowanie optparse do tworzenia potężnych 
narzędzi linii poleceń
 Name:          python3-%{module}
-Version:       8.1.3
+Version:       8.1.7
 Release:       1
 License:       BSD
 Group:         Libraries/Python
 #Source0Download: https://github.com/pallets/click/releases
 Source0:       
https://github.com/pallets/click/archive/%{version}/click-%{version}.tar.gz
-# Source0-md5: bc96df7439e7e64d6462a2f2901941ff
+# Source0-md5: 737188c8cfef9dde3c0353f447e1f351
 URL:           https://click.palletsprojects.com/
 %if %{with tests} && %(locale -a | grep -q '^C\.utf8$'; echo $?)
 BuildRequires: glibc-localedb-all
 %endif
 BuildRequires: python3-modules >= 1:3.7
-BuildRequires: python3-pytest
 BuildRequires: python3-setuptools
+%if %{with tests}
+%if "%{py3_ver}" == "3.7"
+BuildRequires: python3-importlib_metadata
+%endif
+BuildRequires: python3-pytest
+%endif
 BuildRequires: rpm-pythonprov
 BuildRequires: rpmbuild(macros) >= 1.714
 %if %{with doc}
@@ -93,5 +98,5 @@ rm -rf $RPM_BUILD_ROOT
 %if %{with doc}
 %files apidocs
 %defattr(644,root,root,755)
-%doc docs/_build/html/{_static,*.html,*.js}
+%doc docs/_build/html/{_images,_static,*.html,*.js}
 %endif
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/python3-click.git/commitdiff/20564508791c8b0fb06856c58b3f0f81a41876d0

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to