Hello community, here is the log from the commit of package python2-oscfs for openSUSE:Factory checked in at 2018-08-10 09:53:21 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python2-oscfs (Old) and /work/SRC/openSUSE:Factory/.python2-oscfs.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python2-oscfs" Fri Aug 10 09:53:21 2018 rev:2 rq:628433 version:0.61 Changes: -------- --- /work/SRC/openSUSE:Factory/python2-oscfs/python2-oscfs.changes 2018-07-17 09:40:38.889675571 +0200 +++ /work/SRC/openSUSE:Factory/.python2-oscfs.new/python2-oscfs.changes 2018-08-10 09:53:25.974623985 +0200 @@ -1,0 +2,8 @@ +Thu Aug 9 14:13:12 UTC 2018 - [email protected] + +- minor update to version 0.6.1: + + - fix bad read speed when accessing package binaries via + `.oscfs/binaries/...` + +------------------------------------------------------------------- Old: ---- v0.60.tar.gz New: ---- v0.61.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python2-oscfs.spec ++++++ --- /var/tmp/diff_new_pack.IpWx0m/_old 2018-08-10 09:53:26.962625583 +0200 +++ /var/tmp/diff_new_pack.IpWx0m/_new 2018-08-10 09:53:26.962625583 +0200 @@ -17,7 +17,7 @@ Name: python2-oscfs -Version: 0.60 +Version: 0.61 Release: 0 Summary: A FUSE file system for accessing Open Build Service instances License: GPL-2.0-or-later @@ -47,7 +47,7 @@ %files %defattr(-,root,root) -%doc README.md +%doc README.md NEWS.rst %license LICENSE.txt %{python2_sitelib}/* %{_bindir}/oscfs ++++++ v0.60.tar.gz -> v0.61.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oscfs-0.60/MANIFEST.in new/oscfs-0.61/MANIFEST.in --- old/oscfs-0.60/MANIFEST.in 2018-07-12 11:31:49.000000000 +0200 +++ new/oscfs-0.61/MANIFEST.in 2018-08-09 15:51:18.000000000 +0200 @@ -1 +1 @@ -include README* LICENSE* +include README* LICENSE* NEWS.rst diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oscfs-0.60/NEWS.rst new/oscfs-0.61/NEWS.rst --- old/oscfs-0.60/NEWS.rst 1970-01-01 01:00:00.000000000 +0100 +++ new/oscfs-0.61/NEWS.rst 2018-08-09 15:51:18.000000000 +0200 @@ -0,0 +1,11 @@ +0.6.1 +===== + +- Fixed a bug with accessing the artifacts in the ``.oscfs/binaries/`` + per-package sub-directory. The data was very inefficiently retrieved + from the OBS server resulting in extremely low read performance. + +0.6.0 +===== + +- Initial release diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oscfs-0.60/oscfs/package.py new/oscfs-0.61/oscfs/package.py --- old/oscfs-0.60/oscfs/package.py 2018-07-12 11:31:49.000000000 +0200 +++ new/oscfs-0.61/oscfs/package.py 2018-08-09 15:51:18.000000000 +0200 @@ -531,7 +531,6 @@ self.m_repo = repo self.m_arch = arch self.m_binary = binary - self.setUseCache(False) self._setMeta() def _setMeta(self): diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oscfs-0.60/setup.py new/oscfs-0.61/setup.py --- old/oscfs-0.60/setup.py 2018-07-12 11:31:49.000000000 +0200 +++ new/oscfs-0.61/setup.py 2018-08-09 15:51:18.000000000 +0200 @@ -38,7 +38,7 @@ try: setup( name = 'oscfs', - version = '0.6.0', + version = '0.6.1', description = 'A FUSE based file system to access Open Build Service (OBS) instances', long_description = long_desc, author = 'Matthias Gerstner', @@ -47,7 +47,7 @@ keywords = 'fuse obs osc openSUSE', packages = ['oscfs'], install_requires = ['osc', 'fusepy'], - #url = 'https://github.com/mgerstner/oscfs', + url = 'https://github.com/mgerstner/oscfs', classifiers = [ 'Intended Audience :: Developers', 'License :: OSI Approved :: GNU General Public License v2 (GPLv2)',
