diff --git a/.gitignore b/.gitignore index e69de29..ee443a0 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1,4 @@ +/remoto-1.0.0.tar.gz +/remoto-1.1.0.tar.gz +/remoto-1.1.2.tar.gz +/remoto-1.1.4.tar.gz diff --git a/python-remoto.spec b/python-remoto.spec new file mode 100644 index 0000000..ffca304 --- /dev/null +++ b/python-remoto.spec @@ -0,0 +1,173 @@ +%global srcname remoto + +Name: python-%{srcname} +Version: 1.1.4 +Release: 4%{?dist} +Summary: Execute remote commands or processes + +License: MIT +URL: https://github.com/alfredodeza/remoto + +Source0: %pypi_source + +BuildArch: noarch +BuildRequires: python3-devel +BuildRequires: python3-pytest +BuildRequires: python3-execnet >= 1.2.0 +BuildRequires: python3-mock +BuildRequires: python3-setuptools + +%global _description\ +Execute remote commands or processes. + +%description %_description + +%package -n python3-%{srcname} +Summary: Execute remote commands or processes +Requires: python3 +Requires: python3-execnet >= 1.2.0 + +%description -n python3-%{srcname} %_description + +%prep +%autosetup -n %{srcname}-%{version} + +%build +%{py3_build} + +%install +%{py3_install} + +%check +py.test-%{python3_version} -v remoto/tests + +%files -n python3-%{srcname} +%{python3_sitelib}/* +%license LICENSE +%doc README.rst + + +%changelog +* Thu Oct 03 2019 Miro Hrončok - 1.1.4-4 +- Rebuilt for Python 3.8.0rc1 (#1748018) + +* Mon Aug 19 2019 Miro Hrončok - 1.1.4-3 +- Rebuilt for Python 3.8 + +* Fri Jul 26 2019 Fedora Release Engineering - 1.1.4-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + +* Wed May 01 2019 Ken Dreyer 1.1.4-1 +- Update to 1.1.4 (rhbz#1704464) + +* Wed Mar 20 2019 Ken Dreyer 1.1.2-1 +- Update to 1.1.2 +- Use standard %%srcname macro +- Use %%pypi_source macro for Source0 +- Switch to %%autosetup +- Drop PYTHONPATH manipulation in %%check + +* Tue Feb 26 2019 Ken Dreyer 1.1.0-1 +- Update to 1.1.0 (rhbz#1683347) + +* Thu Feb 21 2019 Ken Dreyer 1.0.0-1 +- Update to 1.0.0 +- Use py3_build and py3_install macros + +* Sat Feb 02 2019 Fedora Release Engineering - 0.0.35-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + +* Wed Jan 30 2019 Ken Dreyer - 0.0.35-1 +- Update to 0.0.35 +- Drop python2 subpackage + +* Wed Jul 18 2018 Ken Dreyer 0.0.33-1 +- Update to 0.0.33 (rhbz#1601652) + +* Sat Jul 14 2018 Fedora Release Engineering - 0.0.31-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + +* Wed Jul 11 2018 Ken Dreyer 0.0.31-1 +- Update to 0.0.31 (rhbz#1599934) +- Change obsolete python_version macro to python2_version + +* Tue Jun 19 2018 Miro Hrončok - 0.0.30-6 +- Rebuilt for Python 3.7 + +* Wed Feb 28 2018 Iryna Shcherbina - 0.0.30-5 +- Update Python 2 dependency declarations to new packaging standards + (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) + +* Fri Feb 09 2018 Fedora Release Engineering - 0.0.30-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + +* Sat Aug 19 2017 Zbigniew Jędrzejewski-Szmek - 0.0.30-3 +- Python 2 binary package renamed to python2-remoto + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + +* Thu Jul 27 2017 Fedora Release Engineering - 0.0.30-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + +* Thu Jul 06 2017 Ken Dreyer 0.0.30-1 +- Update to 0.0.30 (rhbz#1468070) +- Vendored library is gone upstream, no need for REMOTO_NO_VENDOR +- rm Group tag + +* Sat Feb 11 2017 Fedora Release Engineering - 0.0.29-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + +* Mon Dec 19 2016 Miro Hrončok - 0.0.29-3 +- Rebuild for Python 3.6 + +* Tue Jul 19 2016 Fedora Release Engineering - 0.0.29-2 +- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages + +* Tue Jun 28 2016 Ken Dreyer - 0.0.29-1 +- Update to remoto 0.0.29 (rhbz#1347889) + +* Mon May 16 2016 Ken Dreyer - 0.0.28-1 +- Update to remoto 0.0.28 (rhbz#1335338) +- Update Source0 URL for pypi breakage (see + https://bitbucket.org/pypa/pypi/issues/438/backwards-compatible-un-hashed-package) + +* Thu Feb 04 2016 Fedora Release Engineering - 0.0.27-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + +* Fri Jan 08 2016 Ken Dreyer - 0.0.27-1 +- Update to remoto 0.0.27 (rhbz#1296748) +- Use %%license macro +- Drop unneeded %%python_sitelib definition + +* Tue Nov 10 2015 Fedora Release Engineering - 0.0.25-3 +- Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5 + +* Thu Jun 18 2015 Fedora Release Engineering - 0.0.25-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + +* Tue Apr 21 2015 Ken Dreyer - 0.0.25-1 +- Update to remoto-0.0.25 +- rm python3_version compat macro; this has been defined since F13 +- Remove pre-existing .pyc files during %%prep + +* Mon Jan 05 2015 Ken Dreyer - 0.0.24-1 +- Update to remoto-0.0.24 +- Add Group tag +- Enable tests during %%check (RHBZ #1178930) +- Add python3 subpackage + +* Fri Dec 12 2014 Ken Dreyer - 0.0.23-1 +- Update to remoto-0.0.23 (RHBZ #1146478) +- Use pypi URL for Source0 (requires LICENSE file to be shipped separately) +- Use HTTPS for homepage + +* Fri Sep 12 2014 Federico Simoncelli 0.0.21-1 +- update remoto-0.0.21 + +* Fri Aug 1 2014 Federico Simoncelli 0.0.19-1 +- update to remoto-0.0.19 + +* Fri Jun 27 2014 Federico Simoncelli 0.0.17-2 +- specfile cleanups + +* Sun Jun 22 2014 Federico Simoncelli 0.0.17-1 +- initial build diff --git a/sources b/sources index e69de29..8de90e7 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +SHA512 (remoto-1.1.4.tar.gz) = 5c5364618cbef22db2c68db0d190476fc5feef37a518b406462f0f95e52014c5fd20dff18fab4a94234ea56ce0ec564e05dfb53012550adebef6ae42b601cc0c