File tree Expand file tree Collapse file tree 3 files changed +11
-3
lines changed
Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 1- 1.1.0 -1 ./
1+ 1.1.1 -1 ./
Original file line number Diff line number Diff line change 11%global modname product_listings_manager
22
33Name: product-listings-manager
4- Version: 1.1.0
4+ Version: 1.1.1
55Release: 1%{?dist }
66Summary: HTTP interface to composedb
77
@@ -51,6 +51,14 @@ cp -p %{modname}/config.py %{buildroot}%{_sysconfdir}/%{name}
5151%{python3_sitelib }/%{modname }-* .egg-info/
5252
5353%changelog
54+ * Fri Aug 02 2019 Haibo Lin <hlin@redhat.com> 1.1.1-1
55+ - Fix syntax issue for python3 (hlin@redhat.com)
56+ - Test with python3.6 only (hlin@redhat.com)
57+ - Drop python2 rpm build (hlin@redhat.com)
58+ - Add more tests (hlin@redhat.com)
59+ - Relocate tests dir (hlin@redhat.com)
60+ - Move images to misc dir (hlin@redhat.com)
61+
5462* Mon Jul 01 2019 Haibo Lin <hlin@redhat.com> 1.1.0-1
5563- Query module overrides directly (hlin@redhat.com)
5664- Use fedora 29 instead of rawhide for py37 tests (hlin@redhat.com)
Original file line number Diff line number Diff line change 1- __version__ = '1.1.0 '
1+ __version__ = '1.1.1 '
You can’t perform that action at this time.
0 commit comments