Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-oslo.context for
openSUSE:Factory checked in at 2025-11-10 19:17:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-oslo.context (Old)
and /work/SRC/openSUSE:Factory/.python-oslo.context.new.1980 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-oslo.context"
Mon Nov 10 19:17:24 2025 rev:24 rq:1316779 version:6.1.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-oslo.context/python-oslo.context.changes
2024-09-04 13:23:05.945937969 +0200
+++
/work/SRC/openSUSE:Factory/.python-oslo.context.new.1980/python-oslo.context.changes
2025-11-10 19:17:47.409477270 +0100
@@ -1,0 +2,28 @@
+Sun Nov 9 09:14:33 UTC 2025 - Dirk Müller <[email protected]>
+
+- update to 6.1.0:
+ * Add build-system to pyproject.toml
+ * pre-commit: Add ruff
+ * Move mypy configuration to pyproject.toml
+ * Enable strict typing
+ * Remove support for deprecated settings
+ * Fix outdated argument in doc examples
+ * Update master for stable/2025.1
+- switch to singlespec
+
+-------------------------------------------------------------------
+Tue Jul 1 22:10:30 UTC 2025 - Dirk Müller <[email protected]>
+
+- update to 5.7.1:
+ * Skip installation to speed up pep8
+ * reno: Update master for unmaintained/2023.1
+ * Stop setting deprecated fields in redacted\_copy
+ * Add note about requirements lower bounds
+ * Run pyupgrade to clean up Python 2 syntaxes
+ * Remove Python 3.8 support
+ * Fix outdated tox minversion
+ * Declare Python 3.12 support
+ * Drop SETUPTOOLS\_USE\_DISTUTILS
+ * Update master for stable/2024.2
+
+-------------------------------------------------------------------
Old:
----
_service
oslo.context-5.6.0.tar.gz
New:
----
oslo_context-6.1.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-oslo.context.spec ++++++
--- /var/tmp/diff_new_pack.fUdpZb/_old 2025-11-10 19:17:47.993501737 +0100
+++ /var/tmp/diff_new_pack.fUdpZb/_new 2025-11-10 19:17:47.993501737 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-oslo.context
#
-# Copyright (c) 2024 SUSE LLC
+# Copyright (c) 2025 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,22 +18,28 @@
%bcond_without test
Name: python-oslo.context
-Version: 5.6.0
+Version: 6.1.0
Release: 0
Summary: OpenStack Oslo context library
License: Apache-2.0
Group: Development/Languages/Python
URL: https://docs.openstack.org/oslo.context
-Source0:
https://files.pythonhosted.org/packages/source/o/oslo.context/oslo.context-5.6.0.tar.gz
+Source0:
https://files.pythonhosted.org/packages/source/o/oslo_context/oslo_context-%{version}.tar.gz
+BuildRequires: %{python_module pbr}
+BuildRequires: %{python_module pip}
+BuildRequires: %{python_module wheel}
BuildRequires: openstack-macros
-BuildRequires: python3-pbr >= 2.0.0
BuildArch: noarch
+%if "python%{python_nodots_ver}" == "%{primary_python}"
+Obsoletes: python3-oslo.context < %{version}
+%endif
%if %{with test}
-BuildRequires: python3-debtcollector >= 1.2.0
-BuildRequires: python3-fixtures
-BuildRequires: python3-oslotest
-BuildRequires: python3-stestr
+BuildRequires: %{python_module debtcollector}
+BuildRequires: %{python_module fixtures}
+BuildRequires: %{python_module oslotest}
+BuildRequires: %{python_module stestr}
%endif
+%python_subpackages
%description
The Oslo context library has helpers to maintain useful information
@@ -41,18 +47,6 @@
The request context is usually populated in the WSGI pipeline and
used by various modules such as logging.
-%package -n python3-oslo.context
-Summary: OpenStack Oslo context library
-Requires: python3-debtcollector >= 1.2.0
-
-%description -n python3-oslo.context
-The Oslo context library has helpers to maintain useful information
-about a request context.
-The request context is usually populated in the WSGI pipeline and
-used by various modules such as logging.
-
-This package contains the Python 3.x module.
-
%package -n python-oslo.context-doc
Summary: Documentation for OpenStack common context library
Group: Documentation/HTML
@@ -63,29 +57,30 @@
Documentation for the oslo-context library.
%prep
-%autosetup -p1 -n oslo.context-5.6.0
+%autosetup -p1 -n oslo_context-%{version}
%py_req_cleanup
%build
-%{py3_build}
+%pyproject_wheel
+
# generate html docs
-PBR_VERSION=%{version} %sphinx_build -b html doc/source doc/build/html
+PBR_VERSION=%{version} %{sphinx_build} -b html doc/source doc/build/html
# remove the sphinx-build leftovers
rm -rf doc/build/html/.{doctrees,buildinfo}
%install
-%{py3_install}
+%pyproject_install
%if %{with test}
%check
%{openstack_stestr_run}
%endif
-%files -n python3-oslo.context
+%files %{python_files}
%license LICENSE
%doc README.rst
-%{python3_sitelib}/oslo_context
-%{python3_sitelib}/*.egg-info
+%{python_sitelib}/oslo_context
+%{python_sitelib}/oslo_context-%{version}.dist-info
%files -n python-oslo.context-doc
%license LICENSE