wok diff python-caldav/receipt @ rev 25463

Up expat (2.4.9) fixes CVE-2022-40674
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Sep 29 20:05:23 2022 +0000 (20 months ago)
parents 076f424196b2
children
line diff
     1.1 --- a/python-caldav/receipt	Sun Feb 06 11:51:57 2022 +0000
     1.2 +++ b/python-caldav/receipt	Thu Sep 29 20:05:23 2022 +0000
     1.3 @@ -1,12 +1,13 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="python-caldav"
     1.7 -VERSION="0.6.2"
     1.8 +VERSION="0.8.2"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="CalDAV (RFC4791) client library for Python."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12  LICENSE="GPL"
    1.13  WEB_SITE="https://pypi.org/project/caldav"
    1.14 +REPOLOGY="python:caldav"
    1.15  
    1.16  SOURCE="caldav"
    1.17  TARBALL="$SOURCE-$VERSION.tar.gz"
    1.18 @@ -30,6 +31,5 @@
    1.19  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.20  genpkg_rules()
    1.21  {
    1.22 -	mkdir -p $fs/usr
    1.23 -	cp -a $install/usr	$fs
    1.24 +	cook_copy_folders	lib
    1.25  }