Compare commits
No commits in common. "rawhide" and "f43" have entirely different histories.
1 changed files with 2 additions and 6 deletions
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
Name: python-%{srcname}
|
Name: python-%{srcname}
|
||||||
Version: 0.3.0
|
Version: 0.3.0
|
||||||
Release: 15%{?dist}
|
Release: 14%{?dist}
|
||||||
Summary: Tool to invoke vcs commands on multiple repositories
|
Summary: Tool to invoke vcs commands on multiple repositories
|
||||||
|
|
||||||
# Automatically converted from old format: ASL 2.0 - review is highly recommended.
|
# Automatically converted from old format: ASL 2.0 - review is highly recommended.
|
||||||
|
|
@ -103,7 +103,6 @@ ln -s vcs %{buildroot}%{_datadir}/bash-completion/completions/vcs-%{python3_vers
|
||||||
--ignore test/test_commands.py \\\
|
--ignore test/test_commands.py \\\
|
||||||
test
|
test
|
||||||
|
|
||||||
PYTHONWARNINGS=ignore \
|
|
||||||
%{__python3} -m pytest %pytest_options
|
%{__python3} -m pytest %pytest_options
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -119,9 +118,6 @@ PYTHONWARNINGS=ignore \
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Wed Nov 19 2025 Scott K Logan <logans@cottsay.net> - 0.3.0-15
|
|
||||||
- Ignore warnings during pytest (rhbz#2403567)
|
|
||||||
|
|
||||||
* Fri Sep 19 2025 Python Maint <python-maint@redhat.com> - 0.3.0-14
|
* Fri Sep 19 2025 Python Maint <python-maint@redhat.com> - 0.3.0-14
|
||||||
- Rebuilt for Python 3.14.0rc3 bytecode
|
- Rebuilt for Python 3.14.0rc3 bytecode
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue