Changelog for
python-smbc-1.0.15.5-42.1.x86_64.rpm :
Thu Aug 24 14:00:00 2017 jmatejekAATTsuse.com
- singlespec auto-conversion
Sat Sep 3 14:00:00 2016 p.drouandAATTgmail.com
- Fix Url
Fri Jan 15 13:00:00 2016 termimAATTgmail.com
- Remove python-smbc-pkg-config.patch - applied upstream
- Remove pre_checking.sh - no need to copy python files to python3
- Update to version 1.0.15.5:
* fix NUL-termination bug
- Update to version 1.0.15.4:
* added some constants
- Update to version 1.0.15.3:
* added smbc.ConnectionRefusedError
- Update to version 1.0.15.1:
* Return direntry with unicode string
- Update to version 1.0.15:
* Working with Python3
- Update to version 1.0.14.2:
* added smbc.NotDirectoryError
- Update to version 1.0.14.1:
* Fix for Python 2.6
- Update to version 1.0.14:
* Context.set_credentials_with_fallback()
* Context.getxattr, Context.setxattr
* smbc.XATTR, smbc.XATTR_ACL, smbc.XATTR_ACL_SID, smbc.XATTR_ALL,
smbc.XATTR_ALL_SID, smbc.XATTR_FLAG_CREATE, smbc.XATTR_FLAG_REPLACE,
smbc.XATTR_GROUP, smbc.XATTR_GROUP_SID, smbc.XATTR_OWNER,
smbc.XATTR_OWNER_SID, smbc.XATTR_REVISION
Mon Jun 2 14:00:00 2014 dvaleevAATTsuse.com
- Add pkgconfig to BuildRequires to fix build
Mon Sep 2 14:00:00 2013 zaitorAATTopensuse.org
- Add python-smbc-pkg-config.patch, fixes build with samba 4.
Tue Jan 15 13:00:00 2013 p.drouandAATTgmail.com
- Initial python3 support
Wed Feb 15 13:00:00 2012 dimstarAATTopensuse.org
- Update to version 1.0.13:
+ Call initial libsmbclient functions in right order.
+ Memory/connection leaks.
Tue Dec 20 13:00:00 2011 vuntzAATTopensuse.org
- Update to version 1.0.12:
+ Add Context.optionUseKerberos
+ Add Context.optionFallbackAfterKerberos
Fri May 27 14:00:00 2011 vuntzAATTopensuse.org
- Update to version 1.0.11:
+ read/iternext now use Bytes type
Wed Nov 10 13:00:00 2010 vuntzAATTopensuse.org
- Update to version 1.0.10:
+ smbc.NoSpaceError
+ Now buildable against Python 3
Mon Sep 6 14:00:00 2010 cooloAATTnovell.com
- Fix build with python 2.7, by fixing a filename in the file list.
Mon Aug 23 14:00:00 2010 dimstarAATTopensuse.org
- Update to version 1.0.9:
+ iteration file read
+ rewrite tests for python nose
+ fixed stat portability issue
+ smbc.NoEntryError
+ smbc.ExistsError
+ smbc.NotEmptyError
+ smbc.TimedOutError
+ File.seek() and File.lseek()
Fri Aug 6 14:00:00 2010 vuntzAATTopensuse.org
- Update to version 1.0.8:
+ Context.chmod()
+ Context.rename()
+ Context.unlink()
+ Context.creat()
- Changes from version 1.0.7:
+ Context.open: omissible flags and mode
+ File: omissible flags and mode
+ File.read()
+ smbc.PermissionError
+ Context.mkdir()
+ Context.stat()
+ File.fstat()
+ File.write()
+ File.close()