From 4ea0d40f5d2e1b811a851c50339809a1787159f5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20R=C4=99korajski?= Date: Thu, 13 Jan 2022 14:09:16 +0100 Subject: [PATCH] - up to 3.0.5, lsat version supporting python2 --- python-smmap.spec | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/python-smmap.spec b/python-smmap.spec index 5e89aad..5567b1c 100644 --- a/python-smmap.spec +++ b/python-smmap.spec @@ -8,13 +8,13 @@ Summary: A pure Python implementation of a sliding window memory map manager Summary(pl.UTF-8): Czysto pythonowa implementacja zarządcy odwzorowania w pamięci z przesuwnym oknem Name: python-%{module} -Version: 2.0.5 -Release: 4 +Version: 3.0.5 +Release: 1 License: BSD Group: Development/Languages/Python #Source0Download: https://github.com/gitpython-developers/smmap/releases Source0: https://github.com/gitpython-developers/smmap/archive/v%{version}/%{module}-%{version}.tar.gz -# Source0-md5: e20f277aa4d654c85383d582c6339eb6 +# Source0-md5: d57faa25108519e16650ec228c1b7bd1 URL: https://github.com/gitpython-developers/smmap %if %{with python2} BuildRequires: python-modules >= 1:2.7 @@ -95,7 +95,7 @@ rm -rf $RPM_BUILD_ROOT %defattr(644,root,root,755) %dir %{py_sitescriptdir}/smmap %{py_sitescriptdir}/smmap/*.py[co] -%{py_sitescriptdir}/smmap2-%{version}-py*.egg-info +%{py_sitescriptdir}/smmap*-%{version}-py*.egg-info %endif %if %{with python3} @@ -104,5 +104,5 @@ rm -rf $RPM_BUILD_ROOT %dir %{py3_sitescriptdir}/smmap %{py3_sitescriptdir}/smmap/*.py %{py3_sitescriptdir}/smmap/__pycache__ -%{py3_sitescriptdir}/smmap2-%{version}-py*.egg-info +%{py3_sitescriptdir}/smmap*-%{version}-py*.egg-info %endif -- 2.44.0