[Git][debian-gis-team/pyshp][upstream] New upstream version 2.1.2+ds

Bas Couwenberg gitlab at salsa.debian.org
Fri Sep 11 05:19:52 BST 2020



Bas Couwenberg pushed to branch upstream at Debian GIS Project / pyshp


Commits:
46fc7862 by Bas Couwenberg at 2020-09-11T06:13:08+02:00
New upstream version 2.1.2+ds
- - - - -


5 changed files:

- PKG-INFO
- README.md
- changelog.txt
- setup.py
- shapefile.py


Changes:

=====================================
PKG-INFO
=====================================
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: pyshp
-Version: 2.1.1
+Version: 2.1.2
 Summary: Pure Python read/write support for ESRI Shapefile format
 Home-page: https://github.com/GeospatialPython/pyshp
 Author: Joel Lawhead
@@ -79,6 +79,12 @@ Description: # PyShp
         
         # Version Changes
         
+        ## 2.1.2
+        
+        ### Bug fixes:
+        
+        - Fix issue where warnings.simplefilter('always') changes global warning behavior [see #203]
+        
         ## 2.1.1
         
         ### Improvements:


=====================================
README.md
=====================================
@@ -70,6 +70,12 @@ part of your geospatial project.
 
 # Version Changes
 
+## 2.1.2
+
+### Bug fixes:
+
+- Fix issue where warnings.simplefilter('always') changes global warning behavior [see #203]
+
 ## 2.1.1
 
 ### Improvements:


=====================================
changelog.txt
=====================================
@@ -1,4 +1,10 @@
 
+VERSION 2.1.2
+
+2020-09-10
+	Bug fixes:
+	* Fix issue where `warnings.simplefilter('always')` changes global warning behavior [see #203]
+
 VERSION 2.1.1
 
 2020-09-09


=====================================
setup.py
=====================================
@@ -7,7 +7,7 @@ def read_file(file):
     return data.decode('utf-8')
 
 setup(name='pyshp',
-      version='2.1.1',
+      version='2.1.2',
       description='Pure Python read/write support for ESRI Shapefile format',
       long_description=read_file('README.md'),
       long_description_content_type='text/markdown',


=====================================
shapefile.py
=====================================
@@ -2,11 +2,11 @@
 shapefile.py
 Provides read and write support for ESRI Shapefiles.
 author: jlawhead<at>geospatialpython.com
-version: 2.1.1
+version: 2.1.2
 Compatible with Python versions 2.7-3.x
 """
 
-__version__ = "2.1.1"
+__version__ = "2.1.2"
 
 from struct import pack, unpack, calcsize, error, Struct
 import os
@@ -18,8 +18,6 @@ import warnings
 import io
 from datetime import date
 
-warnings.simplefilter("always")
-
 
 # Constants for shape types
 NULL = 0



View it on GitLab: https://salsa.debian.org/debian-gis-team/pyshp/-/commit/46fc78624242eb158ec35e24cb562f72a9f5e701

-- 
View it on GitLab: https://salsa.debian.org/debian-gis-team/pyshp/-/commit/46fc78624242eb158ec35e24cb562f72a9f5e701
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-grass-devel/attachments/20200911/6c6d9bfe/attachment-0001.html>


More information about the Pkg-grass-devel mailing list