17
0

Accepting request 949296 from devel:languages:python

- update to version 0.2.1:
 - Resolve deprecation warning for Python 3.9
 - Fix print related typos in the README files

OBS-URL: https://build.opensuse.org/request/show/949296
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-aiodataloader?expand=0&rev=2
This commit is contained in:
2022-01-26 20:27:31 +00:00
committed by Git OBS Bridge
4 changed files with 16 additions and 8 deletions

View File

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

View File

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

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Jan 24 10:08:57 UTC 2022 - Sebastian Wagner <sebix+novell.com@sebix.at>
- update to version 0.2.1:
- Resolve deprecation warning for Python 3.9
- Fix print related typos in the README files
-------------------------------------------------------------------
Mon Dec 6 10:36:19 UTC 2021 - Sebastian Wagner <sebix+novell.com@sebix.at>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-aiodataloader
#
# 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
@@ -18,16 +18,17 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-aiodataloader
Version: 0.2.0+git20201019+0345c66
Version: 0.2.1
Release: 0
Summary: Asyncio DataLoader implementation for Python
License: MIT
URL: https://github.com/syrusakbary/aiodataloader
Source: https://github.com/syrusakbary/aiodataloader/archive/0345c66f2f15a724a5e241ca73b8823d2ddd0625.tar.gz#/%{name}-%{version}.tar.gz
Source: https://github.com/syrusakbary/aiodataloader/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
# pypi tarball has no tests
#Source: https://files.pythonhosted.org/packages/source/a/aiodataloader/aiodataloader-%%{version}.tar.gz
BuildRequires: python-rpm-macros
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
# SECTION tests
BuildRequires: %{python_module pytest >= 3.6}
BuildRequires: %{python_module mock}
@@ -42,7 +43,7 @@ various remote data sources such as databases or web services via
batching and caching.
%prep
%setup -q -n aiodataloader-0345c66f2f15a724a5e241ca73b8823d2ddd0625
%setup -q -n aiodataloader-%{version}
%build
%python_build