I've released 2.8. Let me know if there are any issues -- there was some sort of issue with llfuse not being registered properly with pkg_resources, so I forced an update by requiring llfues >= 0.40-2. Hopefully this fixes the problem.
Search Criteria
Package Details: s3ql 2.13-1
Package Actions
| Package Base: | s3ql |
|---|---|
| Description: | A full-featured file system for online data storage. |
| Upstream URL: | https://bitbucket.org/nikratio/s3ql/overview |
| Category: | system |
| Licenses: | |
| Submitter: | bremac |
| Maintainer: | bremac |
| Last Packager: | bremac |
| Votes: | 6 |
| First Submitted: | 2010-12-28 01:15 |
| Last Updated: | 2015-04-27 00:30 |
Dependencies (8)
- python
- python-apsw
- python-crypto
- python-defusedxml
- python-dugong>=3.2
- python-llfuse>=0.40-3
- python-requests
- gcc (make)
Required by (0)
Sources
Latest Comments
Comment by bremac
Comment by bremac
Sorry, I didn't have any time last weekend. 2.3 seems to be stable now (in that I can actually build the package and use it), and the real changes are in the implementation instead of the interface, so I have no problem with upgrading to 2.x.
Please be sure to unmount your s3ql filesystems before upgrading from 1.x to 2.x.
Comment by yar
Any chance of getting the 2.x branch, or should that be a separate package? Either way you're still out-of-date...
Comment by bremac
Thanks, I've updated the dependency.
Comment by bluephoenix47
I've taken over maintenance of python-pyliblzma, and I'm renaming it to match python package naming conventions. The new package is named python2-pyliblzma.
Comment by bremac
Cool, good catch richli. I've removed it from the dependencies.
Comment by richli
The python2-argparse dependency isn't needed since argparse is part of the Python standard library for Python >= 2.7 and >= 3.2 <https://pypi.python.org/pypi/argparse>.
Comment by bremac
Thanks, I see that the CVS repo appears to be deprecated, so I've changed it.
Comment by bluephoenix47
I needed to change makedepends=('gccxml-cvs' 'gcc') to makedepends=('gccxml-git' 'gcc') to build this properly.
Anonymous comment
ptwl update,
I did a yaourt -Rds s3ql to remove s3ql + dependencies
then re installed s3ql, now it is working
Anonymous comment
Im getting this error:
Traceback (most recent call last):
File "/usr/bin/fsck.s3ql", line 5, in <module>
from pkg_resources import load_entry_point
ImportError: No module named pkg_resources
when I try mount.s3ql or fsck.s3ql, any idea why?
Comment by bremac
Alright, the S3QL and LLFUSE packages have been updated. There have been a few reports of unusually high CPU usage on the mailing list, but nothing reproducible so far - please fire off an email if this happens to you.
Comment by bremac
Thanks. I was waiting a few days after the announcement to make sure no new bugs were reported on the mailing list. I'll update it tomorrow.
Anonymous comment
2011-05-20, S3QL 1.0.1 is out!! :)
Anonymous comment
you should add
cp -r contrib $pkgdir/usr/share/doc/$pkgname/
in the end of the build section...