]> git.pld-linux.org Git - packages/python3-click.git/commitdiff
- updated to 8.1.7 master auto/th/python3-click-8.1.7-1
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 13 Oct 2023 19:41:36 +0000 (21:41 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Fri, 13 Oct 2023 19:41:36 +0000 (21:41 +0200)
python3-click.spec

index 82fbbb0e9b52543cc3656c724451c28cdcbc09c1..486f00dc541fb6f94478a0c950a0314ec20bcc91 100644 (file)
@@ -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
This page took 0.096745 seconds and 4 git commands to generate.