From 74b7c85b2e46b545bb245ce292f01bc9585bb075 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Nov 09 2019 15:22:36 +0000 Subject: * Sat Nov 08 2019 Fabian Affolter - 4.1.2-1 - Update to latest upstream release 4.1.2 * Mon Sep 09 2019 Fabian Affolter - 4.1.1-1 - Update spec file - Use upstream source - Update to latest upstream release 4.1.1 - Add docs --- diff --git a/python-rpyc.spec b/python-rpyc.spec index a9a318c..cd73c93 100644 --- a/python-rpyc.spec +++ b/python-rpyc.spec @@ -1,13 +1,15 @@ %global modname rpyc Name: python-%{modname} -Version: 4.0.1 -Release: 7%{?dist} +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 @@ -29,29 +31,32 @@ 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 08 2019 Fabian Affolter - 4.1.2-1 +- Update to latest upstream release 4.1.2 + +* Mon Sep 09 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)