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 2023-05-31 21:54:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-environ-config (Old)
and /work/SRC/openSUSE:Factory/.python-environ-config.new.1533 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-environ-config"
Wed May 31 21:54:07 2023 rev:3 rq:1089586 version:23.2.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-environ-config/python-environ-config.changes
2022-12-11 17:17:09.686056679 +0100
+++
/work/SRC/openSUSE:Factory/.python-environ-config.new.1533/python-environ-config.changes
2023-05-31 21:54:08.052876585 +0200
@@ -1,0 +2,16 @@
+Mon May 29 14:06:27 UTC 2023 - Dirk Müller <[email protected]>
+
+- update to 23.2.0:
+ * Type hints for `environ.config()` now allow for arguments
+ (e.g. `@environ.config(prefix="")`).
+ * `environ.secrets.DirectorySecrets.from_path()` now works when
+ loading from `os.environ`.
+ * Public APIs now carry type hints (except in-class methods
+ like ``AppConfig.from_environ()``).
+
+-------------------------------------------------------------------
+Tue May 23 12:34:02 UTC 2023 - Steve Kowalik <[email protected]>
+
+- Stick with urllib3 < 2 due to boto.
+
+-------------------------------------------------------------------
Old:
----
environ-config-22.1.0.tar.gz
New:
----
environ_config-23.2.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-environ-config.spec ++++++
--- /var/tmp/diff_new_pack.r9GBfv/_old 2023-05-31 21:54:08.576879683 +0200
+++ /var/tmp/diff_new_pack.r9GBfv/_new 2023-05-31 21:54:08.580879706 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-environ-config
#
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,16 +16,18 @@
#
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-environ-config
-Version: 22.1.0
+Version: 23.2.0
Release: 0
Summary: Boilerplate-free configuration with env variables
License: MIT
-Group: Development/Languages/Python
URL: https://github.com/hynek/environ_config
-Source:
https://files.pythonhosted.org/packages/source/e/environ-config/environ-config-%{version}.tar.gz
-BuildRequires: %{python_module setuptools}
+Source:
https://files.pythonhosted.org/packages/source/e/environ-config/environ_config-%{version}.tar.gz
+BuildRequires: %{python_module hatch-fancy-pypi-readme}
+BuildRequires: %{python_module hatch_vcs}
+BuildRequires: %{python_module hatchling}
+BuildRequires: %{python_module pip}
+BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-attrs >= 17.4.0
@@ -36,6 +38,7 @@
BuildRequires: %{python_module boto3}
BuildRequires: %{python_module moto}
BuildRequires: %{python_module pytest}
+BuildRequires: %{python_module urllib3 < 2}
# /SECTION
%python_subpackages
@@ -43,13 +46,13 @@
Boilerplate-free configuration with env variables.
%prep
-%setup -q -n environ-config-%{version}
+%setup -q -n environ_config-%{version}
%build
-%python_build
+%pyproject_wheel
%install
-%python_install
+%pyproject_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
@@ -57,7 +60,8 @@
%files %{python_files}
%license LICENSE
-%doc README.rst CHANGELOG.rst
-%{python_sitelib}/*
+%doc README.md CHANGELOG.md
+%{python_sitelib}/environ
+%{python_sitelib}/environ_config-%{version}.dist-info
%changelog