File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed
Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change 11Name: git-pw
2- Version: 1.9 .0
2+ Version: 2.2 .0
33Release: 1%{?dist }
44Summary: Git-Patchwork integration tool
55
66License: MIT
77URL: https://github.com/getpatchwork/git-pw
8- Source0: https://github.com/getpatchwork/git-pw/releases/download/%{ version }/%{ name }-%{ version }.tar.gz
8+ Source0: %{ pypi_source }
99
1010BuildArch: noarch
1111
@@ -32,6 +32,9 @@ rm -rf %{name}.egg-info
3232mkdir -p %{buildroot }%{_mandir }/man1
3333install -p -D -m 644 man/* .1 %{buildroot }%{_mandir }/man1/
3434
35+ %check
36+ %pytest -Wall
37+
3538%files
3639%license LICENSE
3740%doc README.rst
@@ -41,5 +44,8 @@ install -p -D -m 644 man/*.1 %{buildroot}%{_mandir}/man1/
4144%{python3_sitelib }/git_pw-%{version }-py%{python3_version }* .egg-info
4245
4346%changelog
47+ *
Fri Oct 01 2021 Stephen Finucane <[email protected] > -
2.2.0-1 48+ - Update to 2.2.0
49+
4450*
Sun Apr 26 2020 Stephen Finucane <[email protected] > -
1.9.0-1 4551- Initial package.
You can’t perform that action at this time.
0 commit comments