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


Commits:
38153040 by Bas Couwenberg at 2021-10-26T05:46:36+02:00
New upstream version 1.8.0
- - - - -


5 changed files:

- .github/workflows/tests.yml
- CHANGES.txt
- CREDITS.txt
- setup.py
- shapely/__init__.py


Changes:

=====================================
.github/workflows/tests.yml
=====================================
@@ -58,8 +58,20 @@ jobs:
           - python: 3.9
             geos: 3.9.1
             speedups: 0
+          # 2021
+          - python: "3.10"
+            geos: 3.10.0
+            numpy: 1.21.3
+            speedups: 1
+          - python: "3.10"
+            geos: 3.10.0
+            numpy: 1.21.3
+            speedups: 0
+          - python: "3.10"
+            geos: 3.10.0
+            speedups: 0
           # dev
-          - python: 3.9
+          - python: "3.10"
             geos: main
             speedups: 1
 


=====================================
CHANGES.txt
=====================================
@@ -1,6 +1,11 @@
 Changes
 =======
 
+1.8.0 (2021-10-25)
+------------------
+
+This is the final 1.8.0 release. There have been no changes since 1.8rc2..
+
 1.8rc2 (2021-10-19)
 -------------------
 


=====================================
CREDITS.txt
=====================================
@@ -3,6 +3,8 @@ Credits
 
 Shapely is written by:
 
+* Adi Shavit <[email protected]>
+* Alberto Rubiales <[email protected]>
 * Allan Adair <[email protected]>
 * Andrew Blakey <[email protected]>
 * Andy Freeland <[email protected]>
@@ -10,14 +12,19 @@ Shapely is written by:
 * Aron Bierbaum <[email protected]>
 * Bart Broere <[email protected]>
 * Bas Couwenberg <[email protected]>
+* Ben Beasley <[email protected]>
 * Benjamin Root <[email protected]>
 * BertrandGervais <[email protected]>
+* Bhavika Tekwani <[email protected]>
+* Bi0T1N <[email protected]>
 * Brad Hards <[email protected]>
 * Brandon Wood <[email protected]>
 * Chad Hawkins <[email protected]>
 * Christian Prior <[email protected]>
 * Christian Quest <[email protected]>
 * Christophe Pradal <[email protected]>
+* Dan Baston <[email protected]>
+* Dan Mahr <[email protected]>
 * Daniele Esposti <[email protected]>
 * Dave Collins <[email protected]>
 * David Baumgold <[email protected]>
@@ -36,6 +43,7 @@ Shapely is written by:
 * Howard Butler <[email protected]>
 * Hugo <[email protected]>
 * Jacob Wasserman <[email protected]>
+* Jaeha Lee <[email protected]>
 * James Douglass <[email protected]>
 * James Gaboardi <[email protected]>
 * James Lamb <[email protected]>
@@ -52,6 +60,7 @@ Shapely is written by:
 * Joris Van den Bossche <[email protected]>
 * Joshua Arnott <[email protected]>
 * Juan Luis Cano Rodríguez <[email protected]>
+* Justin Shenk <[email protected]>
 * Kai Lautaportti <dokai@b426a367-1105-0410-b9ff-cdf4ab011145>
 * Kelsey Jordahl <[email protected]>
 * Kevin Wurster <[email protected]>
@@ -67,6 +76,9 @@ Shapely is written by:
 * Marco De Nadai <[email protected]>
 * Mathieu <[email protected]>
 * Matt Amos <[email protected]>
+* Matthias Cuntz <[email protected]>
+* MejstrikRudolf <[email protected]>
+* Michael K <[email protected]>
 * Michel Blancard <[email protected]>
 * Mike Taves <[email protected]>
 * Morris Tweed <[email protected]>
@@ -76,7 +88,9 @@ Shapely is written by:
 * Peter Sagerson <[email protected]>
 * Phil Elson <[email protected]>
 * Pierre PACI <[email protected]>
+* Raja Gangopadhya <[email protected]>
 * Ricardo Zilleruelo <[email protected]>
+* Rémy Phelipot <[email protected]>
 * S Murthy <[email protected]>
 * Sampo Syrjanen <[email protected]>
 * Samuel Chin <[email protected]>
@@ -86,13 +100,17 @@ Shapely is written by:
 * Steve M. Kim <[email protected]>
 * Taro Matsuzawa aka. btm <[email protected]>
 * Thibault Deutsch <[email protected]>
+* Thomas Gratier <[email protected]>
 * Thomas Kluyver <[email protected]>
+* Tim Gates <[email protected]>
 * Tobias Sauerwein <[email protected]>
 * Tom Caruso <[email protected]>
 * Tom Clancy <[email protected]>
 * WANG Aiyong <[email protected]>
 * Will May <[email protected]>
 * Zachary Ware <[email protected]>
+* aharfoot <[email protected]>
+* bstadlbauer <[email protected]>
 * cclauss <[email protected]>
 * clefrks <[email protected]>
 * davidh-ssec <[email protected]>
@@ -104,6 +122,7 @@ Shapely is written by:
 * rsmb <[email protected]>
 * shongololo <[email protected]>
 * solarjoe <[email protected]>
+* sshuair <[email protected]>
 * stephenworsley <[email protected]>
 
 See also: https://github.com/Toblerity/Shapely/graphs/contributors.


=====================================
setup.py
=====================================
@@ -201,6 +201,7 @@ setup_args = dict(
         'Programming Language :: Python :: 3.7',
         'Programming Language :: Python :: 3.8',
         'Programming Language :: Python :: 3.9',
+        'Programming Language :: Python :: 3.10',
         'Topic :: Scientific/Engineering :: GIS',
     ],
     cmdclass           = {},


=====================================
shapely/__init__.py
=====================================
@@ -1 +1 @@
-__version__ = "1.8rc2"
+__version__ = "1.8.0"



View it on GitLab: 
https://salsa.debian.org/debian-gis-team/python-shapely/-/commit/381530409a8550b23cdea17bdc1c54d40c05afc2

-- 
View it on GitLab: 
https://salsa.debian.org/debian-gis-team/python-shapely/-/commit/381530409a8550b23cdea17bdc1c54d40c05afc2
You're receiving this email because of your account on salsa.debian.org.


_______________________________________________
Pkg-grass-devel mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-grass-devel

Reply via email to