## START: Set by rpmautospec ## (rpmautospec version 0.2.5) %define autorelease(e:s:pb:) %{?-p:0.}%{lua: release_number = 1; base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}")); print(release_number + base_release_number - 1); }%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{?dist} ## END: Set by rpmautospec %global modname rpyc Name: python-%{modname} Version: 5.1.0 Release: %autorelease Summary: Transparent, Symmetrical Python Library for Distributed-Computing License: MIT URL: http://rpyc.wikidot.com/ Source0: https://github.com/tomerfiliba/rpyc/archive/%{version}/%{modname}-%{version}.tar.gz BuildArch: noarch %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: %{summary} BuildRequires: python3-devel BuildRequires: python3-setuptools Obsoletes: python2-%{modname} < 4.0.1-4 %{?python_provide:%python_provide python3-%{modname}} %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 * Fri Mar 04 2022 Fabian Affolter 5.1.0-1 - Update to latest upstream release 5.1.0 (closes rhbz#2058934) * Fri Jan 21 2022 Fedora Release Engineering 5.0.1-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Fri Jul 23 2021 Fedora Release Engineering 5.0.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Fri Jun 04 2021 Python Maint 5.0.1-3 - Rebuilt for Python 3.10 * Wed Jan 27 2021 Fedora Release Engineering 5.0.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Tue Jan 12 2021 Fabian Affolter 5.0.1-1 - * Tue Jan 12 2021 Fabian Affolter - 5.0.1-1 * Sun Dec 27 2020 Fabian Affolter 5.0.0-1 - * Sun Dec 27 2020 Fabian Affolter - 5.0.0-1 * Wed Jul 29 2020 Fedora Release Engineering 4.1.5-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Tue May 26 2020 Miro Hrončok 4.1.5-2 - Rebuilt for Python 3.9 * Sat Apr 25 2020 Fabian Affolter 4.1.5-1 - * Sat Apr 25 2020 Fabian Affolter - 4.1.5-1 * Thu Jan 30 2020 Fabian Affolter 4.1.4-1 - * Thu Jan 30 2020 Fabian Affolter - 4.1.4-1 * Sun Jan 26 2020 Fabian Affolter 4.1.3-1 - * Sun Jan 26 2020 Fabian Affolter - 4.1.3-1 * Sat Nov 09 2019 Fabian Affolter 4.1.2-3 - Fix changelog * Sat Nov 09 2019 Fabian Affolter 4.1.2-2 - Fix bogus date * Sat Nov 09 2019 Fabian Affolter 4.1.2-1 - * Sat Nov 08 2019 Fabian Affolter - 4.1.2-1 * Thu Oct 03 2019 Miro Hrončok 4.0.1-8 - Rebuilt for Python 3.8.0rc1 (#1748018) * Mon Aug 19 2019 Miro Hrončok 4.0.1-7 - Rebuilt for Python 3.8 * Fri Jul 26 2019 Fedora Release Engineering 4.0.1-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Mon Jul 22 2019 Miro Hrončok 4.0.1-5 - Drop python2-rpyc * Sat Feb 02 2019 Fedora Release Engineering 4.0.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Mon Jan 28 2019 Igor Gnatenko 4.0.1-3 - Remove obsolete Group tag * 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 - Update 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 * 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 * 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 Peter Robinson 3.3.0-3 - Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5 * Thu Jun 18 2015 Dennis Gilmore 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 Dennis Gilmore 3.2.2-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild * Sun Aug 04 2013 Dennis Gilmore 3.2.2-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild * Thu Feb 14 2013 Dennis Gilmore 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. * Sat Jul 21 2012 Dennis Gilmore 3.0.7-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild * Sat Jan 14 2012 Dennis Gilmore 3.0.7-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild * Sun Jun 12 2011 Erez Shinan 3.0.7-2 - Adjustments * Sun Jun 12 2011 Erez Shinan 3.0.7-1 - Initial import (#678855).