Antonio Valentino pushed to branch master at Debian GIS Project / pykml
Commits: 1a37a11d by Antonio Valentino at 2022-05-16T06:17:29+00:00 Update upstream url - - - - - cda90138 by Antonio Valentino at 2022-05-16T06:34:23+00:00 Set Forwarded tag in all patches - - - - - 7bb2d6ae by Antonio Valentino at 2022-05-16T08:40:25+02:00 Fix From field in all patches - - - - - 7 changed files: - debian/control - debian/copyright - debian/patches/0001-absolute-import.patch - debian/patches/0002-fix-tests.patch - debian/patches/0003-resources.patch - debian/upstream/metadata - debian/watch Changes: ===================================== debian/control ===================================== @@ -14,7 +14,7 @@ Build-Depends: debhelper-compat (= 12), Standards-Version: 4.6.0 Vcs-Browser: https://salsa.debian.org/debian-gis-team/pykml Vcs-Git: https://salsa.debian.org/debian-gis-team/pykml.git -Homepage: https://github.com/pykml/pykml +Homepage: https://github.com/tylere/pykml Package: python3-pykml Architecture: all ===================================== debian/copyright ===================================== @@ -1,7 +1,7 @@ Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: pykml Upstream-Contact: Tyler Erickson <[email protected]> -Source: http://pypi.python.org/pypi/pykml +Source: https://github.com/tylere/pykml Files: * Copyright: 2010 Tyler A. Erickson ===================================== debian/patches/0001-absolute-import.patch ===================================== @@ -1,8 +1,11 @@ -From: Debian GIS Project <[email protected]> +From: Antonio Valentino <[email protected]> Date: Sun, 15 May 2022 06:42:52 +0000 Subject: absolute-import -Absolute import +Forwarded: no + +The code in the upstream development branch no longer contains the +portion of code that is modified by this patch. --- src/pykml/test/__init__.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) ===================================== debian/patches/0002-fix-tests.patch ===================================== @@ -1,8 +1,18 @@ -From: Debian GIS Project <[email protected]> +From: Antonio Valentino <[email protected]> Date: Sun, 15 May 2022 06:42:52 +0000 Subject: fix-tests -Fix tests +Forwarded: no + +This patch implements 2 main changes: +* fixes XML comparison +* remove parts of the test that make access to the internet + (not allowed during the build of debian packages) + +The patch is not forwarded upstream because: +* the upstream development branch already has an improved code for XML + comparison +* excluding test code that access the internet is a debian specific need --- src/pykml/test/test_factory.py | 33 +++++++++++++------------- src/pykml/test/test_parser.py | 54 +++++++++++++++++++++--------------------- ===================================== debian/patches/0003-resources.patch ===================================== @@ -1,4 +1,4 @@ -From: Debian GIS Project <[email protected]> +From: Antonio Valentino <[email protected]> Date: Sun, 15 May 2022 06:42:52 +0000 Subject: resources ===================================== debian/upstream/metadata ===================================== @@ -1,5 +1,5 @@ --- -Bug-Database: https://github.com/pykml/pykml/issues -Bug-Submit: https://github.com/pykml/pykml/issues/new -Repository: https://github.com/pykml/pykml.git -Repository-Browse: https://github.com/pykml/pykml +Bug-Database: https://github.com/tylere/pykml/issues +Bug-Submit: https://github.com/tylere/pykml/issues/new +Repository: https://github.com/tylere/pykml.git +Repository-Browse: https://github.com/tylere/pykml ===================================== debian/watch ===================================== @@ -1,5 +1,7 @@ version=4 opts=\ dversionmangle=s/\+(debian|dfsg|ds|deb)\d*$//,\ -uversionmangle=s/(\d)[_\.\-\+]?((RC|rc|pre|dev|b|beta|a|alpha)\d*)$/$1~$2/;s/RC/rc/ \ -https://pypi.debian.net/pykml/pykml-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz))) +uversionmangle=s/(\d)[_\.\-\+]?((RC|rc|pre|dev|c|beta|b|alpha|a)\d*)$/$1~$2/;s/RC/rc/;s/\-/\./g,\ +filenamemangle=s/(?:.*?)?(?:rel|v|pykml)?[\-\_]?(\d\S*)\.(tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))/pykml-$1.$2/ \ +https://github.com/tylere/pykml/tags \ +(?:.*?/archive/(?:.*?/)?)?(?:rel|v|pykml)?[\-\_]?(\d\S*)\.(?:tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz))) View it on GitLab: https://salsa.debian.org/debian-gis-team/pykml/-/compare/2cde98471dd07aa2a1010f35f3a48eda9b37ffd5...7bb2d6ae56a1ee863eab0202c8adbf176101a023 -- View it on GitLab: https://salsa.debian.org/debian-gis-team/pykml/-/compare/2cde98471dd07aa2a1010f35f3a48eda9b37ffd5...7bb2d6ae56a1ee863eab0202c8adbf176101a023 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ Pkg-grass-devel mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-grass-devel
