Compare commits
6 Commits
Author | SHA256 | Date | |
---|---|---|---|
19290d2f91 | |||
edf721f932 | |||
96711312b5 | |||
1701e65bc5 | |||
c7e2307a69 | |||
7136c8c024 |
@@ -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
3
pony-0.7.19.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:f7f83b2981893e49f7f18e8def52ad8fa8f8e6c5f9583b9aaed62d4d85036a0f
|
||||||
|
size 258589
|
@@ -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>
|
Thu Apr 4 11:06:06 UTC 2024 - Daniel Garcia <daniel.garcia@suse.com>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-pony
|
# 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
|
# 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
|
||||||
@@ -18,16 +18,19 @@
|
|||||||
|
|
||||||
# not compatible: https://github.com/ponyorm/pony/blob/v0.7.17/setup.py#L112
|
# not compatible: https://github.com/ponyorm/pony/blob/v0.7.17/setup.py#L112
|
||||||
%define skip_python312 1
|
%define skip_python312 1
|
||||||
|
%define skip_python313 1
|
||||||
Name: python-pony
|
Name: python-pony
|
||||||
Version: 0.7.17
|
Version: 0.7.19
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Pony Object-Relational Mapper
|
Summary: Pony Object-Relational Mapper
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
URL: https://ponyorm.com
|
URL: https://ponyorm.com
|
||||||
Source: https://files.pythonhosted.org/packages/source/p/pony/pony-%{version}.tar.gz
|
Source: https://files.pythonhosted.org/packages/source/p/pony/pony-%{version}.tar.gz
|
||||||
BuildRequires: %{python_module base}
|
BuildRequires: %{python_module base}
|
||||||
|
BuildRequires: %{python_module pip}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: %{python_module sqlite3}
|
BuildRequires: %{python_module sqlite3}
|
||||||
|
BuildRequires: %{python_module wheel}
|
||||||
BuildRequires: dos2unix
|
BuildRequires: dos2unix
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
@@ -48,10 +51,10 @@ rm -rf pony/thirdparty/compiler
|
|||||||
dos2unix README.md
|
dos2unix README.md
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%python_build
|
%pyproject_wheel
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%python_install
|
%pyproject_install
|
||||||
%python_expand rm -r %{buildroot}%{$python_sitelib}/pony/*/tests
|
%python_expand rm -r %{buildroot}%{$python_sitelib}/pony/*/tests
|
||||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||||
|
|
||||||
@@ -64,6 +67,6 @@ rm pony/orm/tests/test_json.py
|
|||||||
%doc README.md
|
%doc README.md
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
%{python_sitelib}/pony
|
%{python_sitelib}/pony
|
||||||
%{python_sitelib}/pony-%{version}*-info
|
%{python_sitelib}/pony-%{version}.dist-info
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Reference in New Issue
Block a user