Hello community,

here is the log from the commit of package python-pyproj for openSUSE:Factory 
checked in at 2019-11-06 13:56:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pyproj (Old)
 and      /work/SRC/openSUSE:Factory/.python-pyproj.new.2990 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pyproj"

Wed Nov  6 13:56:21 2019 rev:3 rq:745139 version:2.4.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pyproj/python-pyproj.changes      
2019-07-18 15:22:44.440119213 +0200
+++ /work/SRC/openSUSE:Factory/.python-pyproj.new.2990/python-pyproj.changes    
2019-11-06 13:56:25.468177156 +0100
@@ -1,0 +2,68 @@
+Mon Nov  4 07:53:06 UTC 2019 - Libor Pechacek <lpecha...@suse.com>
+
+- Packaging: build only for Python 3 (requirement since v2.2.3), update package
+  description and upstream URL, require Shapely, require PROJ >= 6.2.0
+- Update to 2.4.0
+  * Minimum PROJ version is 6.2.0 (issue #411)
+  * Removed global pyproj context (issue #418)
+  * Added support for PROJ JSON in pyproj.crs objects and pyproj.Transformer
+    (pull #432)
+  * Moved doctests code out of pyproj.__init__ (issue #417)
+  * Added version information to python -m pyproj (pull #429)
+  * Added scope & remarks to pyproj.crs objects and pyproj.Transformer
+    (issue #441)
+  * Added operations to pyproj.crs.CoordinateOperation objects and
+    pyproj.Transformer (issue #441)
+  * Added pyproj.get_authorities() and pyproj.get_codes() (issue #440)
+  * Release gil in core cython/PROJ code (issue #386)
+  * BUG: Added checks for unititialized pyproj.crs objects to prevent core
+    dumping (issue #433)
+  * BUG: Added fix for get_transform_crs when checking type (pull #439)
+  * DOC: Build docs with python3 (pull #428)
+- Update to 2.3.1
+  * Added cleanup for internal PROJ errors (issue #184)
+  * Delay checking for pyproj data directory until importing pyproj (issue 
#415)
+  * Address issue where PROJ core dumps on proj_create with +init= when global
+    context does not have data directory set (issue #415 & issue #368)
+- Update to 2.2.3
+  * Minimum supported Python version 3.5 (issue #331)
+  + New pyproj.geod.Geod additions:
+      * Added support for calculating geodesic area
+        (Geod.polygon_area_perimeter())
+      * and added interface to calculate total length of a line
+      * (Geod.line_length() & Geod.line_lengths()) (issue #210).
+      * Added support for calculating geodesic area and line lemgths with
+        shapely geometries (Geod.geometry_area_perimeter() &
+        Geod.geometry_length()) (pull #366)
+  + New pyproj.transformer additions:
+      * Added pyproj.transformer.TransformerGroup to make all transformations
+        available (issue #381)
+      * Added option for area_of_interest for Transformer.from_crs(),
+      * Transformer.from_proj() and pyproj.transformer.TransformerGroup
+      * Added Transformer.area_of_use (issue #385)
+  * Added pyproj.crs.CoordinateOperation.area_of_use (issue #385)
+  * Updated to only have one PJ_CONTEXT per pyproj session (issue #374)
+  * Always return latlon with Proj (issue #356)
+  * Remove aenum dependency (issue #339)
+  * Removed deprecated functions/properties Proj.proj_version, CRS.is_valid,
+    and CRS.to_geodetic() (pull #371)
+  * Search on sys.prefix for the PROJ data directory (issue #387)
+- Update to 2.2.2
+  * Update wheels to PROJ 6.1.1
+  * Add deprecation warning when using +init= syntax (pull #358)
+  * Added pyproj.crs.is_proj() (pull #359)
+  * Fixed case in CRS.to_dict() with CRS.to_proj4() returning None (pull #359)
+  * Keep no_defs in input PROJ string as it does not hurt/help anything in
+    current code (pull #359)
+  * Made public properties on C classes readonly (pull #359)
+  * Update data dir exception handling to prevent ignoring errors (pull #361)
+  * CRS.to_cf() export transverse mercator parameters for UTM zones (pull #362)
+- Update to 2.2.1
+  * Added pyproj.show_versions() (issue #334)
+  * Added fix for whitepace around ‘=’ in PROJ strings (issue #345)
+  * Update version check in setup.py (issue #323)
+  * Add “stable” doc site pointing to latest release (issue #347, pull #348)
+  * Depreate Proj.proj_version (pull #337)
+  * Test fixes (pull #333, pull #335)
+
+-------------------------------------------------------------------

Old:
----
  pyproj-2.2.0.tar.gz

New:
----
  pyproj-2.4.0.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-pyproj.spec ++++++
--- /var/tmp/diff_new_pack.aB1rE9/_old  2019-11-06 13:56:26.944178756 +0100
+++ /var/tmp/diff_new_pack.aB1rE9/_new  2019-11-06 13:56:26.948178761 +0100
@@ -16,22 +16,24 @@
 #
 
 
+%define skip_python2 1
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-pyproj
-Version:        2.2.0
+Version:        2.4.0
 Release:        0
-Summary:        Python interface to PROJ4 library
+Summary:        Python interface to PROJ library
 License:        SUSE-Public-Domain AND X11
 Group:          Development/Languages/Python
-URL:            https://github.com/jswhit/pyproj
+URL:            https://github.com/pyproj4/pyproj
 Source:         
https://files.pythonhosted.org/packages/source/p/pyproj/pyproj-%{version}.tar.gz
 BuildRequires:  %{python_module Cython} >= 0.23.5
+BuildRequires:  %{python_module Shapely}
 BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module numpy}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  proj
-BuildRequires:  proj-devel >= 6.1.0
+BuildRequires:  proj-devel >= 6.2.0
 BuildRequires:  python-rpm-macros
 Requires:       python-numpy
 %if %{python3_version_nodots} < 36
@@ -70,7 +72,7 @@
 numpy/Numeric/numarray arrays. Optimized for objects that support the Python
 buffer protocol (regular python and numpy array objects).
 
-This project has a git repository https://github.com/jswhit/pyproj
+This project has a git repository https://github.com/pyproj4/pyproj
 where you may access the most up-to-date source.
 
 %prep

++++++ pyproj-2.2.0.tar.gz -> pyproj-2.4.0.tar.gz ++++++
++++ 71321 lines of diff (skipped)


Reply via email to