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

Bas Couwenberg (@sebastic) gitlab at salsa.debian.org
Tue Oct 1 14:37:32 BST 2024



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


Commits:
2554381a by Bas Couwenberg at 2024-10-01T15:32:10+02:00
New upstream version 3.7.0
- - - - -


6 changed files:

- .all-contributorsrc
- .github/workflows/release.yaml
- README.md
- ci/proj-compile-wheels.sh
- docs/history.rst
- pyproj/__init__.py


Changes:

=====================================
.all-contributorsrc
=====================================
@@ -600,7 +600,8 @@
       "profile": "https://github.com/greglucas",
       "contributions": [
         "code",
-        "ideas"
+        "ideas",
+        "maintenance"
       ]
     },
     {


=====================================
.github/workflows/release.yaml
=====================================
@@ -216,7 +216,7 @@ jobs:
 
       - name: Upload Nightly Wheelsref
         if : ${{ github.ref_type == 'branch' && github.ref_name == 'main' }}
-        uses: scientific-python/upload-nightly-action at b67d7fcc0396e1128a474d1ab2b48aa94680f9fc
+        uses: scientific-python/upload-nightly-action at 82396a2ed4269ba06c6b2988bb4fd568ef3c3d6b
         with:
           artifacts_path: dist
           anaconda_nightly_upload_token: ${{ secrets.ANACONDA_ORG_UPLOAD_TOKEN }}


=====================================
README.md
=====================================
@@ -112,7 +112,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
     <td align="center"><a href="https://github.com/shadchin"><img src="https://avatars.githubusercontent.com/u/61256?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Alexander Shadchin</b></sub></a><br /><a href="https://github.com/pyproj4/pyproj/issues?q=author%3Ashadchin" title="Bug reports">🐛</a> <a href="https://github.com/pyproj4/pyproj/commits?author=shadchin" title="Code">💻</a></td>
   </tr>
   <tr>
-    <td align="center"><a href="https://github.com/greglucas"><img src="https://avatars.githubusercontent.com/u/12417828?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Greg Lucas</b></sub></a><br /><a href="https://github.com/pyproj4/pyproj/commits?author=greglucas" title="Code">💻</a> <a href="#ideas-greglucas" title="Ideas, Planning, & Feedback">🤔</a></td>
+    <td align="center"><a href="https://github.com/greglucas"><img src="https://avatars.githubusercontent.com/u/12417828?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Greg Lucas</b></sub></a><br /><a href="https://github.com/pyproj4/pyproj/commits?author=greglucas" title="Code">💻</a> <a href="#ideas-greglucas" title="Ideas, Planning, & Feedback">🤔</a> <a href="#maintenance-greglucas" title="Maintenance">🚧</a></td>
     <td align="center"><a href="https://github.com/dmahr1"><img src="https://avatars.githubusercontent.com/u/8354515?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Dan Mahr</b></sub></a><br /><a href="https://github.com/pyproj4/pyproj/commits?author=dmahr1" title="Code">💻</a> <a href="https://github.com/pyproj4/pyproj/commits?author=dmahr1" title="Documentation">📖</a> <a href="https://github.com/pyproj4/pyproj/commits?author=dmahr1" title="Tests">⚠️</a></td>
     <td align="center"><a href="https://github.com/rhugonnet"><img src="https://avatars.githubusercontent.com/u/28896516?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Romain Hugonnet</b></sub></a><br /><a href="https://github.com/pyproj4/pyproj/commits?author=rhugonnet" title="Code">💻</a> <a href="https://github.com/pyproj4/pyproj/commits?author=rhugonnet" title="Documentation">📖</a> <a href="https://github.com/pyproj4/pyproj/commits?author=rhugonnet" title="Tests">⚠️</a></td>
     <td align="center"><a href="https://javier.jimenezshaw.com/"><img src="https://avatars.githubusercontent.com/u/15678366?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Javier Jimenez Shaw</b></sub></a><br /><a href="https://github.com/pyproj4/pyproj/commits?author=jjimenezshaw" title="Code">💻</a> <a href="https://github.com/pyproj4/pyproj/commits?author=jjimenezshaw" title="Documentation">📖</a> <a href="https://github.com/pyproj4/pyproj/commits?author=jjimenezshaw" title="Tests">⚠️</a></td>


=====================================
ci/proj-compile-wheels.sh
=====================================
@@ -1,6 +1,6 @@
 # INSTALL PROJ & DEPENDENCIES FOR WHEELS
 # Test for macOS with [ -n "$IS_MACOS" ]
-SQLITE_VERSION=450100
+SQLITE_VERSION=3460100
 LIBTIFF_VERSION=4.6.0
 CURL_VERSION=8.6.0
 NGHTTP2_VERSION=1.60.0


=====================================
docs/history.rst
=====================================
@@ -1,7 +1,7 @@
 Change Log
 ==========
 
-Latest
+3.7.0
 ------
 - WHL: Wheels contain PROJ 9.4.1 (pull #1423)
 - DEP: Minimum supported Python version 3.10 (pull #1357)


=====================================
pyproj/__init__.py
=====================================
@@ -71,7 +71,7 @@ from pyproj.transformer import (  # noqa: F401 pylint: disable=unused-import
     transform,
 )
 
-__version__ = "3.7.0rc0"
+__version__ = "3.7.0"
 __all__ = [
     "Proj",
     "Geod",



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

-- 
View it on GitLab: https://salsa.debian.org/debian-gis-team/python-pyproj/-/commit/2554381aa487b098ac45319fa21ece4a1b451559
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/20241001/c863d0d8/attachment-0001.htm>


More information about the Pkg-grass-devel mailing list