Compare commits

6 Commits

Author SHA256 Message Date
19290d2f91 Accepting request 1284623 from devel:languages:python
- Switch to pyproject macros.

OBS-URL: https://build.opensuse.org/request/show/1284623
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pony?expand=0&rev=15
2025-06-11 14:25:35 +00:00
edf721f932 - Switch to pyproject macros.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pony?expand=0&rev=32
2025-06-11 06:14:38 +00:00
96711312b5 Accepting request 1219561 from devel:languages:python
- skip for python313

OBS-URL: https://build.opensuse.org/request/show/1219561
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pony?expand=0&rev=14
2024-10-31 15:09:26 +00:00
1701e65bc5 - skip for python313
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pony?expand=0&rev=30
2024-10-30 12:45:26 +00:00
c7e2307a69 Accepting request 1198040 from devel:languages:python
- update to 0.7.19:
  * Python 3.12 support
  * Fix JSON handling in SQLite >= 3.45

OBS-URL: https://build.opensuse.org/request/show/1198040
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pony?expand=0&rev=13
2024-09-02 11:14:05 +00:00
7136c8c024 - update to 0.7.19:
* Python 3.12 support
  * Fix JSON handling in SQLite >= 3.45

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pony?expand=0&rev=28
2024-08-31 11:40:30 +00:00
4 changed files with 28 additions and 8 deletions

View File

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

3
pony-0.7.19.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
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>
- update to 0.7.19:
* Python 3.12 support
* Fix JSON handling in SQLite >= 3.45
-------------------------------------------------------------------
Thu Apr 4 11:06:06 UTC 2024 - Daniel Garcia <daniel.garcia@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-pony
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,16 +18,19 @@
# not compatible: https://github.com/ponyorm/pony/blob/v0.7.17/setup.py#L112
%define skip_python312 1
%define skip_python313 1
Name: python-pony
Version: 0.7.17
Version: 0.7.19
Release: 0
Summary: Pony Object-Relational Mapper
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