Skip to content

Commit

Permalink
Update to 0.15:
Browse files Browse the repository at this point in the history
Version 0.15
------------

(bugfix release, released on Apr 15, 2015)
- xattr: Be less strict about unknown/unsupported platforms (#239)
- Reduce repository listing memory usage (#163).
- Fix BrokenPipeError for remote repositories (#233)
- Fix incorrect behavior with two character directory names (#265, #268)
- Require approval before accessing relocated/moved repository (#271)
- Require approval before accessing previously unknown unencrypted repositories (#271)
- Fix issue with hash index files larger than 2GB.
- Fix Python 3.2 compatibility issue with noatime open() (#164)
- Include missing pyx files in dist files (#168)
  • Loading branch information
wiz committed Apr 16, 2015
1 parent a264c01 commit 10dc7fb
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 92 deletions.
4 changes: 2 additions & 2 deletions devel/py-attic/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.2 2015/04/13 23:12:41 rodent Exp $
# $NetBSD: Makefile,v 1.3 2015/04/16 08:04:37 wiz Exp $

DISTNAME= Attic-0.14
DISTNAME= Attic-0.15
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/A/a/}
CATEGORIES= sysutils
MASTER_SITES= https://pypi.python.org/packages/source/A/Attic/
Expand Down
11 changes: 4 additions & 7 deletions devel/py-attic/distinfo
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
$NetBSD: distinfo,v 1.1 2015/04/03 09:43:47 wiz Exp $
$NetBSD: distinfo,v 1.2 2015/04/16 08:04:37 wiz Exp $

SHA1 (Attic-0.14.tar.gz) = f76df257c86f89eb973f88dba53166997fb8fbf1
RMD160 (Attic-0.14.tar.gz) = 1fef1993c5964adb1a5c90ef39b101607c2d05b5
Size (Attic-0.14.tar.gz) = 233837 bytes
SHA1 (patch-attic_platform.py) = 1d8aaf58f1e0edad13a0fbb9a93c092eadc035f4
SHA1 (patch-attic_testsuite_archiver.py) = 1fb19c1ee64505b2b73d44d556623fe8f8315016
SHA1 (patch-attic_xattr.py) = 69ea74cef7e9e67398ad4a95a49fcfd2f7b3debe
SHA1 (Attic-0.15.tar.gz) = 07b604e4c0a00e163122855403a3f0e70b7d1cd4
RMD160 (Attic-0.15.tar.gz) = ccb2bd574b921eb1078e23cc5b3f5197336a11de
Size (Attic-0.15.tar.gz) = 232371 bytes
23 changes: 0 additions & 23 deletions devel/py-attic/patches/patch-attic_platform.py

This file was deleted.

24 changes: 0 additions & 24 deletions devel/py-attic/patches/patch-attic_testsuite_archiver.py

This file was deleted.

36 changes: 0 additions & 36 deletions devel/py-attic/patches/patch-attic_xattr.py

This file was deleted.

0 comments on commit 10dc7fb

Please sign in to comment.