[Git][debian-gis-team/aggdraw][master] 4 commits: New upstream version 1.3.14
Antonio Valentino (@antonio.valentino)
gitlab at salsa.debian.org
Sat Feb 5 07:35:38 GMT 2022
Antonio Valentino pushed to branch master at Debian GIS Project / aggdraw
Commits:
4a8b87bd by Antonio Valentino at 2022-02-05T07:29:42+00:00
New upstream version 1.3.14
- - - - -
f429b872 by Antonio Valentino at 2022-02-05T07:29:45+00:00
Update upstream source from tag 'upstream/1.3.14'
Update to upstream version '1.3.14'
with Debian dir a88b6830b2ecffb04761240b0570e925a6777bc8
- - - - -
8d031396 by Antonio Valentino at 2022-02-05T07:30:34+00:00
New upstream release
- - - - -
29882649 by Antonio Valentino at 2022-02-05T07:32:09+00:00
Set distribution to unstable
- - - - -
4 changed files:
- .github/workflows/ci.yml
- CHANGELOG.md
- debian/changelog
- 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
=====================================
debian/changelog
=====================================
@@ -1,3 +1,9 @@
+aggdraw (1.3.14-1) unstable; urgency=medium
+
+ * New upstream release.
+
+ -- Antonio Valentino <antonio.valentino at tiscali.it> Sat, 05 Feb 2022 07:31:53 +0000
+
aggdraw (1.3.13-1) unstable; urgency=medium
* New upstream release.
=====================================
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/-/compare/3cc849f3e49aaac8056dbd2a4a5f3066006027ec...298826494f98a795abe129605102684ebdfe1130
--
View it on GitLab: https://salsa.debian.org/debian-gis-team/aggdraw/-/compare/3cc849f3e49aaac8056dbd2a4a5f3066006027ec...298826494f98a795abe129605102684ebdfe1130
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/0abc4a52/attachment-0001.htm>
More information about the Pkg-grass-devel
mailing list