Blame SPECS/python-configshell.spec

93fb5c
# Copyright 2011, Red Hat
93fb5c
93fb5c
%global oname configshell-fb
93fb5c
93fb5c
Name:           python-configshell
93fb5c
License:        ASL 2.0
93fb5c
Group:          System Environment/Libraries
93fb5c
Summary:        A framework to implement simple but nice CLIs
93fb5c
Epoch:          1
1aaf41
Version:        1.1.26
50c574
Release:        1%{?dist}
1aaf41
URL:            https://github.com/open-iscsi/%{oname}
1aaf41
Source:         %{url}/archive/v%{version}/%{oname}-%{version}.tar.gz
1aaf41
Patch0:         0001-Ensure-that-all-output-reaches-the-client-when-daemo.patch
93fb5c
BuildArch:      noarch
9ac867
BuildRequires:  python-devel python-setuptools
f68db4
Requires: pyparsing python-urwid python-six
93fb5c
93fb5c
%description
93fb5c
A framework to implement simple but nice configuration-oriented
93fb5c
command-line interfaces.
93fb5c
93fb5c
%prep
93fb5c
%setup -q -n %{oname}-%{version}
1aaf41
%patch0 -p1
93fb5c
93fb5c
%build
93fb5c
%{__python} setup.py build
93fb5c
93fb5c
%install
93fb5c
rm -rf %{buildroot}
93fb5c
%{__python} setup.py install --skip-build --root %{buildroot}
93fb5c
93fb5c
%files
93fb5c
%{python_sitelib}/*
93fb5c
%doc COPYING README.md
93fb5c
93fb5c
%changelog
1aaf41
* Fri Apr 03 2020 Maurizio Lombardi <mlombard@redhat.com> - 1.1.26-1
1aaf41
- Rebase to the latest upstream version
1aaf41
50c574
* Wed Jan 30 2019 Maurizio Lombardi <mlombard@redhat.com> - 1:1.1.fb25-1
50c574
- Rebase python-configshell to the latest upstream version
50c574
687d40
* Fri Aug 10 2018 Maurizio Lombardi <mlombard@redhat.com> - 1:1.1.fb23-5
687d40
- Respin a new release of python-configshell to avoid problems with TPS tests
687d40
e8df81
* Thu Mar 29 2018 Maurizio Lombardi <mlombard@redhat.com> - 1:1.1.fb23-4
e8df81
- Fix failure when parsing parameters
e8df81
- Add 0003-Fix-failing-to-pasre-par-val-parameters.patch
e8df81
- Add 0004-Fix-failing-to-pasre-param-like-cfgstr-par-val.patch
e8df81
ab26de
* Tue May 30 2017 Andy Grover <agrover@redhat.com> - 1:1.1.fb23-3
ab26de
- Rename configshell-fix-term.patch to 0001*
ab26de
- Add 0002-Fix-path-regex-for-and.patch
ab26de
ab26de
* Tue May 23 2017 Andy Grover <agrover@redhat.com> - 1:1.1.fb23-2
ab26de
- Add configshell-fix-term.patch
ab26de
ab26de
* Thu Mar 2 2017 Andy Grover <agrover@redhat.com> - 1:1.1.fb23-1
ab26de
- Update to latest in Fedora
ab26de
f68db4
* Wed Jul 15 2015 Andy Grover <agrover@redhat.com> - 1:1.1.fb18-1
f68db4
- Update to latest in Fedora
f68db4
18b270
* Wed Sep 24 2014 Andy Grover <agrover@redhat.com> - 1:1.1.fb14-1
18b270
- New upstream release
18b270
9ac867
* Mon Jan 27 2014 Andy Grover <agrover@redhat.com> - 1:1.1.fb11-3
9ac867
- Update source/URL to current
9ac867
- Fix changelog
9ac867
9ac867
* Mon Jan 6 2014 Andy Grover <agrover@redhat.com> - 1:1.1.fb11-1
9ac867
- New upstream release
9ac867
9ac867
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 1:1.1.fb9-2
9ac867
- Mass rebuild 2013-12-27
9ac867
93fb5c
* Thu Sep 12 2013 Andy Grover <agrover@redhat.com> - 1:1.1.fb9-1
93fb5c
- New upstream release
93fb5c
- Remove dependency on python-simpleparse in favor of pyparsing
93fb5c
- Remove BuildRequires
93fb5c
93fb5c
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:1.1.fb8-2
93fb5c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
93fb5c
93fb5c
* Tue Jul 23 2013 Andy Grover <agrover@redhat.com> - 1:1.1.fb8-1
93fb5c
- New upstream release
93fb5c
- License now Apache 2.0
93fb5c
- README.md instead of README
93fb5c
93fb5c
* Tue Feb 26 2013 Andy Grover <agrover@redhat.com> - 1:1.1.fb7-1
93fb5c
- New upstream release
93fb5c
93fb5c
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:1.1.fb6-2
93fb5c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
93fb5c
93fb5c
* Fri Jan 4 2013 Andy Grover <agrover@redhat.com> - 1:1.1.fb6-1
93fb5c
- New upstream release
93fb5c
- Update source URL
93fb5c
93fb5c
* Tue Jul 31 2012 Andy Grover <agrover@redhat.com> - 1:1.1.fb5-1
93fb5c
- New upstream release
93fb5c
- Update Source URL to proper tarball
93fb5c
93fb5c
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:1.1.fb4-2
93fb5c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
93fb5c
93fb5c
* Tue Jan 10 2012 Andy Grover <agrover@redhat.com> - 1:1.1.fb4-1
93fb5c
- New upstream release
93fb5c
18b270
* Wed Dec 14 2011 Andy Grover <agrover@redhat.com> - 1:1.1.fb3-1
93fb5c
- New upstream release
93fb5c
93fb5c
* Tue Dec 13 2011 Andy Grover <agrover@redhat.com> - 1:1.1.fb2-1
93fb5c
- New upstream release
93fb5c
93fb5c
* Tue Dec 6 2011 Andy Grover <agrover@redhat.com> - 1:1.1.fb1-1
93fb5c
- New upstream source and release
93fb5c
- Remove patches:
93fb5c
  * python-configshell-remove-epydoc-dep.patch
93fb5c
  * python-configshell-git-version.patch
93fb5c
93fb5c
* Mon Nov 21 2011 Andy Grover <agrover@redhat.com> - 1:1.1-2
93fb5c
- Properly update changelog
93fb5c
- Sync version with upstream, Epoch used
93fb5c
- Change Source URL to intermediate github repo
93fb5c
93fb5c
* Fri Sep 23 2011 Andy Grover <agrover@redhat.com> - 1.99.1.git987b63b-5
93fb5c
* Rebuild
93fb5c
93fb5c
* Thu Aug 25 2011 Andy Grover <agrover@redhat.com> - 1.99.1.git987b63b-4
93fb5c
- Add patch
93fb5c
  - python-configshell-remove-epydoc-dep.patch
93fb5c
93fb5c
* Wed Aug 17 2011 Andy Grover <agrover@redhat.com> - 1.99.1.git987b63b-3
93fb5c
- Address comments from spec review
93fb5c
  - drop examples/myshell from doc, it hasn't been updated for API change
93fb5c
  - Fully document procedure to generate source .tar.gz
93fb5c
  - Remove "." from summary
93fb5c
  - Remove commented-out spec todos and other cruft
93fb5c
93fb5c
* Mon Aug 1 2011 Andy Grover <agrover@redhat.com> - 1.99.1.git987b63b-2
93fb5c
- Update to latest git version
93fb5c
- Add urwid builddep
93fb5c
93fb5c
* Tue May 10 2011 Andy Grover <agrover@redhat.com> - 1.99.1.git987b63b-1
93fb5c
- Initial packaging