pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/time/py-dateutil



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon May 14 08:10:37 UTC 2018

Modified Files:
        pkgsrc/time/py-dateutil: Makefile distinfo

Log Message:
py-dateutil: updated to 2.7.3

Version 2.7.3:

Data updates
- Update tzdata to 2018e.

Bugfixes
- Fixed an issue where decimal.Decimal would cast NaN or infinite value in a
  parser.parse, which will raise decimal.Decimal-specific errors.
- Fixed a ValueError being thrown if tzinfos call explicity returns None.
- Fixed incorrect parsing of certain dates earlier than 100 AD when repesented
  in the form "%B.%Y.%d", e.g. "December.0031.30".
- Fixed a bug where automatically generated DTSTART was naive even if a
  specified UNTIL had a time zone. Automatically generated DTSTART will now
  take on the timezone of an UNTIL date, if provided.


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/time/py-dateutil/Makefile
cvs rdiff -u -r1.12 -r1.13 pkgsrc/time/py-dateutil/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/time/py-dateutil/Makefile
diff -u pkgsrc/time/py-dateutil/Makefile:1.22 pkgsrc/time/py-dateutil/Makefile:1.23
--- pkgsrc/time/py-dateutil/Makefile:1.22       Mon Apr  2 13:27:23 2018
+++ pkgsrc/time/py-dateutil/Makefile    Mon May 14 08:10:37 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.22 2018/04/02 13:27:23 adam Exp $
+# $NetBSD: Makefile,v 1.23 2018/05/14 08:10:37 adam Exp $
 
-DISTNAME=      python-dateutil-2.7.2
+DISTNAME=      python-dateutil-2.7.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/python-//}
 CATEGORIES=    time python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/python-dateutil/}

Index: pkgsrc/time/py-dateutil/distinfo
diff -u pkgsrc/time/py-dateutil/distinfo:1.12 pkgsrc/time/py-dateutil/distinfo:1.13
--- pkgsrc/time/py-dateutil/distinfo:1.12       Mon Apr  2 13:27:23 2018
+++ pkgsrc/time/py-dateutil/distinfo    Mon May 14 08:10:37 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.12 2018/04/02 13:27:23 adam Exp $
+$NetBSD: distinfo,v 1.13 2018/05/14 08:10:37 adam Exp $
 
-SHA1 (python-dateutil-2.7.2.tar.gz) = 6e867e81ccc846d1a79282a71aa08123067c6f19
-RMD160 (python-dateutil-2.7.2.tar.gz) = 21e5242bf22662b4306ba0d056aa2a1ea526b8c5
-SHA512 (python-dateutil-2.7.2.tar.gz) = b8fdc867aa67c4e5602bb3e9bf906dd4d32a6616fcdfd5f39d146d849a46d13c266bc9c2eae28490399fe608ba19dcb824d05ce96d556de07999449eaece7dfc
-Size (python-dateutil-2.7.2.tar.gz) = 298000 bytes
+SHA1 (python-dateutil-2.7.3.tar.gz) = b1aeb913996fc6660ea42a7b31b1331d41a8a13c
+RMD160 (python-dateutil-2.7.3.tar.gz) = 1e5686291037033d17519cabf138cfcfdf507d5f
+SHA512 (python-dateutil-2.7.3.tar.gz) = 6b9973fa7db69d931bc6e772201c67bb7bbfa693ba35484d34960bd7e6227f2a2343df814a9fdbbff253e750299c48e7cdb2a609bf4522595df8a7fc595784fd
+Size (python-dateutil-2.7.3.tar.gz) = 302871 bytes



Home | Main Index | Thread Index | Old Index