[pyshp] Update to 1.2.1

Volker Fröhlich volter at fedoraproject.org
Mon May 12 11:37:53 UTC 2014


commit 6fb6951f2e82ad2826d4583814a2abe4d6f541c3
Author: Volker Fröhlich <volker27 at gmx.at>
Date:   Mon May 12 13:37:18 2014 +0200

    Update to 1.2.1
    
    - New release
    - Run the tests for Python 3 properly

 .gitignore |    1 +
 pyshp.spec |    9 +++++++--
 sources    |    2 +-
 3 files changed, 9 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a2a142e..41f7eb0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /pyshp-1.1.4.zip
 /pyshp-1.2.0.zip
+/pyshp-1.2.1.zip
diff --git a/pyshp.spec b/pyshp.spec
index 51bcc52..d7243ac 100644
--- a/pyshp.spec
+++ b/pyshp.spec
@@ -4,8 +4,8 @@
 %endif
 
 Name:           pyshp
-Version:        1.2.0
-Release:        2%{?dist}
+Version:        1.2.1
+Release:        1%{?dist}
 Summary:        Pure Python read/write support for ESRI Shapefile format
 Group:          Development/Libraries
 License:        MIT
@@ -75,6 +75,7 @@ pushd %{py3dir}
 %{__python} shapefile.py
 
 %if 0%{?with_python3}
+pushd %{py3dir}
 %{__python3} shapefile.py
 %endif # if with_python3
 
@@ -96,6 +97,10 @@ pushd %{py3dir}
 
 
 %changelog
+* Mon May 12 2014 Volker Fröhlich <volker27 at gmx.at> - 1.2.1-1
+- New upstream release
+- Properly check on Python 3 builds
+
 * Thu Jan 23 2014 Volker Fröhlich <volker27 at gmx.at> - 1.2.0-2
 - Disable Python 3 builds for EPEL7 until Python 3 is available there
 
diff --git a/sources b/sources
index 8916021..8528f44 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-1ab1a1c76740636eeaa3af5889c033ea  pyshp-1.2.0.zip
+2a6ea8f28bd104393b8618e855fb68d4  pyshp-1.2.1.zip


More information about the scm-commits mailing list