15
0

Accepting request 755754 from devel:languages:python

- 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/request/show/755754
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-injector?expand=0&rev=4
This commit is contained in:
2019-12-11 11:15:00 +00:00
committed by Git OBS Bridge
4 changed files with 17 additions and 7 deletions

View File

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

3
0.18.1.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Wed Dec 11 08:48:54 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- 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

View File

@@ -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