[Git][debian-gis-team/aggdraw][upstream] New upstream version 1.3.14

Antonio Valentino (@antonio.valentino) gitlab at salsa.debian.org
Sat Feb 5 07:35:45 GMT 2022



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


Commits:
4a8b87bd by Antonio Valentino at 2022-02-05T07:29:42+00:00
New upstream version 1.3.14
- - - - -


3 changed files:

- .github/workflows/ci.yml
- CHANGELOG.md
- setup.py


Changes:

=====================================
.github/workflows/ci.yml
=====================================
@@ -7,8 +7,8 @@ jobs:
     runs-on: ${{ matrix.os }}
     strategy:
       matrix:
-        os: [ubuntu-latest, macos-latest]
-        BUILDMODE: [CIBUILDWHEEL, ASTROPY]
+        os: [ubuntu-latest, macos-latest, windows-latest]
+        BUILDMODE: [CIBUILDWHEEL, UNITTEST]
 
     steps:
       - uses: actions/checkout at v2
@@ -21,7 +21,7 @@ jobs:
         uses: docker/setup-qemu-action at v1
 
       - name: Setup Conda Environment
-        if: ${{ matrix.BUILDMODE == 'ASTROPY' }}
+        if: ${{ matrix.BUILDMODE == 'UNITTEST' }}
         uses: conda-incubator/setup-miniconda at v2
         with:
           miniforge-variant: Mambaforge
@@ -32,7 +32,7 @@ jobs:
           activate-environment: test-environment
 
       - name: Run tests
-        if: ${{ matrix.BUILDMODE == 'ASTROPY' }}
+        if: ${{ matrix.BUILDMODE == 'UNITTEST' }}
         shell: bash -l {0}
         run: |
           pip install -e .
@@ -69,9 +69,9 @@ jobs:
 
       - name: download
         uses: actions/download-artifact at v2
-
-      - name: Install dependencies
-        run: python -m pip install twine
+        with:
+          name: wheelhouse
+          path: dist
 
       - name: Publish package to PyPI
         if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags/v')


=====================================
CHANGELOG.md
=====================================
@@ -1,5 +1,9 @@
 # The aggdraw Library
 
+## Version 1.3.14
+
+- Rebuild for missing Windows wheels
+
 ## Version 1.3.13
 
 - Rebuild for python 3.10 wheels and switch to GitHub Actions


=====================================
setup.py
=====================================
@@ -24,7 +24,7 @@ try:
 except ImportError:
     from distutils.core import setup, Extension
 
-VERSION = "1.3.13"
+VERSION = "1.3.14"
 
 SUMMARY = "High quality drawing interface for PIL."
 



View it on GitLab: https://salsa.debian.org/debian-gis-team/aggdraw/-/commit/4a8b87bd8739db10fee8c67ca9e221baabb9a5c0

-- 
View it on GitLab: https://salsa.debian.org/debian-gis-team/aggdraw/-/commit/4a8b87bd8739db10fee8c67ca9e221baabb9a5c0
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/20220205/85186ceb/attachment-0001.htm>


More information about the Pkg-grass-devel mailing list