Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-hvac for openSUSE:Factory checked in at 2023-03-10 22:09:04 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-hvac (Old) and /work/SRC/openSUSE:Factory/.python-hvac.new.31432 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-hvac" Fri Mar 10 22:09:04 2023 rev:13 rq:1070718 version:1.1.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-hvac/python-hvac.changes 2022-08-02 22:09:55.857900318 +0200 +++ /work/SRC/openSUSE:Factory/.python-hvac.new.31432/python-hvac.changes 2023-03-10 22:09:23.189680604 +0100 @@ -1,0 +2,11 @@ +Fri Mar 10 12:10:52 UTC 2023 - [email protected] + +- version update to 1.1.0 + * python-six is not required + * drop python 2 support + * lot of changes, see CHANGELOG.md or + https://github.com/hvac/hvac/blob/develop/CHANGELOG.md +- deleted patches + - remove-mock.patch (upstreamed) + +------------------------------------------------------------------- Old: ---- remove-mock.patch v0.11.2.tar.gz New: ---- v1.1.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-hvac.spec ++++++ --- /var/tmp/diff_new_pack.vUrL3W/_old 2023-03-10 22:09:23.709682972 +0100 +++ /var/tmp/diff_new_pack.vUrL3W/_new 2023-03-10 22:09:23.717683008 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-hvac # -# 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,33 +16,30 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-hvac -Version: 0.11.2 +Version: 1.1.0 Release: 0 Summary: HashiCorp Vault API client License: BSD-3-Clause URL: https://github.com/ianunruh/hvac Source: https://github.com/hvac/hvac/archive/v%{version}.tar.gz -# PATCH-FIX-UPSTREAM Based on gh#hvac/hvac#23cd94654835134aa118805ecb4b7e5c538d04c1 -Patch0: remove-mock.patch BuildRequires: %{python_module Authlib} BuildRequires: %{python_module Flask-SQLAlchemy} BuildRequires: %{python_module Flask} BuildRequires: %{python_module Werkzeug} BuildRequires: %{python_module jwcrypto} BuildRequires: %{python_module parameterized} +BuildRequires: %{python_module pip} +BuildRequires: %{python_module poetry} BuildRequires: %{python_module pyhcl >= 0.3.10} BuildRequires: %{python_module pytest} BuildRequires: %{python_module requests >= 2.21.0} BuildRequires: %{python_module requests-mock} BuildRequires: %{python_module setuptools} -BuildRequires: %{python_module six >= 1.5.0} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-pyhcl >= 0.3.10 Requires: python-requests >= 2.21.0 -Requires: python-six >= 1.5.0 BuildArch: noarch %python_subpackages @@ -54,20 +51,21 @@ # doctests and ldap need set up ldap server and that is quite an effort rm -r tests/doctest/ rm tests/integration_tests/api/auth_methods/test_ldap.py +find hvac -name "*.py" -exec sed -i -e '/^#!\//, 1d' {} \; %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitelib} %check %pytest %files %{python_files} -%doc README* +%doc README.* CHANGELOG.* %license LICENSE.txt -%{python_sitelib}/* +%{python_sitelib}/hvac* %changelog ++++++ v0.11.2.tar.gz -> v1.1.0.tar.gz ++++++ ++++ 13391 lines of diff (skipped)
