From fa2e5d263b81c33eed4de512e307d1cd2a9db24d22a8e95a8859631148e2799b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Wed, 11 Dec 2019 08:52:03 +0000 Subject: [PATCH] - Update to 0.18.1: * Various minor fixes and support for new python - Depend on full python interpreter for sqlite module OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-injector?expand=0&rev=9 --- 0.17.0.tar.gz | 3 --- 0.18.1.tar.gz | 3 +++ python-injector.changes | 7 +++++++ python-injector.spec | 11 +++++++---- 4 files changed, 17 insertions(+), 7 deletions(-) delete mode 100644 0.17.0.tar.gz create mode 100644 0.18.1.tar.gz diff --git a/0.17.0.tar.gz b/0.17.0.tar.gz deleted file mode 100644 index 9c48482..0000000 --- a/0.17.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:97fd9e9dd81ce87ea02b5446b3900aa92973a0e375331d08a289da339243c564 -size 182459 diff --git a/0.18.1.tar.gz b/0.18.1.tar.gz new file mode 100644 index 0000000..8a42fc1 --- /dev/null +++ b/0.18.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3765096e1f4180eb3894ea9ddf0d6d5a15318fcdcd682075ca5be4fb9bbafec1 +size 185558 diff --git a/python-injector.changes b/python-injector.changes index 220bff9..39f7e09 100644 --- a/python-injector.changes +++ b/python-injector.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed Dec 11 08:48:54 UTC 2019 - Tomáš Chvátal + +- Update to 0.18.1: + * Various minor fixes and support for new python +- Depend on full python interpreter for sqlite module + ------------------------------------------------------------------- Wed Jul 24 13:38:20 UTC 2019 - pgajdos@suse.com diff --git a/python-injector.spec b/python-injector.spec index d587418..72160f5 100644 --- a/python-injector.spec +++ b/python-injector.spec @@ -1,7 +1,7 @@ # # spec file for package python-injector # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,18 +19,20 @@ %define skip_python2 1 %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-injector -Version: 0.17.0 +Version: 0.18.1 Release: 0 Summary: Python dependency injection framework, inspired by Guice License: BSD-3-Clause -Group: Development/Languages/Python URL: https://github.com/alecthomas/injector Source: https://github.com/alecthomas/injector/archive/%{version}.tar.gz -BuildRequires: %{python_module pytest-cov} BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module typing_extensions >= 3.7.4} +BuildRequires: %{pythons} BuildRequires: fdupes BuildRequires: python-rpm-macros +Requires: python +Requires: python-typing_extensions >= 3.7.4 BuildArch: noarch %python_subpackages @@ -51,6 +53,7 @@ API. Providing a Pythonic API trumps faithfulness. %prep %setup -q -n injector-%{version} +rm pytest.ini %build %python_build