[Git][debian-gis-team/geolinks][upstream] New upstream version 0.2.2
Bas Couwenberg (@sebastic)
gitlab at salsa.debian.org
Thu Sep 7 05:06:47 BST 2023
Bas Couwenberg pushed to branch upstream at Debian GIS Project / geolinks
Commits:
e453fda5 by Bas Couwenberg at 2023-09-07T05:51:55+02:00
New upstream version 0.2.2
- - - - -
4 changed files:
- MANIFEST.in
- debian/changelog
- geolinks/__init__.py
- setup.py
Changes:
=====================================
MANIFEST.in
=====================================
@@ -1 +1,2 @@
include README.md
+include LICENSE.md
=====================================
debian/changelog
=====================================
@@ -1,3 +1,9 @@
+geolinks (0.2.2) focal; urgency=medium
+
+ * packaging fixes
+
+ -- Tom Kralidis <tomkralidis at gmail.com> Thu, 7 Sep 2023 00:52:43 +0000
+
geolinks (0.2.1) focal; urgency=medium
* housekeeping release update
=====================================
geolinks/__init__.py
=====================================
@@ -35,7 +35,7 @@ import click
LOGGER = logging.getLogger(__name__)
-__version__ = '0.2.1'
+__version__ = '0.2.2'
def CLICK_OPTION_VERBOSITY(f):
=====================================
setup.py
=====================================
@@ -32,7 +32,6 @@ import os
import re
import sys
-from geolinks import __version__ as version
from setuptools import Command, find_packages, setup
@@ -73,7 +72,7 @@ LONG_DESCRIPTION = read('README.md')
setup(
name='geolinks',
- version=version,
+ version=get_package_version(),
description='Utilities to deal with geospatial links',
long_description=LONG_DESCRIPTION,
long_description_content_type='text/markdown',
@@ -85,6 +84,7 @@ setup(
maintainer='Tom Kralidis',
maintainer_email='tomkralidis at gmail.com',
url='https://github.com/geopython/geolinks',
+ install_requires=read('requirements.txt').splitlines(),
packages=find_packages(),
entry_points={
'console_scripts': [
View it on GitLab: https://salsa.debian.org/debian-gis-team/geolinks/-/commit/e453fda567f6c06080f89320242371088790eac6
--
View it on GitLab: https://salsa.debian.org/debian-gis-team/geolinks/-/commit/e453fda567f6c06080f89320242371088790eac6
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/20230907/f38819d1/attachment-0001.htm>
More information about the Pkg-grass-devel
mailing list