]> git.pld-linux.org Git - packages/python-smmap.git/commitdiff
- up to 3.0.5, lsat version supporting python2 auto/th/python-smmap-3.0.5-1
authorJan Rękorajski <baggins@pld-linux.org>
Thu, 13 Jan 2022 13:09:16 +0000 (14:09 +0100)
committerJan Rękorajski <baggins@pld-linux.org>
Thu, 13 Jan 2022 13:09:16 +0000 (14:09 +0100)
python-smmap.spec

index 5e89aad9955d06e1a5b5045ba7c688aa5b8cf161..5567b1c67149c2276dc41ad9d24d078654626124 100644 (file)
@@ -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
This page took 0.164641 seconds and 4 git commands to generate.