14
0
forked from pool/python-pysvn

Compare commits

3 Commits

Author SHA256 Message Date
b91d6e92ed Accepting request 1303658 from devel:languages:python
- update to 1.9.23:
  * Python 3.13 support
  * Build binary kits for Windows and macOS
  * No longer build svn 1.10 kits as subversion LTS is 1.14 now

OBS-URL: https://build.opensuse.org/request/show/1303658
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pysvn?expand=0&rev=38
2025-09-11 12:39:48 +00:00
34fd8d309a Fix build for 15.6
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pysvn?expand=0&rev=65
2025-09-10 13:21:47 +00:00
71ea35f2a3 - update to 1.9.23:
* Python 3.13 support
  * Build binary kits for Windows and macOS
  * No longer build svn 1.10 kits as subversion LTS is 1.14 now

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pysvn?expand=0&rev=64
2025-09-10 13:15:53 +00:00
4 changed files with 23 additions and 6 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:29f2e0f6dbae2a95f12689e20f4d369035c6093c0e67d8eeac2a0fad6311a3b8
size 669169

3
pysvn-1.9.23.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:001aeed679e0d516987d9c1ed19d0dc44f74ad4fc9da1fc1873527be0adab029
size 669194

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Wed Sep 10 12:56:37 UTC 2025 - Daniel Garcia <daniel.garcia@suse.com>
- update to 1.9.23:
* Python 3.13 support
* Build binary kits for Windows and macOS
* No longer build svn 1.10 kits as subversion LTS is 1.14 now
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Dec 14 21:38:14 UTC 2023 - Dirk Müller <dmueller@suse.com> Thu Dec 14 21:38:14 UTC 2023 - Dirk Müller <dmueller@suse.com>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package python-pysvn # spec file for package python-pysvn
# #
# Copyright (c) 2023 SUSE LLC # Copyright (c) 2025 SUSE LLC and contributors
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
%define packagename pysvn %define packagename pysvn
%{?!python_module:%define python_module() python-%{**} python3-%{**}} %{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-pysvn Name: python-pysvn
Version: 1.9.22 Version: 1.9.23
Release: 0 Release: 0
Summary: Highlevel Subversion Python Bindings Summary: Highlevel Subversion Python Bindings
License: Apache-1.1 License: Apache-1.1
@@ -72,7 +72,16 @@ rm -rf Import
export CFLAGS="%{optflags}" export CFLAGS="%{optflags}"
%{python_expand # %{python_expand #
pushd build/Source pushd build/Source
$python setup.py configure --enable-debug --verbose --fixed-module-name --norpath
# Copy cxx to CXX because sources look for (Uppercase) CXX
rm -rf CXX
if [ -d "%{_includedir}/python%{$python_bin_suffix}/cxx" ]
then
cp -r %{_includedir}/python%{$python_bin_suffix}/cxx CXX
extraargs="--pycxx-dir=."
fi
$python setup.py configure --enable-debug --verbose --fixed-module-name --norpath $extraargs
sed -i -e 's@-Wall -fPIC -fexceptions -frtti@%{optflags} -fPIC -frtti@' Makefile sed -i -e 's@-Wall -fPIC -fexceptions -frtti@%{optflags} -fPIC -frtti@' Makefile
%make_build %make_build