14
0

Accepting request 339733 from home:ecsos

update to 0.5.3

OBS-URL: https://build.opensuse.org/request/show/339733
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pylibacl?expand=0&rev=5
This commit is contained in:
2015-10-18 22:43:53 +00:00
committed by Git OBS Bridge
parent 0c5cd689aa
commit 4df6c67189
4 changed files with 18 additions and 6 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:33a0c5956e3f0d10323cc0cdf1e575813eac398e906231e2424be4fcbef3691b
size 27663

3
pylibacl-0.5.3.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:40be9f1fc5de05e4c25505c45ad7cda61b3b8db5dd730e98b6d2c05574e07d30
size 33253

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Sun Oct 18 16:07:28 UTC 2015 - ecsos@opensuse.org
- update to 0.5.3
- Enable all FreeBSD versions after 7.x at level 2
- Make test suite pass under FreeBSD, which has a stricter
behaviour with regards to invalid ACLs (which we do exercise
in the test suite)
- update to 0.5.2
- No visible changes release: just fix tests when running under
pypy.
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Oct 24 11:11:58 UTC 2013 - speilicke@suse.com Thu Oct 24 11:11:58 UTC 2013 - speilicke@suse.com

View File

@@ -1,7 +1,7 @@
# #
# spec file for package python-pylibacl # spec file for package python-pylibacl
# #
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -17,13 +17,13 @@
Name: python-pylibacl Name: python-pylibacl
Version: 0.5.1 Version: 0.5.3
Release: 0 Release: 0
Summary: Python POSIX.1e ACL module Summary: Python POSIX.1e ACL module
License: LGPL-2.1+ License: LGPL-2.1+
Group: Development/Libraries/Python Group: Development/Libraries/Python
Url: http://pylibacl.k1024.org/ Url: http://pylibacl.k1024.org/
Source: pylibacl-%{version}.tar.bz2 Source: https://github.com/iustin/pylibacl/releases/download/pylibacl-v%{version}/pylibacl-%{version}.tar.gz
BuildRequires: fdupes BuildRequires: fdupes
BuildRequires: libacl-devel BuildRequires: libacl-devel
BuildRequires: python-devel BuildRequires: python-devel