pkgsrc-Changes archive

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

CVS commit: pkgsrc/time/py-icalendar



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Jul 12 05:59:51 UTC 2022

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

Log Message:
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:'


To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 pkgsrc/time/py-icalendar/Makefile
cvs rdiff -u -r1.29 -r1.30 pkgsrc/time/py-icalendar/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-icalendar/Makefile
diff -u pkgsrc/time/py-icalendar/Makefile:1.37 pkgsrc/time/py-icalendar/Makefile:1.38
--- pkgsrc/time/py-icalendar/Makefile:1.37      Wed Jan  5 15:41:28 2022
+++ pkgsrc/time/py-icalendar/Makefile   Tue Jul 12 05:59:51 2022
@@ -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/}
 

Index: pkgsrc/time/py-icalendar/distinfo
diff -u pkgsrc/time/py-icalendar/distinfo:1.29 pkgsrc/time/py-icalendar/distinfo:1.30
--- pkgsrc/time/py-icalendar/distinfo:1.29      Tue Oct 26 11:24:33 2021
+++ pkgsrc/time/py-icalendar/distinfo   Tue Jul 12 05:59:51 2022
@@ -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