forked from pool/python-pony
- update to 0.7.16:
* A long-awaited support of Python 3.10. * A possibility to create shared-in memory SQLite databases that can be accessed from multiple threads * Fixes #628: DBAPIProvider.init() got multiple values for argument 'database' - remove b6599465524c4b5c9624dfa30dd3c8a5624b515d.patch (upstream) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pony?expand=0&rev=19
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2f01e84e79ea7a14040225cb6c079bb266e7ba147346356c266490b18c77ce82
|
||||
size 290604
|
3
pony-0.7.16.tar.gz
Normal file
3
pony-0.7.16.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5f45fc67587f4520c560a57148cc573b097d42f82f5cb200d72c957b5708198d
|
||||
size 255213
|
@@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 17 21:08:46 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 0.7.16:
|
||||
* A long-awaited support of Python 3.10.
|
||||
* A possibility to create shared-in memory SQLite databases that can be
|
||||
accessed from multiple threads
|
||||
* Fixes #628: DBAPIProvider.init() got multiple values for argument 'database'
|
||||
- remove b6599465524c4b5c9624dfa30dd3c8a5624b515d.patch (upstream)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 15 07:53:53 UTC 2021 - pgajdos@suse.com
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-pony
|
||||
#
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -16,9 +16,10 @@
|
||||
#
|
||||
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%{?!python_module:%define python_module() ython3-%{**}}
|
||||
%global skip_python2 1
|
||||
Name: python-pony
|
||||
Version: 0.7.14
|
||||
Version: 0.7.16
|
||||
Release: 0
|
||||
Summary: Pony Object-Relational Mapper
|
||||
License: Apache-2.0
|
||||
@@ -41,7 +42,8 @@ Pony then analyzes the abstract syntax tree of a generator and
|
||||
translates it to its SQL equivalent.
|
||||
|
||||
%prep
|
||||
%setup -q -n pony-%{version}
|
||||
%autosetup -p1 -n pony-%{version}
|
||||
rm -rf pony/thirdparty/compiler
|
||||
dos2unix README.md
|
||||
|
||||
%build
|
||||
|
Reference in New Issue
Block a user