Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python311-pysmbc-1.0.25.1-lp160.1.1 RPM for x86_64

From OpenSuSE Leap 16.0 for x86_64

Name: python311-pysmbc Distribution: openSUSE Leap 16.0
Version: 1.0.25.1 Vendor: openSUSE
Release: lp160.1.1 Build date: Tue Sep 3 12:35:48 2024
Group: Development/Languages/Python Build host: i02-ch2c
Size: 87262 Source RPM: python-pysmbc-1.0.25.1-lp160.1.1.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/hamano/pysmbc
Summary: Python bindings for samba clients (libsmbclient)
This is a set of Python bindings for the libsmbclient library
from the samba project.

Provides

Requires

License

GPL-2.0-or-later

Changelog

* Thu Dec 14 2023 Dirk Müller <dmueller@suse.com>
  - 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
* Wed Feb 02 2022 Samuel Cabrero <scabrero@suse.de>
  - Remove libsmbclient-devel BuildRequires in favor of
    pkgconfig(smbclient); (jsc#SLE-20577);
* Tue Nov 23 2021 Steve Kowalik <steven.kowalik@suse.com>
  - Remove python2 guard so we always Provide/Obsolete the old name.
* Thu Jan 14 2021 Benjamin Greiner <code@bnavigator.de>
  - 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.
* Fri Aug 07 2020 Marketa Calabkova <mcalabkova@suse.com>
  - 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
* Mon Mar 23 2020 pgajdos@suse.com
  - version update to 1.0.19
    * no upstream changelog found (NEWS not updated)
* Mon Jan 06 2020 Steve Kowalik <steven.kowalik@suse.com>
  - 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
* Mon Jul 22 2019 Tomáš Chvátal <tchvatal@suse.com>
  - Update to 1.0.16:
    * no changelog
* Thu Sep 07 2017 toddrme2178@gmail.com
  - Rename to python-pysmbc to follow python package naming rules.
  - Update to version 1.0.15.8
    * No changelog
* Thu Aug 24 2017 jmatejek@suse.com
  - singlespec auto-conversion
* Sat Sep 03 2016 p.drouand@gmail.com
  - Fix Url
* Fri Jan 15 2016 termim@gmail.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 02 2014 dvaleev@suse.com
  - Add pkgconfig to BuildRequires to fix build
* Mon Sep 02 2013 zaitor@opensuse.org
  - Add python-smbc-pkg-config.patch, fixes build with samba 4.
* Tue Jan 15 2013 p.drouand@gmail.com
  - Initial python3 support
* Wed Feb 15 2012 dimstar@opensuse.org
  - Update to version 1.0.13:
    + Call initial libsmbclient functions in right order.
    + Memory/connection leaks.
* Tue Dec 20 2011 vuntz@opensuse.org
  - Update to version 1.0.12:
    + Add Context.optionUseKerberos
    + Add Context.optionFallbackAfterKerberos
* Fri May 27 2011 vuntz@opensuse.org
  - Update to version 1.0.11:
    + read/iternext now use Bytes type
* Wed Nov 10 2010 vuntz@opensuse.org
  - Update to version 1.0.10:
    + smbc.NoSpaceError
    + Now buildable against Python 3
* Mon Sep 06 2010 coolo@novell.com
  - Fix build with python 2.7, by fixing a filename in the file list.
* Mon Aug 23 2010 dimstar@opensuse.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 06 2010 vuntz@opensuse.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()
* Sat Feb 21 2009 vuntz@novell.com
  - Split from system-config-printer.

Files

/usr/lib64/python3.11/site-packages/_smbc.cpython-311-x86_64-linux-gnu.so
/usr/lib64/python3.11/site-packages/pysmbc-1.0.25.1-py3.11.egg-info
/usr/lib64/python3.11/site-packages/pysmbc-1.0.25.1-py3.11.egg-info/PKG-INFO
/usr/lib64/python3.11/site-packages/pysmbc-1.0.25.1-py3.11.egg-info/SOURCES.txt
/usr/lib64/python3.11/site-packages/pysmbc-1.0.25.1-py3.11.egg-info/dependency_links.txt
/usr/lib64/python3.11/site-packages/pysmbc-1.0.25.1-py3.11.egg-info/top_level.txt
/usr/lib64/python3.11/site-packages/smbc
/usr/lib64/python3.11/site-packages/smbc/__init__.py
/usr/lib64/python3.11/site-packages/smbc/__pycache__
/usr/lib64/python3.11/site-packages/smbc/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/smbc/__pycache__/__init__.cpython-311.pyc
/usr/lib64/python3.11/site-packages/smbc/__pycache__/xattr.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/smbc/__pycache__/xattr.cpython-311.pyc
/usr/lib64/python3.11/site-packages/smbc/xattr.py
/usr/share/doc/packages/python311-pysmbc
/usr/share/doc/packages/python311-pysmbc/NEWS
/usr/share/licenses/python311-pysmbc
/usr/share/licenses/python311-pysmbc/COPYING


Generated by rpm2html 1.8.1

Fabrice Bellet, Mon Sep 16 00:03:26 2024