Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-pytest-djangoapp for
openSUSE:Factory checked in at 2026-08-01 18:32:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pytest-djangoapp (Old)
and /work/SRC/openSUSE:Factory/.python-pytest-djangoapp.new.16738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pytest-djangoapp"
Sat Aug 1 18:32:46 2026 rev:7 rq:1368768 version:1.8.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-pytest-djangoapp/python-pytest-djangoapp.changes
2024-07-25 12:07:50.495478963 +0200
+++
/work/SRC/openSUSE:Factory/.python-pytest-djangoapp.new.16738/python-pytest-djangoapp.changes
2026-08-01 18:36:14.694113102 +0200
@@ -1,0 +2,15 @@
+Fri Jul 31 05:42:24 UTC 2026 - Steve Kowalik <[email protected]>
+
+- Update to 1.8.0:
+ * Fixture 'db_queries' now supports scopes (closes #37).
+ * Admin client. Added '.call_add()'.
+ * Admin client. Added support for data update in '.call_change()'.
+ * Admin client. Exposed 'url_listing' and 'url_add' attributes.
+ * Added 'signals' fixture.
+ * Utils. Added 'admin_client' fixture.
+ * Utils. Added 'test_registered_urls' fixture.
+ * Improved tests layout type detection.
+ * Fixed 'LocalPath' related issue (closes #36).
+ * Add 'run_app' fixture.
+
+-------------------------------------------------------------------
Old:
----
pytest-djangoapp-1.2.0.tar.gz
New:
----
_scmsync.obsinfo
build.specials.obscpio
pytest_djangoapp-1.8.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-pytest-djangoapp.spec ++++++
--- /var/tmp/diff_new_pack.94vVbz/_old 2026-08-01 18:36:16.586178239 +0200
+++ /var/tmp/diff_new_pack.94vVbz/_new 2026-08-01 18:36:16.598178652 +0200
@@ -18,18 +18,17 @@
%{?sle15_python_module_pythons}
Name: python-pytest-djangoapp
-Version: 1.2.0
+Version: 1.8.0
Release: 0
Summary: Pytest plugin for Django pluggable application testing
License: BSD-3-Clause
URL: https://github.com/idlesign/pytest-djangoapp
-Source:
https://files.pythonhosted.org/packages/source/p/pytest-djangoapp/pytest-djangoapp-%{version}.tar.gz
+Source:
https://github.com/idlesign/pytest-djangoapp/archive/refs/tags/v%{version}.tar.gz#/pytest_djangoapp-%{version}.tar.gz
+BuildRequires: %{python_module base >= 3.10}
BuildRequires: %{python_module pip}
-BuildRequires: %{python_module setuptools}
-BuildRequires: %{python_module wheel}
+BuildRequires: %{python_module hatchling}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
-BuildRequires: timezone
Requires: python-Django
Requires: python-pytest
Recommends: python-ipdb
@@ -46,23 +45,18 @@
%prep
%autosetup -p1 -n pytest-djangoapp-%{version}
-# gh#idlesign/pytest-djangoapp#4
-mv ./pytest_djangoapp/tests/conftest.py .
-
%build
%pyproject_wheel
%install
%pyproject_install
-%{python_expand rm -r %{buildroot}%{$python_sitelib}/pytest_djangoapp/tests/
-%fdupes %{buildroot}%{$python_sitelib}
-}
+%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
%pytest
%files %{python_files}
-%doc AUTHORS CHANGELOG README.rst
+%doc AUTHORS.md CHANGELOG.md README.md
%license LICENSE
%{python_sitelib}/pytest_djangoapp
%{python_sitelib}/pytest_djangoapp-%{version}.dist-info
++++++ _scmsync.obsinfo ++++++
mtime: 1785476552
commit: 68d47e39bbcc28f6a28d109d84a40f7a0214cd4179b91a4d45c0471c64234b19
url: https://src.opensuse.org/python-pytest/python-pytest-djangoapp
revision: 68d47e39bbcc28f6a28d109d84a40f7a0214cd4179b91a4d45c0471c64234b19
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-07-31 07:42:32.000000000 +0200
@@ -0,0 +1 @@
+.osc