From ed27f0f27fea3ec4b1e9ba57579c3cc72f7a6daa7457cae32fb21dbfbf2f88d9 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Fri, 31 Dec 2021 13:05:40 +0000 Subject: [PATCH] - 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 --- 0.18.3.tar.gz | 3 --- 0.19.0.tar.gz | 3 +++ python-injector.changes | 17 +++++++++++++++++ python-injector.spec | 4 ++-- 4 files changed, 22 insertions(+), 5 deletions(-) delete mode 100644 0.18.3.tar.gz create mode 100644 0.19.0.tar.gz diff --git a/0.18.3.tar.gz b/0.18.3.tar.gz deleted file mode 100644 index 742d801..0000000 --- a/0.18.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ccf6e7ebc55fc6594e1721a01e91ff6845ebc96f9b6c9d2857c83b50a7cde357 -size 43256 diff --git a/0.19.0.tar.gz b/0.19.0.tar.gz new file mode 100644 index 0000000..3dadb5b --- /dev/null +++ b/0.19.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ecc568a4ccb405b7f759db3fdd7c65a6f0435e3ee67ab6149e244f3c214e55bb +size 44208 diff --git a/python-injector.changes b/python-injector.changes index 02ffd71..8195167 100644 --- a/python-injector.changes +++ b/python-injector.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Fri Dec 31 13:01:20 UTC 2021 - Matej Cepl + +- 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 + ------------------------------------------------------------------- Thu Jan 28 04:00:57 UTC 2021 - Steve Kowalik diff --git a/python-injector.spec b/python-injector.spec index 9c54de6..de21427 100644 --- a/python-injector.spec +++ b/python-injector.spec @@ -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