[Git][debian-gis-team/utm][master] 4 commits: New upstream version 0.8.1
Antonio Valentino (@antonio.valentino)
gitlab at salsa.debian.org
Sun Mar 9 16:33:34 GMT 2025
Antonio Valentino pushed to branch master at Debian GIS Project / utm
Commits:
a658b9d6 by Antonio Valentino at 2025-03-09T16:23:20+00:00
New upstream version 0.8.1
- - - - -
57d753cc by Antonio Valentino at 2025-03-09T16:23:20+00:00
Update upstream source from tag 'upstream/0.8.1'
Update to upstream version '0.8.1'
with Debian dir 38ad48395e95479056da083db9adb2e4cdcd572a
- - - - -
ce7ef8de by Antonio Valentino at 2025-03-09T16:23:50+00:00
New upstream release
- - - - -
d00c98fa by Antonio Valentino at 2025-03-09T16:24:27+00:00
Set distribution to unstable
- - - - -
7 changed files:
- .github/workflows/ci.yml
- CHANGELOG.rst
- debian/changelog
- 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
------
=====================================
debian/changelog
=====================================
@@ -1,3 +1,9 @@
+utm (0.8.1-1) unstable; urgency=medium
+
+ * New upstream release.
+
+ -- Antonio Valentino <antonio.valentino at tiscali.it> Sun, 09 Mar 2025 16:24:11 +0000
+
utm (0.8.0-1) unstable; urgency=medium
[ Bas Couwenberg ]
=====================================
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/-/compare/168e1cdd803669a7b628b980f3879db883728f6e...d00c98fa654c2adcb4859439f4bab42c804bfaa0
--
View it on GitLab: https://salsa.debian.org/debian-gis-team/utm/-/compare/168e1cdd803669a7b628b980f3879db883728f6e...d00c98fa654c2adcb4859439f4bab42c804bfaa0
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/4e45f4b9/attachment-0001.htm>
More information about the Pkg-grass-devel
mailing list