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 1
1
Name: git-pw
2
- Version: 1.9 .0
2
+ Version: 2.2 .0
3
3
Release: 1%{?dist }
4
4
Summary: Git-Patchwork integration tool
5
5
6
6
License: MIT
7
7
URL: 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 }
9
9
10
10
BuildArch: noarch
11
11
@@ -32,6 +32,9 @@ rm -rf %{name}.egg-info
32
32
mkdir -p %{buildroot }%{_mandir }/man1
33
33
install -p -D -m 644 man/* .1 %{buildroot }%{_mandir }/man1/
34
34
35
+ %check
36
+ %pytest -Wall
37
+
35
38
%files
36
39
%license LICENSE
37
40
%doc README.rst
@@ -41,5 +44,8 @@ install -p -D -m 644 man/*.1 %{buildroot}%{_mandir}/man1/
41
44
%{python3_sitelib }/git_pw-%{version }-py%{python3_version }* .egg-info
42
45
43
46
%changelog
47
+ * Fri Oct 01 2021 Stephen Finucane <stephen@that.guru> - 2.2.0-1
48
+ - Update to 2.2.0
49
+
44
50
* Sun Apr 26 2020 Stephen Finucane <stephen@that.guru> - 1.9.0-1
45
51
- Initial package.
You can’t perform that action at this time.
0 commit comments