Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-pytest-env for openSUSE:Factory checked in at 2023-05-13 17:17:00 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-pytest-env (Old) and /work/SRC/openSUSE:Factory/.python-pytest-env.new.1533 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pytest-env" Sat May 13 17:17:00 2023 rev:4 rq:1086640 version:0.8.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-pytest-env/python-pytest-env.changes 2023-04-25 16:53:38.530289794 +0200 +++ /work/SRC/openSUSE:Factory/.python-pytest-env.new.1533/python-pytest-env.changes 2023-05-13 17:17:07.726204188 +0200 @@ -1,0 +2,9 @@ +Thu May 4 22:50:00 UTC 2023 - Dirk Müller <dmuel...@suse.com> + +- update to 0.8.1: + * Use hatchling and wheel + * Add R: prefix implementation and unit tests + * ADd mention of pyproject.toml in README.md +- use packaged LICENSE + +------------------------------------------------------------------- Old: ---- LICENSE pytest-env-0.6.2.tar.gz New: ---- pytest_env-0.8.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-pytest-env.spec ++++++ --- /var/tmp/diff_new_pack.yAJ1uu/_old 2023-05-13 17:17:08.198206905 +0200 +++ /var/tmp/diff_new_pack.yAJ1uu/_new 2023-05-13 17:17:08.202206928 +0200 @@ -18,15 +18,16 @@ %{?sle15_python_module_pythons} Name: python-pytest-env -Version: 0.6.2 +Version: 0.8.1 Release: 0 Summary: Pytest plugin to add environment variables License: MIT Group: Development/Languages/Python URL: https://github.com/MobileDynasty/pytest-env -Source: https://files.pythonhosted.org/packages/source/p/pytest-env/pytest-env-%{version}.tar.gz -Source10: https://raw.githubusercontent.com/MobileDynasty/pytest-env/master/LICENSE -BuildRequires: %{python_module setuptools} +Source: https://files.pythonhosted.org/packages/source/p/pytest-env/pytest_env-%{version}.tar.gz +BuildRequires: %{python_module hatch_vcs} +BuildRequires: %{python_module pip} +BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-pytest >= 2.6.0 @@ -37,18 +38,18 @@ A py.test plugin that allows you to add environment variables. %prep -%setup -q -n pytest-env-%{version} -cp %{SOURCE10} . +%setup -q -n pytest_env-%{version} %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitelib} %files %{python_files} %license LICENSE -%{python_sitelib}/* +%{python_sitelib}/pytest_env +%{python_sitelib}/pytest_env-%{version}.dist-info %changelog