15
0

- Update to 0.19.0:

- Added the license to the source distribution, thanks to
    Joshua Adelman
  - Added Python 3.9 and 3.10 support, this includes fixing
    Python 3.10 compatibility, thanks to Torge Matthies
  - Improved the documentation, thanks to Takahiro Kojima
  - Improved the source distribution so that it can be used to
    build and install wheels, thanks to Janusz Skonieczny
  - Added requirements files for easier development, thanks to
    Greg Eremeev
  - Removed Python 3.5 support
  - Fixed a bug where only one of multiple NoInject annotations
    was interpreted

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-injector?expand=0&rev=15
This commit is contained in:
2021-12-31 13:05:40 +00:00
committed by Git OBS Bridge
parent efcff0681f
commit ed27f0f27f
4 changed files with 22 additions and 5 deletions

View File

@@ -19,7 +19,7 @@
%define skip_python2 1
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-injector
Version: 0.18.3
Version: 0.19.0
Release: 0
Summary: Python dependency injection framework, inspired by Guice
License: BSD-3-Clause
@@ -33,7 +33,7 @@ BuildRequires: fdupes
BuildRequires: python-rpm-macros
BuildRequires: ((python3-dataclasses and python3-base < 3.7) or (python36-dataclasses and python36-base))
Requires: python
Requires: python-typing_extensions >= 3.7.4
Requires: (python-typing_extensions if python-base < 3.8)
BuildArch: noarch
%python_subpackages