Date: Tuesday, August 22, 2017 @ 14:39:40 Author: felixonmars Revision: 252940
upgpkg: python-augeas 1.0.3-1 Modified: python-augeas/trunk/PKGBUILD Deleted: python-augeas/trunk/issue26.patch ---------------+ PKGBUILD | 16 ++++------------ issue26.patch | 13 ------------- 2 files changed, 4 insertions(+), 25 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-08-22 14:39:29 UTC (rev 252939) +++ PKGBUILD 2017-08-22 14:39:40 UTC (rev 252940) @@ -3,8 +3,8 @@ # Contributor: Massimiliano Torromeo <[email protected]> pkgname=python-augeas -pkgver=1.0.2 -pkgrel=2 +pkgver=1.0.3 +pkgrel=1 pkgdesc="Python bindings for Augeas" arch=('any') license=('LGPL') @@ -11,17 +11,9 @@ url="http://augeas.net" depends=('augeas' 'python-cffi') makedepends=('python-setuptools') -source=("https://files.pythonhosted.org/packages/source/p/python-augeas/python-augeas-$pkgver.tar.gz" - issue26.patch) -sha512sums=('c24c8f01420ca474be2903d3da35a246fa74f5ae848bb9267bf4a2166d3a4c64fa4d29a1c5aad6dac3c43251cda90673d6a5a72e6ebdd192e147baa03281e727' - 'b59554d38a63f6ad944827e8cacb2631ea8996a1e58620447635cdf9aadc33d04c40651680f1b0252265b4940ff15534c879e5ea2484ce394b0ba76c0bc5ba81') +source=("https://files.pythonhosted.org/packages/source/p/python-augeas/python-augeas-$pkgver.tar.gz") +sha512sums=('737b41e7bb438d80da75b55714c3f0b1706a4b2cacddd20fadf855bc3044e532f4079319b3775032e6f6009cf7f282af33fdf583332772b443a6c2d4925639fa') -prepare() { - cd python-augeas-$pkgver - # https://github.com/hercules-team/python-augeas/issues/26 - patch -p1 -i ../issue26.patch -} - build() { cd python-augeas-$pkgver python setup.py build Deleted: issue26.patch =================================================================== --- issue26.patch 2017-08-22 14:39:29 UTC (rev 252939) +++ issue26.patch 2017-08-22 14:39:40 UTC (rev 252940) @@ -1,13 +0,0 @@ -diff --git a/augeas/__init__.py b/augeas/__init__.py -index ab9a2b1..ccfcec0 100644 ---- a/augeas/__init__.py -+++ b/augeas/__init__.py -@@ -57,7 +57,7 @@ def enc(st): - if st: - return st.encode(AUGENC) - else: -- return '' -+ return b'' - - - def dec(st): \ No newline at end of file
