forked from pool/python-pony
Compare commits
6 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 792a4514bd | |||
| 499b126f67 | |||
| 97afd2700c | |||
| fab6dbe930 | |||
| 4e1385c800 | |||
| 57b551e4e4 |
@@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 29 01:29:47 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
|
||||
- Remove skip for Python 3.12, it's supported.
|
||||
- Add skip for Python 3.14, it isn't.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 11 05:49:24 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
|
||||
- Switch to pyproject macros.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 30 12:45:17 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- skip for python313
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Aug 31 11:39:46 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-pony
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 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
|
||||
@@ -17,7 +17,8 @@
|
||||
|
||||
|
||||
# not compatible: https://github.com/ponyorm/pony/blob/v0.7.17/setup.py#L112
|
||||
%define skip_python312 1
|
||||
%define skip_python313 1
|
||||
%define skip_python314 1
|
||||
Name: python-pony
|
||||
Version: 0.7.19
|
||||
Release: 0
|
||||
@@ -26,8 +27,10 @@ License: Apache-2.0
|
||||
URL: https://ponyorm.com
|
||||
Source: https://files.pythonhosted.org/packages/source/p/pony/pony-%{version}.tar.gz
|
||||
BuildRequires: %{python_module base}
|
||||
BuildRequires: %{python_module pip}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: %{python_module sqlite3}
|
||||
BuildRequires: %{python_module wheel}
|
||||
BuildRequires: dos2unix
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
@@ -48,10 +51,10 @@ rm -rf pony/thirdparty/compiler
|
||||
dos2unix README.md
|
||||
|
||||
%build
|
||||
%python_build
|
||||
%pyproject_wheel
|
||||
|
||||
%install
|
||||
%python_install
|
||||
%pyproject_install
|
||||
%python_expand rm -r %{buildroot}%{$python_sitelib}/pony/*/tests
|
||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||
|
||||
@@ -64,6 +67,6 @@ rm pony/orm/tests/test_json.py
|
||||
%doc README.md
|
||||
%license LICENSE
|
||||
%{python_sitelib}/pony
|
||||
%{python_sitelib}/pony-%{version}*-info
|
||||
%{python_sitelib}/pony-%{version}.dist-info
|
||||
|
||||
%changelog
|
||||
|
||||
Reference in New Issue
Block a user