pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/time/py-pendulum py-pendulum: updated to 2.0.5



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a2a476a2d4f3
branches:  trunk
changeset: 336591:a2a476a2d4f3
user:      adam <adam%pkgsrc.org@localhost>
date:      Thu Jul 18 11:29:30 2019 +0000

description:
py-pendulum: updated to 2.0.5

2.0.5:

Fixed
* Fixed ISO week dates not being parsed properly in from_format().
* Fixed loading of some timezones with empty posix spec.
* Fixed deprecation warnings.

Locales
* Added RU locale.

diffstat:

 time/py-pendulum/Makefile |   4 ++--
 time/py-pendulum/PLIST    |  11 ++++++++++-
 time/py-pendulum/distinfo |  10 +++++-----
 3 files changed, 17 insertions(+), 8 deletions(-)

diffs (52 lines):

diff -r 44fb50439c75 -r a2a476a2d4f3 time/py-pendulum/Makefile
--- a/time/py-pendulum/Makefile Thu Jul 18 11:29:29 2019 +0000
+++ b/time/py-pendulum/Makefile Thu Jul 18 11:29:30 2019 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.13 2019/05/02 09:16:47 adam Exp $
+# $NetBSD: Makefile,v 1.14 2019/07/18 11:29:30 adam Exp $
 
-DISTNAME=      pendulum-2.0.4
+DISTNAME=      pendulum-2.0.5
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    time python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pendulum/}
diff -r 44fb50439c75 -r a2a476a2d4f3 time/py-pendulum/PLIST
--- a/time/py-pendulum/PLIST    Thu Jul 18 11:29:29 2019 +0000
+++ b/time/py-pendulum/PLIST    Thu Jul 18 11:29:30 2019 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2018/08/14 15:23:51 leot Exp $
+@comment $NetBSD: PLIST,v 1.7 2019/07/18 11:29:30 adam Exp $
 ${PYSITELIB}/${EGG_FILE}
 ${PYSITELIB}/pendulum/__init__.py
 ${PYSITELIB}/pendulum/__init__.pyc
@@ -137,6 +137,15 @@
 ${PYSITELIB}/pendulum/locales/pt_br/locale.py
 ${PYSITELIB}/pendulum/locales/pt_br/locale.pyc
 ${PYSITELIB}/pendulum/locales/pt_br/locale.pyo
+${PYSITELIB}/pendulum/locales/ru/__init__.py
+${PYSITELIB}/pendulum/locales/ru/__init__.pyc
+${PYSITELIB}/pendulum/locales/ru/__init__.pyo
+${PYSITELIB}/pendulum/locales/ru/custom.py
+${PYSITELIB}/pendulum/locales/ru/custom.pyc
+${PYSITELIB}/pendulum/locales/ru/custom.pyo
+${PYSITELIB}/pendulum/locales/ru/locale.py
+${PYSITELIB}/pendulum/locales/ru/locale.pyc
+${PYSITELIB}/pendulum/locales/ru/locale.pyo
 ${PYSITELIB}/pendulum/locales/zh/__init__.py
 ${PYSITELIB}/pendulum/locales/zh/__init__.pyc
 ${PYSITELIB}/pendulum/locales/zh/__init__.pyo
diff -r 44fb50439c75 -r a2a476a2d4f3 time/py-pendulum/distinfo
--- a/time/py-pendulum/distinfo Thu Jul 18 11:29:29 2019 +0000
+++ b/time/py-pendulum/distinfo Thu Jul 18 11:29:30 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.11 2018/11/14 10:31:58 adam Exp $
+$NetBSD: distinfo,v 1.12 2019/07/18 11:29:30 adam Exp $
 
-SHA1 (pendulum-2.0.4.tar.gz) = eaee945d717191eeee17a20fb21f8e5069e84d77
-RMD160 (pendulum-2.0.4.tar.gz) = 7acef3b49fcf7a7ebbcf0c1dc2d9c8d7521683ca
-SHA512 (pendulum-2.0.4.tar.gz) = bc669990cb78d262dd970a702917649c9cda83690ad4ad0c316cb91baa75104c769cc7cdc4c80a5f5a2b83d9315cdb8a7cfe15fe1369b055d295c083d57439d4
-Size (pendulum-2.0.4.tar.gz) = 75745 bytes
+SHA1 (pendulum-2.0.5.tar.gz) = ed4f72f59e6fc65e7d8b5911a0248c9c9baf3f4f
+RMD160 (pendulum-2.0.5.tar.gz) = 330db30f60d20fc3aef1438c75087e133870e07c
+SHA512 (pendulum-2.0.5.tar.gz) = 6c0e02cccd3e094fe01617e238bbc3ecff4c04d500c1205f3e9fc5a81cb91c6e19e3569e5cb1725fb8fc845331f6a51052945d6084ad36d2d022beebdc82b8e6
+Size (pendulum-2.0.5.tar.gz) = 77775 bytes



Home | Main Index | Thread Index | Old Index