[Git][debian-gis-team/utm][upstream] New upstream version 0.8.1
Antonio Valentino (@antonio.valentino)
gitlab at salsa.debian.org
Sun Mar 9 16:33:40 GMT 2025
Antonio Valentino pushed to branch upstream at Debian GIS Project / utm
Commits:
a658b9d6 by Antonio Valentino at 2025-03-09T16:23:20+00:00
New upstream version 0.8.1
- - - - -
6 changed files:
- .github/workflows/ci.yml
- CHANGELOG.rst
- release-requirements.txt
- requirements.txt
- setup.py
- utm/_version.py
Changes:
=====================================
.github/workflows/ci.yml
=====================================
@@ -64,7 +64,7 @@ jobs:
- run: pip install -r release-requirements.txt
- - run: python setup.py sdist
+ - run: python -m build
- uses: pypa/gh-action-pypi-publish at v1.12.4
with:
=====================================
CHANGELOG.rst
=====================================
@@ -1,6 +1,12 @@
Changelog
=========
+v0.8.1
+------
+
+* Add python_version to bundle metadata, for pypi (#134, #135)
+
+
v0.8.0
------
=====================================
release-requirements.txt
=====================================
@@ -1 +1 @@
-setuptools >= 75, < 76
+build
=====================================
requirements.txt
=====================================
@@ -1,3 +1,3 @@
-pytest==8.3.4
+pytest==8.3.5
pytest-cov==5.0.0; python_version < '3.9'
pytest-cov==6.0.0; python_version >= '3.9'
=====================================
setup.py
=====================================
@@ -27,5 +27,6 @@ setup(
'Topic :: Scientific/Engineering :: GIS',
],
packages=['utm'],
+ python_requires=">=3.8",
scripts=['scripts/utm-converter'],
)
=====================================
utm/_version.py
=====================================
@@ -1 +1 @@
-__version__ = "0.8.0"
+__version__ = "0.8.1"
View it on GitLab: https://salsa.debian.org/debian-gis-team/utm/-/commit/a658b9d687ac5e2c0961443a7fb3fdfe3b5d9b03
--
View it on GitLab: https://salsa.debian.org/debian-gis-team/utm/-/commit/a658b9d687ac5e2c0961443a7fb3fdfe3b5d9b03
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/20250309/24e40031/attachment-0001.htm>
More information about the Pkg-grass-devel
mailing list