[arch-commits] Commit in borg/trunk (2 files)

Lukas Fleischer lfleischer at archlinux.org
Fri May 27 16:58:08 UTC 2016


    Date: Friday, May 27, 2016 @ 18:58:08
  Author: lfleischer
Revision: 177306

upgpkg: borg 1.0.3-1

Upstream update.

Modified:
  borg/trunk/PKGBUILD
Deleted:
  borg/trunk/0001-Revert-require-msgpack-0.4.6-no-python-3.2-support-i.patch

-----------------------------------------------------------------+
 0001-Revert-require-msgpack-0.4.6-no-python-3.2-support-i.patch |   28 ----------
 PKGBUILD                                                        |    6 +-
 2 files changed, 3 insertions(+), 31 deletions(-)

Deleted: 0001-Revert-require-msgpack-0.4.6-no-python-3.2-support-i.patch
===================================================================
--- 0001-Revert-require-msgpack-0.4.6-no-python-3.2-support-i.patch	2016-05-27 16:53:15 UTC (rev 177305)
+++ 0001-Revert-require-msgpack-0.4.6-no-python-3.2-support-i.patch	2016-05-27 16:58:08 UTC (rev 177306)
@@ -1,28 +0,0 @@
-From 7165e1d571ab82bb80c6b03a413e2667aa567049 Mon Sep 17 00:00:00 2001
-From: Lukas Fleischer <lfleischer at archlinux.org>
-Date: Sat, 20 Feb 2016 10:17:37 +0100
-Subject: [PATCH] Revert "require msgpack==0.4.6 - no python 3.2 support in
- 0.4.7+"
-
-This reverts commit a9f2f65154d64cf711c864977a6f8aadeae47d18.
----
- setup.py | 3 +--
- 1 file changed, 1 insertion(+), 2 deletions(-)
-
-diff --git a/setup.py b/setup.py
-index 60b9f65..08e5179 100644
---- a/setup.py
-+++ b/setup.py
-@@ -19,8 +19,7 @@ on_rtd = os.environ.get('READTHEDOCS')
- 
- # msgpack pure python data corruption was fixed in 0.4.6.
- # Also, we might use some rather recent API features.
--# Note: 0.4.7 is also OK, but has no Python 3.2 support any more.
--install_requires=['msgpack-python==0.4.6', ]
-+install_requires=['msgpack-python>=0.4.6', ]
- 
- extras_require = {
-     # llfuse 0.40 (tested, proven, ok), needs FUSE version >= 2.8.0
--- 
-2.7.1
-

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-05-27 16:53:15 UTC (rev 177305)
+++ PKGBUILD	2016-05-27 16:58:08 UTC (rev 177306)
@@ -3,7 +3,7 @@
 
 pkgname=borg
 _pkgname=borgbackup
-pkgver=1.0.2
+pkgver=1.0.3
 pkgrel=1
 pkgdesc='Deduplicating backup program with compression and authenticated encryption'
 url='https://borgbackup.github.io/'
@@ -16,9 +16,9 @@
 checkdepends=('python-pytest' 'python-pytest-cov' 'python-pytest-benchmark' 'python-mock')
 provides=('borgbackup')
 replaces=('borgbackup')
-source=("https://pypi.python.org/packages/source/b/$_pkgname/$_pkgname-$pkgver.tar.gz"
+source=("https://github.com/$_pkgname/$pkgname/releases/download/$pkgver/$_pkgname-$pkgver.tar.gz"
         borg.coveragerc)
-sha256sums=('11ea343290f788a2d849f43ebb07e8f0990f651f3cf097ca4f4cd9ce2f08dfd7'
+sha256sums=('7a79c53f2fd3f8a687bb10dbec4591ce95878f89f4467544ef4e7a005407f94f'
             '024bf101b25f9d35b83f86ce794c85f404d7acb212e047b4fca68b108dff21a7')
 
 build() {



More information about the arch-commits mailing list