14
0
forked from pool/python-pysmbc
Commit Graph

10 Commits

Author SHA256 Message Date
083daf3cab - Convert to pip-based build
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pysmbc?expand=0&rev=19
2025-06-10 12:32:44 +00:00
530d43c8ac - update to 1.0.25.1:
* Introduced use_kerberos keyword to allow Kerberos authentication
  * Added new test cases to verify setxattr() input and getxattr()
    output
  * smbc/context.c: Fix PY_MAJOR_VERSION define
- Remove python2 guard so we always Provide/Obsolete the old name.
- Add pkgconfig to BuildRequires to fix build
- Add python-smbc-pkg-config.patch, fixes build with samba 4.
- Fix build with python 2.7, by fixing a filename in the file list.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pysmbc?expand=0&rev=17
2023-12-14 21:07:09 +00:00
8e6a452c7a Accepting request 950907 from home:scabrero:branches:devel:languages:python
- Remove libsmbclient-devel BuildRequires in favor of
  pkgconfig(smbclient); (jsc#SLE-20577);

OBS-URL: https://build.opensuse.org/request/show/950907
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pysmbc?expand=0&rev=16
2022-02-03 11:16:08 +00:00
25a8e06416 - Remove python2 guard so we always Provide/Obsolete the old name.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pysmbc?expand=0&rev=15
2021-11-23 06:59:54 +00:00
5843122bcf Accepting request 863075 from home:bnavigator:branches:devel:languages:python
- Update to 1.0.23
  No changelog provided. From the git log:
  * Python 3 API changes
  * Rework Context.getxattr() To Only Allocate Needed Buffer Space
- Remove evil ifpython3. Let the macros figure out the correct
  provides/obsoletes tags. gh#openSUSE/python-rpm-macros#66
- Upstream is moving to pytest, but the tests still need a running
  samba server.

OBS-URL: https://build.opensuse.org/request/show/863075
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pysmbc?expand=0&rev=13
2021-01-14 14:35:09 +00:00
Tomáš Chvátal
c443c8d70a Accepting request 824820 from home:mcalabkova:branches:devel:languages:python
- update to 1.0.22
  * Add File_seekable #52
  * Rework some routines to fix holes in error checking #50
  * Fix File_read when the current location is not zero #49
  * Add File_flush #48
  * Add File_tell #47
  * Added SAMBA protocol version optional variable #41

OBS-URL: https://build.opensuse.org/request/show/824820
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pysmbc?expand=0&rev=11
2020-08-07 13:11:48 +00:00
Tomáš Chvátal
c53e2124d7 Accepting request 787473 from home:pgajdos:python
- version update to 1.0.19
  * no upstream changelog found (NEWS not updated)

OBS-URL: https://build.opensuse.org/request/show/787473
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pysmbc?expand=0&rev=9
2020-03-23 13:14:58 +00:00
969c492604 - Update to 1.0.18:
+ New in 1.0.18:
    * Support Fix memleak for auth_fn #32
    * Support readinto #31
  + New in 1.0.17:
    * Support buffer protocol #30
    * exceptions: use a shared superclass #28
    * setup: autodetect required library dirs #27

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pysmbc?expand=0&rev=7
2020-01-06 04:03:36 +00:00
Tomáš Chvátal
9e3bb9061e - Update to 1.0.16:
* no changelog

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pysmbc?expand=0&rev=5
2019-07-22 14:56:51 +00:00
Todd R
a12164991b - Rename to python-pysmbc to follow python package naming rules.
- Update to version 1.0.15.8
  * No changelog

- singlespec auto-conversion

- Fix Url

- 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,

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pysmbc?expand=0&rev=1
2017-09-07 16:49:05 +00:00