[Git][debian-gis-team/pysolid][master] 5 commits: New upstream version 0.3.2
Antonio Valentino (@antonio.valentino)
gitlab at salsa.debian.org
Sat Dec 9 10:38:28 GMT 2023
Antonio Valentino pushed to branch master at Debian GIS Project / pysolid
Commits:
dcb5aed0 by Antonio Valentino at 2023-12-09T10:32:37+00:00
New upstream version 0.3.2
- - - - -
40b89f5a by Antonio Valentino at 2023-12-09T10:32:39+00:00
Update upstream source from tag 'upstream/0.3.2'
Update to upstream version '0.3.2'
with Debian dir bcb13560c7a68ef6b53f34dc1e53bc8ef2957e42
- - - - -
81f9a6c3 by Antonio Valentino at 2023-12-09T10:33:11+00:00
New upstream release
- - - - -
95eb26b9 by Antonio Valentino at 2023-12-09T10:33:42+00:00
Set distribution to unstable
- - - - -
20932605 by Antonio Valentino at 2023-12-09T10:37:58+00:00
Disable cross-build in salsa CI
- - - - -
5 changed files:
- .github/workflows/build-and-publish-to-pypi.yml
- debian/.gitlab-ci.yml
- debian/changelog
- requirements.txt
- tests/requirements.txt
Changes:
=====================================
.github/workflows/build-and-publish-to-pypi.yml
=====================================
@@ -19,7 +19,7 @@ jobs:
os: [ubuntu-20.04, macos-11] #windows-2019
steps:
- - uses: actions/checkout at v3
+ - uses: actions/checkout at v4
with:
fetch-depth: 0
@@ -62,7 +62,7 @@ jobs:
name: Build 🐍 source distribution 📦
runs-on: ubuntu-latest
steps:
- - uses: actions/checkout at v3
+ - uses: actions/checkout at v4
with:
fetch-depth: 0
=====================================
debian/.gitlab-ci.yml
=====================================
@@ -4,3 +4,4 @@ include:
variables:
SALSA_CI_ENABLE_BUILD_PACKAGE_TWICE: 1
+ SALSA_CI_DISABLE_CROSSBUILD_ARM64: 1
=====================================
debian/changelog
=====================================
@@ -1,3 +1,9 @@
+pysolid (0.3.2-1) unstable; urgency=medium
+
+ * New upstream release.
+
+ -- Antonio Valentino <antonio.valentino at tiscali.it> Sat, 09 Dec 2023 10:33:27 +0000
+
pysolid (0.3.1-1) unstable; urgency=medium
* New upstream release.
=====================================
requirements.txt
=====================================
@@ -1,9 +1,3 @@
# for running
numpy
scipy
-# for packaging and installation
-#fortran-compiler # Fortran compiler across platforms through conda-forge channel
-pip
-setuptools
-setuptools_scm
-wheel
=====================================
tests/requirements.txt
=====================================
@@ -1,2 +1,6 @@
-# extra dependency required for testing
+# for packaging and installation
+#fortran-compiler # Fortran compiler across platforms through conda-forge channel
+pip
+setuptools_scm>=6.2
+# for testing
matplotlib
View it on GitLab: https://salsa.debian.org/debian-gis-team/pysolid/-/compare/885c3d16db869d771e386f8089845edf2abe596f...209326058cef3f4ca549279536a99ba96ae49514
--
View it on GitLab: https://salsa.debian.org/debian-gis-team/pysolid/-/compare/885c3d16db869d771e386f8089845edf2abe596f...209326058cef3f4ca549279536a99ba96ae49514
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/20231209/b8e9d746/attachment-0001.htm>
More information about the Pkg-grass-devel
mailing list