[Git][debian-gis-team/python-pyproj][upstream] New upstream version 3.3.0

Bas Couwenberg (@sebastic) gitlab at salsa.debian.org
Thu Nov 18 06:32:34 GMT 2021



Bas Couwenberg pushed to branch upstream at Debian GIS Project / python-pyproj


Commits:
2ada5493 by Bas Couwenberg at 2021-11-18T06:23:22+01:00
New upstream version 3.3.0
- - - - -


3 changed files:

- docs/history.rst
- docs/installation.rst
- pyproj/__init__.py


Changes:

=====================================
docs/history.rst
=====================================
@@ -1,8 +1,9 @@
 Change Log
 ==========
 
-Latest
+3.3.0
 -------
+- WHL: Wheels contain PROJ 8.2.0
 - DEP: Minimum supported Python version 3.8 (issue #930)
 - DEP: Minimum PROJ version 8.0 (issue #940)
 - BUG: Prepend "Derived" to CRS type name if CRS is derived (issue #932)


=====================================
docs/installation.rst
=====================================
@@ -29,7 +29,22 @@ The easiest methods for installing pyproj are:
 
       conda config --prepend channels conda-forge
       conda config --set channel_priority strict
-      conda install pyproj
+      conda create -n pyproj_env pyproj
+      conda activate pyproj_env
+
+  .. note::
+      "... we recommend always installing your packages inside a
+      new environment instead of the base environment from
+      anaconda/miniconda. Using envs make it easier to
+      debug problems with packages and ensure the stability
+      of your root env."
+        -- https://conda-forge.org/docs/user/tipsandtricks.html
+
+  .. warning::
+      Avoid using `pip install` with a conda environment. If you encounter
+      a python package that isn't in conda-forge, consider submitting a
+      recipe: https://github.com/conda-forge/staged-recipes/
+
 
   - `pypoj` is maintaned by the `pyproj-feedstock maintainers <http://github.com/conda-forge/pyproj-feedstock>`__
   - `PROJ` is maintaned by the `proj.4-feedstock maintainers <http://github.com/conda-forge/proj.4-feedstock>`__


=====================================
pyproj/__init__.py
=====================================
@@ -28,7 +28,7 @@ HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTIO
 OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
 SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 """
-__version__ = "3.3rc0"
+__version__ = "3.3.0"
 __all__ = [
     "Proj",
     "Geod",



View it on GitLab: https://salsa.debian.org/debian-gis-team/python-pyproj/-/commit/2ada5493770fda78f18265cf5c1d8ee20faa808c

-- 
View it on GitLab: https://salsa.debian.org/debian-gis-team/python-pyproj/-/commit/2ada5493770fda78f18265cf5c1d8ee20faa808c
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/20211118/7c657fa9/attachment-0001.htm>


More information about the Pkg-grass-devel mailing list