14
0
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:
2023-12-15 20:46:03 +00:00
committed by Git OBS Bridge
4 changed files with 18 additions and 9 deletions

View File

@@ -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
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:22f1715df82589fd9cc4253feab390b4ef0babf14f64513cd8d07b3789963226
size 33192

View File

@@ -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>
@@ -7,7 +16,7 @@ Wed Feb 2 12:05:18 UTC 2022 - Samuel Cabrero <scabrero@suse.de>
-------------------------------------------------------------------
Tue Nov 23 06:59:19 UTC 2021 - Steve Kowalik <steven.kowalik@suse.com>
- Remove python2 guard so we always Provide/Obsolete the old name.
- Remove python2 guard so we always Provide/Obsolete the old name.
-------------------------------------------------------------------
Thu Jan 14 12:05:43 UTC 2021 - Benjamin Greiner <code@bnavigator.de>
@@ -104,12 +113,12 @@ Fri Jan 15 15:49:39 UTC 2016 - termim@gmail.com
-------------------------------------------------------------------
Mon Jun 2 15:07:19 UTC 2014 - dvaleev@suse.com
- Add pkgconfig to BuildRequires to fix build
- Add pkgconfig to BuildRequires to fix build
-------------------------------------------------------------------
Mon Sep 2 21:41:19 UTC 2013 - zaitor@opensuse.org
- Add python-smbc-pkg-config.patch, fixes build with samba 4.
- Add python-smbc-pkg-config.patch, fixes build with samba 4.
-------------------------------------------------------------------
Tue Jan 15 21:33:03 UTC 2013 - p.drouand@gmail.com
@@ -146,7 +155,7 @@ Wed Nov 10 14:02:41 CET 2010 - vuntz@opensuse.org
-------------------------------------------------------------------
Mon Sep 6 14:35:08 UTC 2010 - coolo@novell.com
- Fix build with python 2.7, by fixing a filename in the file list.
- Fix build with python 2.7, by fixing a filename in the file list.
-------------------------------------------------------------------
Mon Aug 23 10:22:33 CEST 2010 - dimstar@opensuse.org

View File

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