diff --git a/python-aiodataloader-0.2.0+git20201019+0345c66.tar.gz b/python-aiodataloader-0.2.0+git20201019+0345c66.tar.gz deleted file mode 100644 index 98cc952..0000000 --- a/python-aiodataloader-0.2.0+git20201019+0345c66.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f4e704bdde9ef9d03ed55299ca0fa2638dfbe57733b7ae0aaebb528459c0fe57 -size 13664 diff --git a/python-aiodataloader-0.2.1.tar.gz b/python-aiodataloader-0.2.1.tar.gz new file mode 100644 index 0000000..556a836 --- /dev/null +++ b/python-aiodataloader-0.2.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6051aab9ac38dd7d4df987567799d8135ffcd7a0b3a7d067dac28490583491e +size 13664 diff --git a/python-aiodataloader.changes b/python-aiodataloader.changes index 9d9671d..53fbe87 100644 --- a/python-aiodataloader.changes +++ b/python-aiodataloader.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Jan 24 10:08:57 UTC 2022 - Sebastian Wagner + +- 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 diff --git a/python-aiodataloader.spec b/python-aiodataloader.spec index 7b2c7b2..2782c71 100644 --- a/python-aiodataloader.spec +++ b/python-aiodataloader.spec @@ -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