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 2026-03-20 21:19:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pytest-env (Old)
 and      /work/SRC/openSUSE:Factory/.python-pytest-env.new.8177 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pytest-env"

Fri Mar 20 21:19:22 2026 rev:9 rq:1341058 version:1.6.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pytest-env/python-pytest-env.changes      
2024-11-01 21:48:58.794364289 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-pytest-env.new.8177/python-pytest-env.changes
    2026-03-20 21:19:40.069156154 +0100
@@ -1,0 +2,22 @@
+Thu Mar 19 00:54:55 UTC 2026 - Steve Kowalik <[email protected]>
+
+- Update to 1.6.0:
+  * feat(env): preserve existing env values
+  * feat(plugin): add --pytest-env-verbose for debugging env assignments
+  * feat(cli): add --envfile option for runtime environment switching
+
+-------------------------------------------------------------------
+Mon Feb 16 07:15:38 UTC 2026 - Steve Kowalik <[email protected]>
+
+- Update to 1.3.2:
+  * refactor(plugin): consolidate TOML config parsing
+  * test(plugin): verify env vars available during conftest imports
+  * Support pytest.toml and .pytest.toml
+  * feat(config): support [tool.pytest] in pyproject.toml
+  * feat(plugin): add U flag to unset env variables
+  * fix(config): use inipath for TOML file discovery
+  * feat(plugin): add .env file loading support
+  * Add support for 3.14 and drop 3.9
+- Run the testsuite.
+
+-------------------------------------------------------------------

Old:
----
  pytest_env-1.1.5.tar.gz

New:
----
  _scmsync.obsinfo
  build.specials.obscpio
  pytest_env-1.6.0.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-pytest-env.spec ++++++
--- /var/tmp/diff_new_pack.nMsfGl/_old  2026-03-20 21:19:41.669222442 +0100
+++ /var/tmp/diff_new_pack.nMsfGl/_new  2026-03-20 21:19:41.677222774 +0100
@@ -18,19 +18,21 @@
 
 %{?sle15_python_module_pythons}
 Name:           python-pytest-env
-Version:        1.1.5
+Version:        1.6.0
 Release:        0
 Summary:        Pytest plugin to add environment variables
 License:        MIT
-Group:          Development/Languages/Python
 URL:            https://github.com/pytest-dev/pytest-env
 Source:         
https://files.pythonhosted.org/packages/source/p/pytest-env/pytest_env-%{version}.tar.gz
-BuildRequires:  %{python_module hatch_vcs}
+BuildRequires:  %{python_module hatch_vcs >= 0.5}
+BuildRequires:  %{python_module base >= 3.10}
 BuildRequires:  %{python_module pip}
-BuildRequires:  %{python_module wheel}
+BuildRequires:  %{python_module python-dotenv >= 1.2.2}
+BuildRequires:  %{python_module pytest}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-Requires:       python-pytest >= 2.6.0
+Requires:       python-pytest >= 9
+Requires:       python-python-dotenv >= 1.2.2
 BuildArch:      noarch
 %python_subpackages
 
@@ -47,8 +49,12 @@
 %pyproject_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
+%check
+%pytest
+
 %files %{python_files}
 %license LICENSE
+%doc README.md
 %{python_sitelib}/pytest_env
 %{python_sitelib}/pytest_env-%{version}.dist-info
 

++++++ _scmsync.obsinfo ++++++
mtime: 1773881703
commit: 6933e7fecdbf1975aa7a10acbbef656821422135bf0f415712caf933db2395b3
url: https://src.opensuse.org/python-pytest/python-pytest-env.git
revision: 6933e7fecdbf1975aa7a10acbbef656821422135bf0f415712caf933db2395b3
projectscmsync: https://src.opensuse.org/python-pytest/_ObsPrj.git

++++++ build.specials.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/.gitignore new/.gitignore
--- old/.gitignore      1970-01-01 01:00:00.000000000 +0100
+++ new/.gitignore      2026-03-19 02:06:32.000000000 +0100
@@ -0,0 +1 @@
+.osc

++++++ pytest_env-1.1.5.tar.gz -> pytest_env-1.6.0.tar.gz ++++++
++++ 2468 lines of diff (skipped)

Reply via email to