Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-environ-config for
openSUSE:Factory checked in at 2022-12-11 17:17:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-environ-config (Old)
and /work/SRC/openSUSE:Factory/.python-environ-config.new.1835 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-environ-config"
Sun Dec 11 17:17:06 2022 rev:2 rq:1042183 version:22.1.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-environ-config/python-environ-config.changes
2020-08-10 14:51:58.131809499 +0200
+++
/work/SRC/openSUSE:Factory/.python-environ-config.new.1835/python-environ-config.changes
2022-12-11 17:17:09.686056679 +0100
@@ -1,0 +2,26 @@
+Fri Dec 9 16:48:49 UTC 2022 - Yogalakshmi Arunachalam <[email protected]>
+
+- Update to 22.1.0 (2022-04-02)
+ * Deprecations:
+ Python 2.7, 3.5, and 3.6 support has been dropped. environ-config now
requires Python 3.7 or later.
+ * Changes:
+ Lazily init the AWS SecretsManager client to make unit testing easier. #25
+
+- Update to 21.2.0 (2021-05-17)
+ * Deprecations:
+ This is the last release supporting Python versions older than 3.7.
+ * Changes:
+ Added AWS SecretsManager support. #23
+
+- Update to 21.1.0 (2021-04-14)
+ * Backward-incompatible changes:
+ none
+ * Deprecations:
+ none
+ * Changes:
+ Fixed environment variablesâ names when prefix is empty. #14
+ Added the optional keyword argument to environ.group() #17
+ Added DirectorySecrets secret reader, which can read secrets from a
directory of files.
+ Useful for Docker or Kubernetes mounted secrets inside a container. #19
+
+-------------------------------------------------------------------
Old:
----
environ-config-20.1.0.tar.gz
New:
----
environ-config-22.1.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-environ-config.spec ++++++
--- /var/tmp/diff_new_pack.EC3fIU/_old 2022-12-11 17:17:11.766068266 +0100
+++ /var/tmp/diff_new_pack.EC3fIU/_new 2022-12-11 17:17:11.810068511 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-environ-config
#
-# Copyright (c) 2020 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,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-environ-config
-Version: 20.1.0
+Version: 22.1.0
Release: 0
Summary: Boilerplate-free configuration with env variables
License: MIT
@@ -33,6 +33,8 @@
BuildArch: noarch
# SECTION test requirements
BuildRequires: %{python_module attrs >= 17.4.0}
+BuildRequires: %{python_module boto3}
+BuildRequires: %{python_module moto}
BuildRequires: %{python_module pytest}
# /SECTION
%python_subpackages
++++++ environ-config-20.1.0.tar.gz -> environ-config-22.1.0.tar.gz ++++++
++++ 3355 lines of diff (skipped)