%global modname rpyc Name: python-%{modname} Version: 4.1.2 Release: 1%{?dist} Summary: A Transparent, Symmetrical Python Library for Distributed-Computing URL: http://rpyc.wikidot.com/ License: MIT Source0: http://pypi.python.org/packages/source/r/rpyc/rpyc-%{version}.tar.gz BuildArch: noarch BuildRequires: python3-devel BuildRequires: python3-setuptools %global _description\ RPyC, or Remote Python Call, is a transparent and symmetrical python library\ for remote procedure calls, clustering and distributed-computing.\ RPyC makes use of object-proxies, a technique that employs python's dynamic\ nature, to overcome the physical boundaries between processes and computers,\ so that remote objects can be manipulated as if they were local. %description %_description %package -n python3-%{modname} Summary: A Transparent, Symmetrical Python Library for Distributed-Computing %{?python_provide:%python_provide python3-%{modname}} Requires: python3-plumbum Obsoletes: python2-%{modname} < 4.0.1-4 %description -n python3-%{modname} %_description %prep %setup -q -n %{modname}-%{version} %build %py3_build %install %py3_install # the binaries should not have .py extension mv %{buildroot}%{_bindir}/rpyc_classic.py %{buildroot}%{_bindir}/rpyc_classic mv %{buildroot}%{_bindir}/rpyc_registry.py %{buildroot}%{_bindir}/rpyc_registry %files -n python3-%{modname} %{_bindir}/rpyc_* %{python3_sitelib}/rpyc* %changelog * Sat Nov 09 2019 Fabian Affolter - 4.1.2-1 - Update to latest upstream release 4.1.2 * Fri Oct 04 2019 Fabian Affolter - 4.1.1-1 - Update spec file - Use upstream source - Update to latest upstream release 4.1.1 - Add docs * Thu Oct 03 2019 Miro Hrončok - 4.0.1-7 - Rebuilt for Python 3.8.0rc1 (#1748018) * Mon Aug 19 2019 Miro Hrončok - 4.0.1-6 - Rebuilt for Python 3.8 * Fri Jul 26 2019 Fedora Release Engineering - 4.0.1-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Mon Jul 22 2019 Miro Hrončok - 4.0.1-4 - Drop python2-rpyc * Sat Feb 02 2019 Fedora Release Engineering - 4.0.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Sat Jul 14 2018 Fedora Release Engineering - 4.0.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Wed Jul 11 2018 Slavek Kabrda - 4.0.1-1 - Updated to 4.0.1 * Tue Jun 19 2018 Miro Hrončok - 3.3.0-12 - Rebuilt for Python 3.7 * Fri Feb 09 2018 Iryna Shcherbina - 3.3.0-11 - Update Python 2 dependency declarations to new packaging standards (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) * Fri Feb 09 2018 Fedora Release Engineering - 3.3.0-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Sat Aug 19 2017 Zbigniew Jędrzejewski-Szmek - 3.3.0-9 - Python 2 binary package renamed to python2-rpyc See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 * Thu Jul 27 2017 Fedora Release Engineering - 3.3.0-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Sat Feb 11 2017 Fedora Release Engineering - 3.3.0-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Mon Dec 19 2016 Miro Hrončok - 3.3.0-6 - Rebuild for Python 3.6 * Tue Jul 19 2016 Fedora Release Engineering - 3.3.0-5 - https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages * Thu Feb 04 2016 Fedora Release Engineering - 3.3.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Tue Nov 10 2015 Fedora Release Engineering - 3.3.0-3 - Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5 * Thu Jun 18 2015 Fedora Release Engineering - 3.3.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild * Fri Nov 14 2014 Slavek Kabrda - 3.3.0-1 - Update to 3.3.0 * Sat Jun 07 2014 Fedora Release Engineering - 3.2.2-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild * Sun Aug 04 2013 Fedora Release Engineering - 3.2.2-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild * Thu Feb 14 2013 Fedora Release Engineering - 3.2.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild * Mon Nov 05 2012 Bohuslav Kabrda - 3.2.2-1 - Update to 3.2.2. - Specfile cleanup. * Sat Jul 21 2012 Fedora Release Engineering - 3.0.7-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild * Sat Jan 14 2012 Fedora Release Engineering - 3.0.7-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild * Sun Feb 20 2011 - Erez Shinan - 3.0.7-1 - Initial release