14
0
forked from pool/python-pony

- Update to 0.7.13:

* support for python 3.8
  * minor fixes

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pony?expand=0&rev=14
This commit is contained in:
Tomáš Chvátal
2020-03-09 09:06:45 +00:00
committed by Git OBS Bridge
parent 1c8813a46b
commit e4ed5cf4d9
4 changed files with 13 additions and 6 deletions

View File

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

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

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

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Mar 9 09:02:16 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 0.7.13:
* support for python 3.8
* minor fixes
-------------------------------------------------------------------
Wed Dec 11 08:22:40 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-pony
#
# Copyright (c) 2019 SUSE LLC
# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,11 +18,10 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-pony
Version: 0.7.10
Version: 0.7.13
Release: 0
Summary: Pony Object-Relational Mapper
License: Apache-2.0
Group: Development/Languages/Python
URL: https://ponyorm.com
Source: https://files.pythonhosted.org/packages/source/p/pony/pony-%{version}.tar.gz
BuildRequires: %{python_module setuptools}
@@ -50,6 +49,7 @@ dos2unix README.md
%install
%python_install
%python_expand rm -r %{buildroot}%{$python_sitelib}/pony/*/tests
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check