14
0
forked from pool/python-pony

- update to 0.7.17:

* Add Python 3.11 support; drop support for Python < 3.8
  * Fix #636 nullable IntArray and StrArray
  * Fix quoting table alias in MySQL DELETE queries
  * Fix handling of default argument values in hybrid methods
    and functions
- drop python-311.patch (upstream)
  * Fixes #628: DBAPIProvider.init() got multiple values for argument 'database'

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pony?expand=0&rev=22
This commit is contained in:
2024-01-22 23:42:38 +00:00
committed by Git OBS Bridge
parent 3d69948ce4
commit 71fa8b54ae
5 changed files with 17 additions and 423 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-pony
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,16 +16,13 @@
#
%global skip_python2 1
Name: python-pony
Version: 0.7.16
Version: 0.7.17
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
# PATCH-FIX-UPSTREAM python-311.patch gh#ponyorm/pony#671
Patch0: python-311.patch
BuildRequires: %{python_module setuptools}
BuildRequires: %{pythons}
BuildRequires: dos2unix