File tree 3 files changed +14
-3
lines changed
3 files changed +14
-3
lines changed Original file line number Diff line number Diff line change 1
- include README* LICENSE*
1
+ include README* LICENSE* NEWS.rst
Original file line number Diff line number Diff line change
1
+ 0.6.1
2
+ =====
3
+
4
+ - Fixed a bug with accessing the artifacts in the ``.oscfs/binaries/ ``
5
+ per-package sub-directory. The data was very inefficiently retrieved
6
+ from the OBS server resulting in extremely low read performance.
7
+
8
+ 0.6.0
9
+ =====
10
+
11
+ - Initial release
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ def getLongDesc():
38
38
try :
39
39
setup (
40
40
name = 'oscfs' ,
41
- version = '0.6.0 ' ,
41
+ version = '0.6.1 ' ,
42
42
description = 'A FUSE based file system to access Open Build Service (OBS) instances' ,
43
43
long_description = long_desc ,
44
44
author = 'Matthias Gerstner' ,
@@ -47,7 +47,7 @@ def getLongDesc():
47
47
keywords = 'fuse obs osc openSUSE' ,
48
48
packages = ['oscfs' ],
49
49
install_requires = ['osc' , 'fusepy' ],
50
- # url = 'https://github.com/mgerstner/oscfs',
50
+ url = 'https://github.com/mgerstner/oscfs' ,
51
51
classifiers = [
52
52
'Intended Audience :: Developers' ,
53
53
'License :: OSI Approved :: GNU General Public License v2 (GPLv2)' ,
You can’t perform that action at this time.
0 commit comments