forked from pool/python-pgmagick
Compare commits
4 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 6b9d914bad | |||
| 534a6d6596 | |||
| 4e1b93b4a4 | |||
| d550da6544 |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fe7f5fb92ee465ade0955dd810c181b9965334133dad4d4b423a29c1f2ec9d91
|
||||
size 363710
|
||||
3
pgmagick-0.8.tar.gz
Normal file
3
pgmagick-0.8.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:dfc50991e2f0b8fc7c6ab59598f3e59abf14406c84335e82394ad649e857f094
|
||||
size 1295189
|
||||
@@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 27 07:04:02 UTC 2026 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 0.8:
|
||||
* Update docs
|
||||
* add update
|
||||
* Python 3.14 support
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 9 05:15:43 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
|
||||
- Build for primary python only, due to how Boost is built.
|
||||
- Remove some Python 2 gubbins.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 21 05:54:25 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-pgmagick
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2026 SUSE LLC and contributors
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -16,9 +16,13 @@
|
||||
#
|
||||
|
||||
|
||||
# Building for primary python only due to Boost only being built for the
|
||||
# primary python, and exporting all symbols. We can revisit after Python
|
||||
# 3.13 is the lowest version we build for.
|
||||
%define pythons python3
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-pgmagick
|
||||
Version: 0.7.6
|
||||
Version: 0.8
|
||||
Release: 0
|
||||
Summary: Yet Another Python wrapper for GraphicsMagick
|
||||
License: MIT
|
||||
@@ -37,9 +41,6 @@ BuildRequires: python-rpm-macros
|
||||
BuildRequires: pkgconfig(GraphicsMagick++)
|
||||
%if 0%{?suse_version} >= 1500
|
||||
BuildRequires: libboost_python3-devel
|
||||
%if %{with python2}
|
||||
BuildRequires: libboost_python-devel
|
||||
%endif
|
||||
%else
|
||||
BuildRequires: boost-devel
|
||||
%endif
|
||||
|
||||
Reference in New Issue
Block a user