pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/time/py-maya
Module Name: pkgsrc
Committed By: adam
Date: Sat Mar 21 12:56:47 UTC 2020
Modified Files:
pkgsrc/time/py-maya: Makefile distinfo
Removed Files:
pkgsrc/time/py-maya/patches: patch-setup.py
Log Message:
py-maya: updated to 0.6.1
v0.6.1
Fixed
Intervals don't produce an infinite generator
v0.5.0
Added
Localization for MayaDT.slang_time() and MayaDT.slang_date()
v0.4.3
Fixed
Fix RFC3339 representation.
v0.4.2
Added
Support local_datetime() method on MayaDT object to get it as datetime.datetime with local timezone.
v0.4.1
Fixed
Limited support pendulum versions to >= 1.0 and <= 1.5.1.
v0.4.0
Added
ISO 8601 format support for MayaInterval
Parsing snap modifiers
Allow specifying if datetime is from the past, current period or future when parsing with maya.when()
Fixed
Fix timezone problem when converting time from struct
Fix subtracting MayaDT objects
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/time/py-maya/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/time/py-maya/distinfo
cvs rdiff -u -r1.1 -r0 pkgsrc/time/py-maya/patches/patch-setup.py
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-maya/Makefile
diff -u pkgsrc/time/py-maya/Makefile:1.2 pkgsrc/time/py-maya/Makefile:1.3
--- pkgsrc/time/py-maya/Makefile:1.2 Sat Oct 28 08:54:11 2017
+++ pkgsrc/time/py-maya/Makefile Sat Mar 21 12:56:46 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2017/10/28 08:54:11 adam Exp $
+# $NetBSD: Makefile,v 1.3 2020/03/21 12:56:46 adam Exp $
-DISTNAME= maya-0.3.3
+DISTNAME= maya-0.6.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= time python
MASTER_SITES= ${MASTER_SITE_PYPI:=m/maya/}
@@ -10,14 +10,16 @@ HOMEPAGE= https://github.com/kennethreit
COMMENT= Human-friendly date and time handling
LICENSE= mit
-DEPENDS+= ${PYPKGPREFIX}-dateparser-[0-9]*:../../time/py-dateparser
+DEPENDS+= ${PYPKGPREFIX}-dateparser>=0.7.0:../../time/py-dateparser
DEPENDS+= ${PYPKGPREFIX}-humanize-[0-9]*:../../textproc/py-humanize
-DEPENDS+= ${PYPKGPREFIX}-pendulum-[0-9]*:../../time/py-pendulum
+DEPENDS+= ${PYPKGPREFIX}-pendulum>=2.0.2:../../time/py-pendulum
DEPENDS+= ${PYPKGPREFIX}-pytz-[0-9]*:../../time/py-pytz
-DEPENDS+= ${PYPKGPREFIX}-ruamel-yaml>=0.10.12:../../devel/py-ruamel-yaml
+DEPENDS+= ${PYPKGPREFIX}-snaptime-[0-9]*:../../time/py-snaptime
DEPENDS+= ${PYPKGPREFIX}-tzlocal-[0-9]*:../../time/py-tzlocal
USE_LANGUAGES= # none
+PYTHON_VERSIONS_INCOMPATIBLE= 27 # py-humanize
+
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/time/py-maya/distinfo
diff -u pkgsrc/time/py-maya/distinfo:1.3 pkgsrc/time/py-maya/distinfo:1.4
--- pkgsrc/time/py-maya/distinfo:1.3 Tue Oct 31 09:22:21 2017
+++ pkgsrc/time/py-maya/distinfo Sat Mar 21 12:56:46 2020
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.3 2017/10/31 09:22:21 jperkin Exp $
+$NetBSD: distinfo,v 1.4 2020/03/21 12:56:46 adam Exp $
-SHA1 (maya-0.3.3.tar.gz) = 057ef0cdd2f5ea4d11dd6eeb59873169da9ff2d3
-RMD160 (maya-0.3.3.tar.gz) = 00c619fd835e660ea45ef405b7c93a4da3bb8c32
-SHA512 (maya-0.3.3.tar.gz) = b9cd1836607f482aaa8e3d1a7f22f0848602386959d8e3e0b040dd0a7b6e0cb13885085f333a1f064ead1b81a554467b05cd6bd65b9d53a08ff6c7d884f45806
-Size (maya-0.3.3.tar.gz) = 9781 bytes
-SHA1 (patch-setup.py) = c942fcc6a361eda8029b4d08fc08962adc97526e
+SHA1 (maya-0.6.1.tar.gz) = 414ae4626970699a1708766f30fb932dc1ac1e65
+RMD160 (maya-0.6.1.tar.gz) = f9f46ac004756a2f98b31cbeec758b4472f4c31c
+SHA512 (maya-0.6.1.tar.gz) = 11d721de6d63cfed3980fc3fdd0c857d981f5286ee4cdb02cd464e69684f4461fae9d23e1b957855071d6408ef0fbb4f55c39914750c939af77a2b38a30cbfee
+Size (maya-0.6.1.tar.gz) = 14387 bytes
Home |
Main Index |
Thread Index |
Old Index