Update to version 1.2.4. OBS-URL: https://build.opensuse.org/request/show/841757 OBS-URL: https://build.opensuse.org/package/show/network/python-pysmb?expand=0&rev=11
58 lines
2.2 KiB
Plaintext
58 lines
2.2 KiB
Plaintext
-------------------------------------------------------------------
|
|
Wed Oct 14 10:53:19 UTC 2020 - Atri Bhattacharya <badshah400@gmail.com>
|
|
|
|
- Update to version 1.2.4:
|
|
* Remove dependency on pycrypto as it is no longer under active
|
|
maintenance and use own implementation of RC4 cipher instead
|
|
(gh#miketeo/pysmb#167).
|
|
- Changes from version 1.2.3:
|
|
* Fix bug in session key generation during session negotiation
|
|
(gh#miketeo/pysmb#166).
|
|
* Fix bug in SMB message signing which leads to operation
|
|
failures with Samba services.
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Sep 6 09:48:19 UTC 2020 - Atri Bhattacharya <badshah400@gmail.com>
|
|
|
|
- Update to version 1.2.2:
|
|
* Improve SMB URL handlers to support specifying server's
|
|
machine name and IP address (gh#miketeo/pysmb#162).
|
|
* Improvements to documentation on SMB URLs
|
|
(gh#miketeo/pysmb#160).
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Aug 1 16:07:04 UTC 2020 - Atri Bhattacharya <badshah400@gmail.com>
|
|
|
|
- Update to version 1.2.1:
|
|
* Fix bug in deleteFiles() method which can fail for certain
|
|
search patterns.
|
|
- Changes from version 1.2.0:
|
|
* Add new parameter, delete_matching_folders, to deleteFiles()
|
|
method to support deletion of child folders that match the
|
|
search pattern.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu May 7 01:34:47 UTC 2020 - Atri Bhattacharya <badshah400@gmail.com>
|
|
|
|
- Remove python-flavour dependent recompilation commands; they
|
|
are no longer needed for openSUSE >= 1550.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Nov 8 17:18:11 UTC 2018 - alarrosa@suse.com
|
|
|
|
- Remove unneeded python devel package
|
|
- Add %license tag
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Sep 12 13:24:02 UTC 2018 - badshah400@gmail.com
|
|
|
|
- Fix mtime difference between object files and sources by
|
|
recompiling after source file modification post python_install
|
|
stage; oddly fdupes needs to be run twice for this to correctly
|
|
work: once before compilation and once after.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Aug 22 16:17:29 UTC 2018 - badshah400@gmail.com
|
|
|
|
- Initial package.
|