forked from pool/python-xattr
Accepting request 186698 from devel:languages:python
- update to 0.7.2: * rewritten to use cffi * Add Python 3.x support * Fix various unicode related issues (forwarded request 186464 from dirkmueller) OBS-URL: https://build.opensuse.org/request/show/186698 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-xattr?expand=0&rev=7
This commit is contained in:
@@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 8 20:23:47 UTC 2013 - dmueller@suse.com
|
||||
|
||||
- update to 0.7.2:
|
||||
* rewritten to use cffi
|
||||
* Add Python 3.x support
|
||||
* Fix various unicode related issues
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 15 08:49:50 UTC 2013 - speilicke@suse.com
|
||||
|
||||
|
||||
@@ -17,15 +17,17 @@
|
||||
|
||||
|
||||
Name: python-xattr
|
||||
Version: 0.6.4
|
||||
Version: 0.7.2
|
||||
Release: 0
|
||||
Summary: Python wrapper for extended filesystem attributes
|
||||
License: MIT
|
||||
Group: Development/Languages/Python
|
||||
Url: http://github.com/xattr/xattr
|
||||
Source: xattr-%{version}.tar.gz
|
||||
BuildRequires: python-cffi
|
||||
BuildRequires: python-devel
|
||||
BuildRequires: python-distribute
|
||||
BuildRequires: python-setuptools
|
||||
Requires: python-cffi >= 0.4
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Provides: pyxattr = %{version}
|
||||
Obsoletes: pyxattr < %{version}
|
||||
@@ -53,8 +55,9 @@ python setup.py install --prefix=%{_prefix} --root=%{buildroot}
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc CHANGES.txt LICENSE.txt README.txt TODO.txt
|
||||
%doc README.txt
|
||||
%{_bindir}/xattr
|
||||
%{python_sitearch}/*
|
||||
%{python_sitelib}/xattr
|
||||
%{python_sitelib}/xattr-*egg-info
|
||||
|
||||
%changelog
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f9dcebc99555634b697fa3dad8ea3047deb389c6f1928d347a0c49277a5c0e9e
|
||||
size 15207
|
||||
3
xattr-0.7.2.tar.gz
Normal file
3
xattr-0.7.2.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e8ae274b14e55c0f58aaed8c22b85e815e9345f0ed65e6979831d1a414567550
|
||||
size 11533
|
||||
Reference in New Issue
Block a user