]> git.pld-linux.org Git - packages/python-smmap.git/commitdiff
- up to 2.0.3 auto/th/python-smmap-2.0.3-1
authorJan Rękorajski <baggins@pld-linux.org>
Wed, 4 Apr 2018 07:55:07 +0000 (09:55 +0200)
committerJan Rękorajski <baggins@pld-linux.org>
Wed, 4 Apr 2018 07:55:07 +0000 (09:55 +0200)
python-smmap.spec

index 5b3f9b0ad5b558dc05da842c2bd3366ffee71c24..2321fdedbc4741c13a9f60abea2d12ec22b788c7 100644 (file)
@@ -2,16 +2,16 @@
 # Conditional build:
 %bcond_without tests   # do not perform "make test"
 
-%define        module  smmap
+%define                module  smmap
 Summary:       A pure git implementation of a sliding window memory map manager
 # Name must match the python module/package name (as in 'import' statement)
 Name:          python-%{module}
-Version:       0.8.2
-Release:       2
+Version:       2.0.3
+Release:       1
 License:       BSD
 Group:         Development/Languages/Python
-Source0:       http://pypi.python.org/packages/source/s/smmap/%{module}-%{version}.tar.gz
-# Source0-md5: f5426b7626ddcf5e447253fae0396b0c
+Source0:       https://github.com/gitpython-developers/smmap/archive/v%{version}/%{module}-%{version}.tar.gz
+# Source0-md5: 87427acfb9d65867544d34a12434e502
 URL:           https://github.com/Byron/smmap
 BuildRequires: python-distribute
 BuildRequires: rpm-pythonprov
@@ -47,4 +47,4 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %dir %{py_sitescriptdir}/smmap
 %{py_sitescriptdir}/smmap/*.py[co]
-%{py_sitescriptdir}/smmap-*.egg-info
+%{py_sitescriptdir}/smmap2-*.egg-info
This page took 0.086408 seconds and 4 git commands to generate.