New upstream release v3
This commit is contained in:
parent
d3b5e09e76
commit
a54656369f
@ -27,7 +27,7 @@ There is a limited support for (deprecated) optparse objects, too.
|
||||
|
||||
|
||||
Name: argparse-manpage
|
||||
Version: 2.2
|
||||
Version: 3
|
||||
Release: 1%{?dist}
|
||||
Summary: %{sum Python}
|
||||
BuildArch: noarch
|
||||
@ -138,9 +138,9 @@ PYTHONPATH=%buildroot%python3_sitearch %__python3 -m pytest -vv
|
||||
%{_bindir}/argparse-manpage
|
||||
%_mandir/man1/argparse-manpage.1.*
|
||||
%if %{with python3} || %{with pyproject}
|
||||
%python3_sitelib/build_manpages/cli
|
||||
%python3_sitelib/build_manpages/cli.py
|
||||
%else
|
||||
%python2_sitelib/build_manpages/cli
|
||||
%python2_sitelib/build_manpages/cli.py
|
||||
%endif
|
||||
|
||||
|
||||
@ -149,7 +149,7 @@ PYTHONPATH=%buildroot%python3_sitearch %__python3 -m pytest -vv
|
||||
%license LICENSE
|
||||
%python2_sitelib/build_manpages
|
||||
%python2_sitelib/argparse_manpage-%{version}*.egg-info
|
||||
%exclude %python2_sitelib/build_manpages/cli
|
||||
%exclude %python2_sitelib/build_manpages/cli.py
|
||||
%endif
|
||||
|
||||
|
||||
@ -162,11 +162,14 @@ PYTHONPATH=%buildroot%python3_sitearch %__python3 -m pytest -vv
|
||||
%else
|
||||
%python3_sitelib/argparse_manpage-%{version}*.egg-info
|
||||
%endif
|
||||
%exclude %python3_sitelib/build_manpages/cli
|
||||
%exclude %python3_sitelib/build_manpages/cli.py
|
||||
%endif
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Apr 27 2022 Pavel Raiskup <praiskup@redhat.com> - 3-1
|
||||
- new upstream release: https://github.com/praiskup/argparse-manpage/releases/tag/v3
|
||||
|
||||
* Thu Mar 03 2022 Pavel Raiskup <praiskup@redhat.com> - 2.2-1
|
||||
- new release - fix build for the setuptools v60+
|
||||
|
||||
|
1
sources
1
sources
@ -1 +1,2 @@
|
||||
SHA512 (argparse-manpage-2.2.tar.gz) = 39bb51687dd8359930527b2492469166de7654ea12e456c5ea5b78a7293cb4e792307706b9a9e0280373ce4ea18a2a0bf16bd6b739508634e93fde284033bf13
|
||||
SHA512 (argparse-manpage-3.tar.gz) = 8bddfc91396ee6c9594baa21126fb3128ebabb8fb96dba1461e0631e0e3070677973b709d998dcea26e31b6d11a9f37a8b37005bb78f7769d45a29be3186a088
|
||||
|
Loading…
Reference in New Issue
Block a user