[Git][debian-gis-team/trollimage][upstream] New upstream version 1.23.1

Antonio Valentino (@antonio.valentino) gitlab at salsa.debian.org
Sat Feb 17 16:41:38 GMT 2024



Antonio Valentino pushed to branch upstream at Debian GIS Project / trollimage


Commits:
979c0516 by Antonio Valentino at 2024-02-17T16:35:20+00:00
New upstream version 1.23.1
- - - - -


3 changed files:

- .github/workflows/deploy.yaml
- CHANGELOG.md
- trollimage/version.py


Changes:

=====================================
.github/workflows/deploy.yaml
=====================================
@@ -64,6 +64,9 @@ jobs:
           CIBW_SKIP: "cp36-* cp37-* cp38-* pp* *-manylinux_i686 *-musllinux_i686 *-musllinux_aarch64 *-win32"
           CIBW_ARCHS: "${{ matrix.cibw_archs }}"
           CIBW_TEST_SKIP: "*_arm64 *_universal2:arm64"
+          # below only for building against unstable numpy
+          CIBW_BUILD_FRONTEND: "pip; args: --no-build-isolation"
+          CIBW_BEFORE_BUILD: "pip install --pre --extra-index-url https://pypi.anaconda.org/scientific-python-nightly-wheels/simple numpy cython setuptools versioneer"
 
       - uses: actions/upload-artifact at v4
         with:


=====================================
CHANGELOG.md
=====================================
@@ -1,3 +1,14 @@
+## Version 1.23.1 (2024/02/14)
+
+### Pull Requests Merged
+
+#### Features added
+
+* [PR 164](https://github.com/pytroll/trollimage/pull/164) - Build wheels with numpy 2
+
+In this release 1 pull request was closed.
+
+
 ## Version 1.23.0 (2024/02/14)
 
 ### Issues Closed


=====================================
trollimage/version.py
=====================================
@@ -26,9 +26,9 @@ def get_keywords():
     # setup.py/versioneer.py will grep for the variable names, so they must
     # each be defined on a line of their own. _version.py will just call
     # get_keywords().
-    git_refnames = " (HEAD -> main, tag: v1.23.0)"
-    git_full = "a57ac0bb9ee95a6088d8d0bfaa5877ae91390940"
-    git_date = "2024-02-14 17:12:30 +0100"
+    git_refnames = " (HEAD -> main, tag: v1.23.1)"
+    git_full = "5cc4171b3306816324a0e26b93adf8b94b176813"
+    git_date = "2024-02-14 13:26:28 -0600"
     keywords = {"refnames": git_refnames, "full": git_full, "date": git_date}
     return keywords
 



View it on GitLab: https://salsa.debian.org/debian-gis-team/trollimage/-/commit/979c0516817670ba4cde1137736b30c29c57d3d6

-- 
View it on GitLab: https://salsa.debian.org/debian-gis-team/trollimage/-/commit/979c0516817670ba4cde1137736b30c29c57d3d6
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/20240217/7e95bed8/attachment-0001.htm>


More information about the Pkg-grass-devel mailing list