Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-URLObject for
openSUSE:Factory checked in at 2026-08-09 21:34:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-URLObject (Old)
and /work/SRC/openSUSE:Factory/.python-URLObject.new.16738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-URLObject"
Sun Aug 9 21:34:41 2026 rev:6 rq:1370104 version:3.0.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-URLObject/python-URLObject.changes
2025-05-12 20:19:49.055802343 +0200
+++
/work/SRC/openSUSE:Factory/.python-URLObject.new.16738/python-URLObject.changes
2026-08-09 21:36:59.825628864 +0200
@@ -1,0 +2,8 @@
+Thu Aug 6 19:57:05 UTC 2026 - Dirk Müller <[email protected]>
+
+- update to 3.0.0:
+ * tests fixes
+ * switchc to pyproject.toml
+- drop remove_nose.patch (upstream)
+
+-------------------------------------------------------------------
Old:
----
URLObject-2.4.3.tar.gz
remove_nose.patch
New:
----
urlobject-3.0.0.tar.gz
----------(Old B)----------
Old: * switchc to pyproject.toml
- drop remove_nose.patch (upstream)
----------(Old E)----------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-URLObject.spec ++++++
--- /var/tmp/diff_new_pack.yMW9C5/_old 2026-08-09 21:37:01.229676672 +0200
+++ /var/tmp/diff_new_pack.yMW9C5/_new 2026-08-09 21:37:01.245677216 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-URLObject
#
-# Copyright (c) 2025 SUSE LLC
+# Copyright (c) 2026 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
@@ -17,15 +17,12 @@
Name: python-URLObject
-Version: 2.4.3
+Version: 3.0.0
Release: 0
Summary: Python library for manipulating URLs (and some URIs) in a more
natural way
-License: SUSE-Public-Domain
+License: LicenseRef-SUSE-Public-Domain
URL: https://github.com/zacharyvoase/urlobject
-Source:
https://files.pythonhosted.org/packages/source/U/URLObject/URLObject-%{version}.tar.gz
-# patch-feature-upstream remove_nose.patch gh#zacharyvoase/urlobject#42
[email protected]
-# Remove the need for nose and use the standard library.
-Patch0: remove_nose.patch
+Source:
https://files.pythonhosted.org/packages/source/U/URLObject/urlobject-%{version}.tar.gz
BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module wheel}
@@ -38,15 +35,14 @@
%python_subpackages
%description
-URLObject is a utility class for manipulating URLs. The latest
-incarnation of this library builds upon the ideas of its predecessor,
-but aims for a clearer API, focusing on proper method names over
-operator overrides. It's also being developed from the ground up in a
-test-driven manner, and has full Sphinx documentation.
+URLObject is a utility class for manipulating URLs. The latest incarnation of
+this library builds upon the ideas of its predecessor, but aims for a clearer
+API, focusing on proper method names over operator overrides. It's also being
+developed from the ground up in a test-driven manner, and has full Sphinx
+documentation.
%prep
-%setup -q -n URLObject-%{version}
-%autopatch -p1
+%autosetup -p1 -n urlobject-%{version}
%build
%pyproject_wheel