[Git][debian-gis-team/geolinks][master] 6 commits: New upstream version 0.2.2

Bas Couwenberg (@sebastic) gitlab at salsa.debian.org
Thu Sep 7 05:06:40 BST 2023



Bas Couwenberg pushed to branch master at Debian GIS Project / geolinks


Commits:
e453fda5 by Bas Couwenberg at 2023-09-07T05:51:55+02:00
New upstream version 0.2.2
- - - - -
84782cf4 by Bas Couwenberg at 2023-09-07T05:51:55+02:00
Update upstream source from tag 'upstream/0.2.2'

Update to upstream version '0.2.2'
with Debian dir d88af66fe26d1d224e45c715665b8a3e0c415177
- - - - -
92a04822 by Bas Couwenberg at 2023-09-07T05:52:43+02:00
New upstream release.

- - - - -
eb5fd62a by Bas Couwenberg at 2023-09-07T05:53:30+02:00
Drop dependencies.patch, fixed upstream.

- - - - -
ef7ed58a by Bas Couwenberg at 2023-09-07T06:02:38+02:00
Update lintian overrides.

- - - - -
87d8f1db by Bas Couwenberg at 2023-09-07T06:04:30+02:00
Set distribution to unstable.

- - - - -


7 changed files:

- MANIFEST.in
- debian/changelog
- debian/lintian-overrides
- − debian/patches/dependencies.patch
- − debian/patches/series
- geolinks/__init__.py
- setup.py


Changes:

=====================================
MANIFEST.in
=====================================
@@ -1 +1,2 @@
 include README.md
+include LICENSE.md


=====================================
debian/changelog
=====================================
@@ -1,11 +1,14 @@
-geolinks (0.2.1-3) UNRELEASED; urgency=medium
+geolinks (0.2.2-1) unstable; urgency=medium
 
   * Team upload.
+  * New upstream release.
   * Remove generated files in clean target.
     (closes: #1045017)
   * Switch to dh-sequence-*.
+  * Drop dependencies.patch, fixed upstream.
+  * Update lintian overrides.
 
- -- Bas Couwenberg <sebastic at debian.org>  Fri, 11 Aug 2023 14:41:49 +0200
+ -- Bas Couwenberg <sebastic at debian.org>  Thu, 07 Sep 2023 06:04:16 +0200
 
 geolinks (0.2.1-2) unstable; urgency=medium
 


=====================================
debian/lintian-overrides
=====================================
@@ -1,3 +1,6 @@
 # Not worth the effort
 no-manual-page *
 
+# False positive
+package-contains-documentation-outside-usr-share-doc [usr/lib/python*/dist-packages/*.dist-info/*]
+


=====================================
debian/patches/dependencies.patch deleted
=====================================
@@ -1,23 +0,0 @@
-Description: Set runtime dependencies.
-Author: Bas Couwenberg <sebastic at debian.org>
-Forwarded: https://github.com/geopython/geolinks/pull/14
-
---- a/setup.py
-+++ b/setup.py
-@@ -70,6 +70,8 @@ def get_package_version():
- 
- LONG_DESCRIPTION = read('README.md')
- 
-+INSTALL_REQUIRES = read('requirements.txt')
-+
- 
- setup(
-     name='geolinks',
-@@ -103,5 +105,6 @@ setup(
-         'Topic :: Scientific/Engineering :: GIS',
-     ],
-     cmdclass={'test': PyTest},
--    test_suite='tests.run_tests'
-+    test_suite='tests.run_tests',
-+    install_requires=INSTALL_REQUIRES
- )


=====================================
debian/patches/series deleted
=====================================
@@ -1 +0,0 @@
-dependencies.patch


=====================================
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/-/compare/9730f2f21a07423171cc5366979bb7355d99ed21...87d8f1db1df0f6529d22bd4c0912af9a4f9c8722

-- 
View it on GitLab: https://salsa.debian.org/debian-gis-team/geolinks/-/compare/9730f2f21a07423171cc5366979bb7355d99ed21...87d8f1db1df0f6529d22bd4c0912af9a4f9c8722
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/fd4a0a4e/attachment-0001.htm>


More information about the Pkg-grass-devel mailing list