forked from pool/python-pysmbc
Accepting request 1133194 from devel:languages:python
- 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/request/show/1133194 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pysmbc?expand=0&rev=9
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:08db176281103024b7e8563adef733e56250051d87394c4baec4fd298d0d16f8
|
||||
size 26219
|
3
pysmbc-1.0.25.1.tar.gz
Normal file
3
pysmbc-1.0.25.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:22f1715df82589fd9cc4253feab390b4ef0babf14f64513cd8d07b3789963226
|
||||
size 33192
|
@@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 14 21:06:17 UTC 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 2 12:05:18 UTC 2022 - Samuel Cabrero <scabrero@suse.de>
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-pysmbc
|
||||
#
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -21,7 +21,7 @@
|
||||
# Tests need a running samba server
|
||||
%bcond_with test
|
||||
Name: python-pysmbc
|
||||
Version: 1.0.23
|
||||
Version: 1.0.25.1
|
||||
Release: 0
|
||||
Summary: Python bindings for samba clients (libsmbclient)
|
||||
License: GPL-2.0-or-later
|
||||
|
Reference in New Issue
Block a user