c5d57d0
Name:		python-tftpy
73dfe8d
Version:	0.6.2
3a1acda
Release:	4%{?dist}
c5d57d0
Summary:	TFTPy is a pure Python implementation of the Trivial FTP protocol
c5d57d0
c5d57d0
Group:		Development/Languages
c5d57d0
License:	MIT
c5d57d0
URL:		http://sourceforge.net/projects/tftpy/
c5d57d0
Source0:	http://downloads.sourceforge.net/tftpy/tftpy-%{version}.tar.gz
c5d57d0
c5d57d0
BuildArch:	noarch
c5d57d0
BuildRequires:	python-devel, python-setuptools
c5d57d0
c5d57d0
3a1acda
%global _description\
3a1acda
Tftpy is a TFTP library for the Python programming language. It includes\
3a1acda
client and server classes, with sample implementations. Hooks are included\
3a1acda
for easy inclusion in a UI for populating progress indicators. It supports\
3a1acda
RFCs 1350, 2347, 2348 and the tsize option from RFC 2349.\
c5d57d0
c5d57d0
3a1acda
%description %_description
3a1acda
3a1acda
%package -n python2-tftpy
3a1acda
Summary: %summary
3a1acda
%{?python_provide:%python_provide python2-tftpy}
3a1acda
3a1acda
%description -n python2-tftpy %_description
3a1acda
c5d57d0
%prep
c5d57d0
%setup -q -n tftpy-%{version}
c5d57d0
c5d57d0
c5d57d0
%build
c5d57d0
%{__python} setup.py build
c5d57d0
c5d57d0
c5d57d0
%install
c5d57d0
%{__python} setup.py install --skip-build --root $RPM_BUILD_ROOT
c5d57d0
c5d57d0
3a1acda
%files -n python2-tftpy
c5d57d0
%doc README COPYING
c5d57d0
%{_bindir}/tftpy_client.py
c5d57d0
%{_bindir}/tftpy_server.py
c5d57d0
%{python_sitelib}/tftpy/
c5d57d0
%{python_sitelib}/*.egg-info
c5d57d0
c5d57d0
c5d57d0
%changelog
3a1acda
* Sat Aug 19 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 0.6.2-4
3a1acda
- Python 2 binary package renamed to python2-tftpy
3a1acda
  See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3
3a1acda
9be8867
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.2-3
9be8867
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
9be8867
bddbfb0
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.2-2
bddbfb0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
bddbfb0
73dfe8d
* Sat Dec 03 2016 Filipe Rosset <rosset.filipe@gmail.com> - 0.6.2-1
73dfe8d
- Rebuilt for new upstream release 0.6.2, fixes rhbz #1166406
73dfe8d
1cd3e2e
* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.1-5
1cd3e2e
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
1cd3e2e
80e569d
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.1-4
80e569d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
80e569d
6f9f712
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.1-3
6f9f712
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
6f9f712
20367e5
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.1-2
20367e5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
20367e5
9dbf812
* Wed Oct 16 2013 Jeff Bastian <jbastian@redhat.com> - 0.6.1-1
9dbf812
- upstream update to v0.6.1
9dbf812
9dbf812
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.0-2
9dbf812
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
9dbf812
c5d57d0
* Fri Mar  8 2013 Jeff Bastian <jbastian@redhat.com> - 0.6.0-1
c5d57d0
- initial release of tftpy as an rpm for Fedora 18