[med-svn] [Git][med-team/python-ciso8601][master] 2 commits: Fix syntax to make package buildable

Andreas Tille gitlab at salsa.debian.org
Tue Apr 21 21:11:12 BST 2020



Andreas Tille pushed to branch master at Debian Med / python-ciso8601


Commits:
71cccd1e by Andreas Tille at 2020-04-21T22:07:56+02:00
Fix syntax to make package buildable

- - - - -
3de3d60f by Andreas Tille at 2020-04-21T22:10:46+02:00
Test needs to be Python3

- - - - -


2 changed files:

- debian/changelog
- debian/tests/control


Changes:

=====================================
debian/changelog
=====================================
@@ -1,7 +1,8 @@
 python-ciso8601 (2.1.3-1) UNRELEASED; urgency=medium
 
   * Initial release (Closes: #958209)
-	TODO: Solving the package installation error.
-	The error is related to dependency on py>=3.8, while the source
-	supports py >= 2.7
+  * TODO: Solving the package installation error.
+        The error is related to dependency on py>=3.8, while the source
+        supports py >= 2.7
+
  -- Malihe Asemani <ml.asemani at gmail.com>  Sat, 18 Apr 2020 14:27:45 -0500


=====================================
debian/tests/control
=====================================
@@ -1,3 +1,3 @@
-Test-Command: cd "$ADTTMP"; python -c "import ciso8601 ; x=ciso8601.parse_datetime('2020-04-21T21:16:45.123456-04:30'); print x, type(x).__name__; y=ciso8601.parse_datetime('20200421T211645'); print y, type(y).__name__"
+Test-Command: cd "$ADTTMP"; python3 -c "import ciso8601 ; x=ciso8601.parse_datetime('2020-04-21T21:16:45.123456-04:30'); print(x, type(x).__name__); y=ciso8601.parse_datetime('20200421T211645'); print(y, type(y).__name__)"
 Depends: python3-all, python3-ciso8601
 Restrictions: allow-stderr



View it on GitLab: https://salsa.debian.org/med-team/python-ciso8601/-/compare/a80d5eaf398fbe93608e66d6d029deef9b74ca0e...3de3d60f1397df70c7b395ce40409f0d359cc6b1

-- 
View it on GitLab: https://salsa.debian.org/med-team/python-ciso8601/-/compare/a80d5eaf398fbe93608e66d6d029deef9b74ca0e...3de3d60f1397df70c7b395ce40409f0d359cc6b1
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/debian-med-commit/attachments/20200421/53e6860c/attachment-0001.html>


More information about the debian-med-commit mailing list