[med-svn] [Git][python-team/packages/python-ciso8601][master] 3 commits: tests: add missing depend on python3-all

jcfp (@jcfp) gitlab at salsa.debian.org
Fri Nov 10 15:12:07 GMT 2023



jcfp pushed to branch master at Debian Python Team / packages / python-ciso8601


Commits:
90dab494 by Jeroen Ploemen at 2023-11-10T16:01:01+01:00
tests: add missing depend on python3-all

- - - - -
c6c3b4fa by Jeroen Ploemen at 2023-11-10T16:05:03+01:00
correct python copyright holder to PSF

- - - - -
c6eeef70 by Jeroen Ploemen at 2023-11-10T16:05:24+01:00
unreleased -> unstable

- - - - -


3 changed files:

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


Changes:

=====================================
debian/changelog
=====================================
@@ -1,4 +1,4 @@
-python-ciso8601 (2.3.1-1) UNRELEASED; urgency=medium
+python-ciso8601 (2.3.1-1) unstable; urgency=medium
 
   * Team upload.
   * New upstream version
@@ -8,7 +8,7 @@ python-ciso8601 (2.3.1-1) UNRELEASED; urgency=medium
   * d/copyright: Update copyright of all files and add missing copyrights
   * d/tests: Test all supported python versions
 
- -- Lance Lin <lq27267 at gmail.com>  Tue, 07 Nov 2023 21:25:13 +0700
+ -- Lance Lin <lq27267 at gmail.com>  Fri, 10 Nov 2023 15:05:08 +0000
 
 python-ciso8601 (2.2.0-2) unstable; urgency=medium
 


=====================================
debian/copyright
=====================================
@@ -7,7 +7,7 @@ Copyright: 2014 Close.io
 License: MIT
 
 Files: isocalendar.c
-Copyright: 2001-2022 Python
+Copyright: 2001-2022 Python Software Foundation
 License: MIT
 
 Files: timezone.c


=====================================
debian/tests/control
=====================================
@@ -1,7 +1,7 @@
 Test-Command: for py in $(py3versions -s); do $py -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__)"; done;
-Depends: @
+Depends: @, python3-all
 Restrictions: allow-stderr
 
 Tests: run-unit-test
-Depends: @, python3-unittest2, python3-tz
+Depends: @, python3-all, python3-unittest2, python3-tz
 Restrictions: allow-stderr



View it on GitLab: https://salsa.debian.org/python-team/packages/python-ciso8601/-/compare/7e8816a1344db67d77940311f19459f5704ada75...c6eeef70bc6217d456e310402f45b23e0cb7660c

-- 
View it on GitLab: https://salsa.debian.org/python-team/packages/python-ciso8601/-/compare/7e8816a1344db67d77940311f19459f5704ada75...c6eeef70bc6217d456e310402f45b23e0cb7660c
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/20231110/96d12c7d/attachment-0001.htm>


More information about the debian-med-commit mailing list