[med-svn] [Git][med-team/python-ciso8601][master] 3 commits: Removing deprecated ADTTMP variable from test

Malihe Asemani gitlab at salsa.debian.org
Wed Apr 22 21:15:20 BST 2020



Malihe Asemani pushed to branch master at Debian Med / python-ciso8601


Commits:
2069e7e3 by Malihe Asemani at 2020-04-23T00:38:00+04:30
Removing deprecated ADTTMP variable from test

- - - - -
4593b560 by Malihe Asemani at 2020-04-23T00:43:05+04:30
Removing TODO (for python>=3.8 dependency installation error) as it was not a real issue

- - - - -
016903cf by Malihe Asemani at 2020-04-23T00:44:43+04:30
Removing pytz from the package dependencies
It is a dependency in python2

- - - - -


3 changed files:

- debian/changelog
- debian/control
- debian/tests/control


Changes:

=====================================
debian/changelog
=====================================
@@ -1,8 +1,5 @@
 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
 
  -- Malihe Asemani <ml.asemani at gmail.com>  Sat, 18 Apr 2020 14:27:45 -0500


=====================================
debian/control
=====================================
@@ -19,8 +19,7 @@ Package: python3-ciso8601
 Architecture: any
 Depends: ${python3:Depends},
          ${shlibs:Depends},
-         ${misc:Depends},
-         python3-tz
+         ${misc:Depends}
 Description: fast ISO8601 date time parser for Python written in C
  This package converts date time strings from ISO8601 or RFC3339 into Python
  datetime objects. Since it's written as a C module, it is much faster than


=====================================
debian/tests/control
=====================================
@@ -1,3 +1,3 @@
-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__)"
+Test-Command: 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/3de3d60f1397df70c7b395ce40409f0d359cc6b1...016903cfad18342e33a9533fb4bd12deb7abf11e

-- 
View it on GitLab: https://salsa.debian.org/med-team/python-ciso8601/-/compare/3de3d60f1397df70c7b395ce40409f0d359cc6b1...016903cfad18342e33a9533fb4bd12deb7abf11e
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/20200422/e3d917a0/attachment-0001.html>


More information about the debian-med-commit mailing list