Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=56d4e7f9f9ada6d3615a40b59440a7ffa8c64a25
commit 56d4e7f9f9ada6d3615a40b59440a7ffa8c64a25 Author: Pingax <[email protected]> Date: Mon Dec 26 14:38:34 2011 +0100 dnspython-1.10.0-1-i686 * Bump to version 1.10.0 (python3 branch) * Remove useless patch diff --git a/source/lib-extra/dnspython/FrugalBuild b/source/lib-extra/dnspython/FrugalBuild index fe38b9c..407f983 100644 --- a/source/lib-extra/dnspython/FrugalBuild +++ b/source/lib-extra/dnspython/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Pingax <[email protected]> pkgname=dnspython -pkgver=1.9.4 +pkgver=1.10.0 pkgrel=1 pkgdesc="DNS toolkit for Python" url="http://www.dnspython.org" @@ -10,10 +10,9 @@ depends=('python-3.0') makedepends=('python3-distribute') archs=('i686' 'x86_64') groups=('lib-extra') -up2date="Flastverdir $url/kits/" -source=("$url/kits/$pkgver/$pkgname-$pkgver.tar.gz" query.py.patch) -sha1sums=('41d00d0f81bc9aba02c5c62e1d4a8ee57810410e' \ - '902ebeb60d541f51ef87aaef9fcd03ee8c0fd865') +up2date="Flasttar http://ftp.frugalware.org/pub/other/people/pingax/snapshots/$pkgname" +source="http://ftp.frugalware.org/pub/other/people/pingax/snapshots/$pkgname/$pkgname-$pkgver.tar.bz2" +sha1sums='d308a69c00d1693374e6c437a4e13fef0bded7c8' build() { Fcd diff --git a/source/lib-extra/dnspython/query.py.patch b/source/lib-extra/dnspython/query.py.patch deleted file mode 100644 index 9b42f7a..0000000 --- a/source/lib-extra/dnspython/query.py.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- dns/query.py.orig 2011-12-26 12:28:49.735723992 +0100 -+++ dns/query.py 2011-12-26 13:13:18.744724236 +0100 -@@ -66,7 +66,7 @@ - pollable.register(fd, event_mask) - - if timeout: -- event_list = pollable.poll(long(timeout * 1000)) -+ event_list = pollable.poll(int(timeout * 1000)) - else: - event_list = pollable.poll() - _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
