View | Details | Raw Unified | Return to bug 248054
Collapse All | Expand All

(-)py-b2sdk/Makefile (-1 / +1 lines)
Lines 1-7 Link Here
1
# $FreeBSD$
1
# $FreeBSD$
2
2
3
PORTNAME=	b2sdk
3
PORTNAME=	b2sdk
4
DISTVERSION=	0.1.8
4
DISTVERSION=	1.1.4
5
CATEGORIES=	devel python
5
CATEGORIES=	devel python
6
MASTER_SITES=	CHEESESHOP
6
MASTER_SITES=	CHEESESHOP
7
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
7
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
(-)py-b2sdk/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1576018746
1
TIMESTAMP = 1595009583
2
SHA256 (b2sdk-0.1.8.tar.gz) = 91bcf09a05f5e822f7494824bf2fd75a81ff0035d2670f443a6f89454d18ab31
2
SHA256 (b2sdk-1.1.4.tar.gz) = 32451fab6e2f26e0316ebea1df96a864fc4a7fa7044a9f5ec90504d51a3ea23c
3
SIZE (b2sdk-0.1.8.tar.gz) = 103447
3
SIZE (b2sdk-1.1.4.tar.gz) = 112476
(-)py-b2sdk/files/patch-requirements.txt (-15 lines)
Lines 1-15 Link Here
1
From 03aa9bc3c58ce6247cd02b6fa4be182b288fe22d Mon Sep 17 00:00:00 2001
2
From: Pawel Polewicz <p.polewicz@gmail.com>
3
Date: Fri, 12 Jul 2019 12:29:26 +0200
4
Subject: [PATCH] Remove upper version limit for arrow dependency
5
6
Fixes #63 "introduced" by 9d937b45b3cca41403c9b2773c385d09774f540c
7
8
--- requirements.txt.orig	2019-06-28 10:56:04 UTC
9
+++ requirements.txt
10
@@ -1,4 +1,4 @@
11
-arrow>=0.8.0,<0.13.1
12
+arrow>=0.8.0
13
 logfury>=0.1.2
14
 requests>=2.9.1
15
 setuptools

Return to bug 248054