pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/time/py-icalendar py-icalendar: updated to 4.1.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1e510de9e31e
branches:  trunk
changeset: 381721:1e510de9e31e
user:      adam <adam%pkgsrc.org@localhost>
date:      Tue Jul 12 05:59:51 2022 +0000

description:
py-icalendar: updated to 4.1.0

4.1.0 (2022-07-11)
------------------
New features:
- No longer test on Python 3.4, 3.5 and PyPy2, because we cannot get it to work.
  Technically it should still work, it is just no longer tested.
  Do not expect much development on branch 4.x anymore.
  The master branch will be for the remaining Python versions that we support.
Bug fixes:
- Test with GitHub Actions.


4.0.9 (2021-10-16)
------------------
Bug fixes:
- Fix vCategories for correct en/de coding.
- vDuration property value: Fix changing duration sign after multiple ``to_ical`` calls.


4.0.8 (2021-10-07)
------------------
Bug fixes:
- Support added for Python 3.9 and 3.10 (no code changes needed).
- Replace bare 'except:' with 'except Exception:'

diffstat:

 time/py-icalendar/Makefile |  5 ++---
 time/py-icalendar/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r 0f4fa1def87d -r 1e510de9e31e time/py-icalendar/Makefile
--- a/time/py-icalendar/Makefile        Tue Jul 12 05:46:29 2022 +0000
+++ b/time/py-icalendar/Makefile        Tue Jul 12 05:59:51 2022 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.37 2022/01/05 15:41:28 wiz Exp $
+# $NetBSD: Makefile,v 1.38 2022/07/12 05:59:51 adam Exp $
 
-DISTNAME=      icalendar-4.0.7
+DISTNAME=      icalendar-4.1.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   2
 CATEGORIES=    time python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=i/icalendar/}
 
diff -r 0f4fa1def87d -r 1e510de9e31e time/py-icalendar/distinfo
--- a/time/py-icalendar/distinfo        Tue Jul 12 05:46:29 2022 +0000
+++ b/time/py-icalendar/distinfo        Tue Jul 12 05:59:51 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.29 2021/10/26 11:24:33 nia Exp $
+$NetBSD: distinfo,v 1.30 2022/07/12 05:59:51 adam Exp $
 
-BLAKE2s (icalendar-4.0.7.tar.gz) = ff426d56d9d7a9af60fa5193b14953949511933447654894311bd84b51585a4b
-SHA512 (icalendar-4.0.7.tar.gz) = 97f7184ddc42ade2a447af5112f5bd18ea9a89ef25ea3983cc2213fefe2c59255102b7babcd49b3e04cbe435d75d2712dd57eebc1bf1c20c54aae7081ba24379
-Size (icalendar-4.0.7.tar.gz) = 78569 bytes
+BLAKE2s (icalendar-4.1.0.tar.gz) = 3995b736694582b4e9004b23e98b9eb018340d6a4ac43133d60d8de02ff8b2bc
+SHA512 (icalendar-4.1.0.tar.gz) = 15bdf4fd22394836d120d7d7ee029e218247d731c51bd99d4e6df7dd6046b91ea0874b8a81bd6090d366fff035329eac98cabdf0ba5aead43efc82c1e6566b23
+Size (icalendar-4.1.0.tar.gz) = 78706 bytes



Home | Main Index | Thread Index | Old Index