[Git][debian-gis-team/flox][master] 2 commits: Revert "Set distribution to unstable"

Antonio Valentino (@antonio.valentino) gitlab at salsa.debian.org
Sat Jun 17 12:07:19 BST 2023



Antonio Valentino pushed to branch master at Debian GIS Project / flox


Commits:
38b9b5e9 by Antonio Valentino at 2023-06-17T11:05:47+00:00
Revert "Set distribution to unstable"

This reverts commit 093bbf5ae332459377a57fcfabb11cee9358aafc.

- - - - -
fa4a5c10 by Antonio Valentino at 2023-06-17T11:06:37+00:00
New 0003-Fix-tests-in-i386.patch

- - - - -


3 changed files:

- debian/changelog
- + debian/patches/0003-Fix-tests-in-i386.patch
- debian/patches/series


Changes:

=====================================
debian/changelog
=====================================
@@ -1,13 +1,14 @@
-flox (0.7.2-1) unstable; urgency=medium
+flox (0.7.2-1) UNRELEASED; urgency=medium
 
   * New upstream release.
   * Add python3-packaging to build-dependencies.
   * Bump debhelper-compat version to 13.
   * debain/patch:
     - refresh all patches
-    - new 0002-Fix-compatiility-with-new-dask-versions.patch.
+    - new 0002-Fix-compatiility-with-new-dask-versions.patch
+    - new 0003-Fix-tests-in-i386.patch.
 
- -- Antonio Valentino <antonio.valentino at tiscali.it>  Wed, 14 Jun 2023 07:16:15 +0000
+ -- Antonio Valentino <antonio.valentino at tiscali.it>  Sun, 11 Jun 2023 14:55:56 +0000
 
 flox (0.6.7-1) unstable; urgency=medium
 


=====================================
debian/patches/0003-Fix-tests-in-i386.patch
=====================================
@@ -0,0 +1,22 @@
+From: Antonio Valentino <antonio.valentino at tiscali.it>
+Date: Sat, 17 Jun 2023 11:04:15 +0000
+Subject: Fix tests in i386
+
+Forwarded: https://github.com/xarray-contrib/flox/issues/247
+---
+ flox/core.py | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/flox/core.py b/flox/core.py
+index 57ea455..02f53b8 100644
+--- a/flox/core.py
++++ b/flox/core.py
+@@ -537,7 +537,7 @@ def factorize_(
+                 right = expect.closed_right
+                 idx = np.digitize(
+                     flat,
+-                    bins=bins.view(np.intp) if bins.dtype.kind == "M" else bins,
++                    bins=bins.view(np.int64) if bins.dtype.kind == "M" else bins,
+                     right=right,
+                 )
+                 idx -= 1


=====================================
debian/patches/series
=====================================
@@ -1,2 +1,3 @@
 0001-Compatibility-with-Pandas-older-than-1.4.patch
 0002-Fix-compatiility-with-new-dask-versions.patch
+0003-Fix-tests-in-i386.patch



View it on GitLab: https://salsa.debian.org/debian-gis-team/flox/-/compare/093bbf5ae332459377a57fcfabb11cee9358aafc...fa4a5c10a4bb5e7afbb5ad15cf3ed2901651f174

-- 
View it on GitLab: https://salsa.debian.org/debian-gis-team/flox/-/compare/093bbf5ae332459377a57fcfabb11cee9358aafc...fa4a5c10a4bb5e7afbb5ad15cf3ed2901651f174
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/20230617/dcfd6e50/attachment-0001.htm>


More information about the Pkg-grass-devel mailing list