Blame SPECS/python-configshell.spec

80573c
# Copyright 2011, Red Hat
80573c
80573c
%global oname configshell-fb
80573c
80573c
Name:           python-configshell
80573c
License:        ASL 2.0
80573c
Group:          System Environment/Libraries
80573c
Summary:        A framework to implement simple but nice CLIs
80573c
Epoch:          1
8e3898
Version:        1.1.28
80573c
Release:        1%{?dist}
8e3898
URL:            https://github.com/open-iscsi/%{oname}
8e3898
Source:         %{url}/archive/v%{version}/%{oname}-%{version}.tar.gz
80573c
BuildArch:      noarch
80573c
80573c
BuildRequires:  python3-devel python3-setuptools
80573c
80573c
%description
80573c
A framework to implement simple but nice configuration-oriented\
80573c
command-line interfaces.
80573c
80573c
%package -n python3-configshell
80573c
Summary:        A framework to implement simple but nice CLIs
80573c
Group:          System Environment/Libraries
80573c
Requires:       python3-pyparsing python3-urwid
80573c
80573c
%description -n python3-configshell
80573c
A framework to implement simple but nice configuration-oriented
80573c
command-line interfaces.
80573c
80573c
%prep
80573c
%setup -q -n %{oname}-%{version}
80573c
80573c
%build
80573c
%py3_build
80573c
80573c
%install
80573c
%py3_install
80573c
80573c
%files -n python3-configshell
80573c
%{python3_sitelib}/*
80573c
%doc COPYING README.md
80573c
80573c
%changelog
8e3898
* Mon May 11 2020 Maurizio Lombardi <mlombard@redhat.com> - 1:1.1.28-1
8e3898
- Update to a new upstream version
8e3898
146871
* Mon Nov 18 2019 Maurizio Lombardi <mlombard@redhat.com> - 1:1.1.27-1
146871
- Update to new upstream version
146871
80573c
* Thu Sep 06 2018 Maurizio Lombardi <mlombard@redhat.com> - 1:1.1.fb25-1
80573c
- Update to new upstream version
80573c
80573c
* Wed May 30 2018 Petr Viktorin <pviktori@redhat.com> - 1:1.1.fb24-4
80573c
- Drop the Python2 subpackage
80573c
80573c
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.1.fb24-3
80573c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
80573c
80573c
* Mon Jan 29 2018 Iryna Shcherbina <ishcherb@redhat.com> - 1:1.1.fb24-2
80573c
- Update Python 2 dependency declarations to new packaging standards
80573c
  (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)
80573c
80573c
* Fri Jan 26 2018 Andy Grover <agrover@redhat.com> - 1:1.1.fb24-1
80573c
- New upstream release
80573c
- Remove patch configshell-fix-term.patch
80573c
80573c
* Fri Dec 01 2017 Troy Dawson <tdawson@redhat.com> - 1:1.1.fb23-5
80573c
- Update spec file conditionals
80573c
80573c
* Sat Aug 19 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 1:1.1.fb23-4
80573c
- Python 2 binary package renamed to python2-configshell
80573c
  See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3
80573c
80573c
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.1.fb23-3
80573c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
80573c
80573c
* Tue May 23 2017 Andy Grover <agrover@redhat.com> - 1:1.1.fb23-2
80573c
- Add patch configshell-fix-term.patch
80573c
80573c
* Wed Mar 1 2017 Andy Grover <agrover@redhat.com> - 1:1.1.fb23-1
80573c
- New upstream release
80573c
80573c
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.1.fb20-4
80573c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
80573c
80573c
* Mon Dec 19 2016 Miro Hrončok <mhroncok@redhat.com> - 1:1.1.fb20-3
80573c
- Rebuild for Python 3.6
80573c
80573c
* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:1.1.fb20-2
80573c
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
80573c
80573c
* Thu Apr 7 2016 Andy Grover <agrover@redhat.com> - 1:1.1.fb20-1
80573c
- New upstream release
80573c
80573c
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.1.fb19-2
80573c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
80573c
80573c
* Tue Dec 1 2015 Andy Grover <agrover@redhat.com> - 1:1.1.fb19-1
80573c
- New upstream release
80573c
80573c
* Tue Nov 10 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:1.1.fb18-3
80573c
- Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5
80573c
80573c
* Tue Oct 27 2015 Andy Grover <agrover@redhat.com> - 1:1.1.fb18-2
80573c
- Rebuild
80573c
80573c
* Tue Jun 23 2015 Andy Grover <agrover@redhat.com> - 1:1.1.fb18-1
80573c
- New upstream release
80573c
- Add dependency on python-six instead of 2to3
80573c
80573c
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:1.1.fb17-2
80573c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
80573c
80573c
* Tue Jan 13 2015 Andy Grover <agrover@redhat.com> - 1:1.1.fb17-1
80573c
- New upstream release
80573c
80573c
* Tue Dec 2 2014 Andy Grover <agrover@redhat.com> - 1:1.1.fb16-1
80573c
- New upstream release
80573c
80573c
* Fri Nov 14 2014 Andy Grover <agrover@redhat.com> - 1:1.1.fb14-3
80573c
- Add python 3 dependencies to Python 3 package
80573c
80573c
* Thu Nov 13 2014 Andy Grover <agrover@redhat.com> - 1:1.1.fb14-2
80573c
- Add Python 3 subpackage
80573c
80573c
* Thu Aug 28 2014 Andy Grover <agrover@redhat.com> - 1:1.1.fb14-1
80573c
- New upstream release
80573c
80573c
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:1.1.fb13-2
80573c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
80573c
80573c
* Tue Mar 25 2014 Andy Grover <agrover@redhat.com> - 1:1.1.fb13-1
80573c
- New upstream release
80573c
80573c
* Fri Mar 14 2014 Andy Grover <agrover@redhat.com> - 1:1.1.fb12-1
80573c
- New upstream release
80573c
80573c
* Mon Jan 6 2014 Andy Grover <agrover@redhat.com> - 1:1.1.fb11-1
80573c
- New upstream release
80573c
80573c
* Fri Nov 1 2013 Andy Grover <agrover@redhat.com> - 1:1.1.fb10-1
80573c
- New upstream release
80573c
80573c
* Thu Sep 12 2013 Andy Grover <agrover@redhat.com> - 1:1.1.fb9-1
80573c
- New upstream release
80573c
- Remove dependency on python-simpleparse in favor of pyparsing
80573c
- Remove BuildRequires
80573c
80573c
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:1.1.fb8-2
80573c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
80573c
80573c
* Tue Jul 23 2013 Andy Grover <agrover@redhat.com> - 1:1.1.fb8-1
80573c
- New upstream release
80573c
- License now Apache 2.0
80573c
- README.md instead of README
80573c
80573c
* Tue Feb 26 2013 Andy Grover <agrover@redhat.com> - 1:1.1.fb7-1
80573c
- New upstream release
80573c
80573c
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:1.1.fb6-2
80573c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
80573c
80573c
* Fri Jan 4 2013 Andy Grover <agrover@redhat.com> - 1:1.1.fb6-1
80573c
- New upstream release
80573c
- Update source URL
80573c
80573c
* Tue Jul 31 2012 Andy Grover <agrover@redhat.com> - 1:1.1.fb5-1
80573c
- New upstream release
80573c
- Update Source URL to proper tarball
80573c
80573c
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:1.1.fb4-2
80573c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
80573c
80573c
* Tue Jan 10 2012 Andy Grover <agrover@redhat.com> - 1:1.1.fb4-1
80573c
- New upstream release
80573c
80573c
* Wed Dec 14 2011 Andy Grover <agrover@redhat.com> - 1:1.1.fb3-1
80573c
- New upstream release
80573c
80573c
* Tue Dec 13 2011 Andy Grover <agrover@redhat.com> - 1:1.1.fb2-1
80573c
- New upstream release
80573c
80573c
* Tue Dec 6 2011 Andy Grover <agrover@redhat.com> - 1:1.1.fb1-1
80573c
- New upstream source and release
80573c
- Remove patches:
80573c
  * python-configshell-remove-epydoc-dep.patch
80573c
  * python-configshell-git-version.patch
80573c
80573c
* Mon Nov 21 2011 Andy Grover <agrover@redhat.com> - 1:1.1-2
80573c
- Properly update changelog
80573c
- Sync version with upstream, Epoch used
80573c
- Change Source URL to intermediate github repo
80573c
80573c
* Fri Sep 23 2011 Andy Grover <agrover@redhat.com> - 1.99.1.git987b63b-5
80573c
* Rebuild
80573c
80573c
* Thu Aug 25 2011 Andy Grover <agrover@redhat.com> - 1.99.1.git987b63b-4
80573c
- Add patch
80573c
  - python-configshell-remove-epydoc-dep.patch
80573c
80573c
* Wed Aug 17 2011 Andy Grover <agrover@redhat.com> - 1.99.1.git987b63b-3
80573c
- Address comments from spec review
80573c
  - drop examples/myshell from doc, it hasn't been updated for API change
80573c
  - Fully document procedure to generate source .tar.gz
80573c
  - Remove "." from summary
80573c
  - Remove commented-out spec todos and other cruft
80573c
80573c
* Mon Aug 1 2011 Andy Grover <agrover@redhat.com> - 1.99.1.git987b63b-2
80573c
- Update to latest git version
80573c
- Add urwid builddep
80573c
80573c
* Tue May 10 2011 Andy Grover <agrover@redhat.com> - 1.99.1.git987b63b-1
80573c
- Initial packaging