Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-semver for openSUSE:Factory 
checked in at 2025-02-03 21:43:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-semver (Old)
 and      /work/SRC/openSUSE:Factory/.python-semver.new.2316 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-semver"

Mon Feb  3 21:43:18 2025 rev:22 rq:1242079 version:3.0.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-semver/python-semver.changes      
2023-12-09 22:57:17.004490440 +0100
+++ /work/SRC/openSUSE:Factory/.python-semver.new.2316/python-semver.changes    
2025-02-03 21:43:42.618969313 +0100
@@ -1,0 +2,45 @@
+Sat Jan 25 08:44:46 UTC 2025 - Sebastian Wagner <[email protected]>
+
+- update to version 3.0.4:
+ - Bug Fixes:
+  - Fix 3.0.3:
+   * Re-enable Trove license identifier
+   * Fix source dist file
+
+-------------------------------------------------------------------
+Sat Jan 18 14:37:13 UTC 2025 - Sebastian Wagner <[email protected]>
+
+- update to version 3.0.3:
+ - Bug Fixes:
+  - :pr:`453`: The check in ``_comparator`` does not match the check in 
:meth:`Version.compare`. 
+    This breaks comparision with subclasses.
+ - Improved Documentation:
+  - :pr:`435`: Several small improvements for documentation:
+    * Add meta description to improve SEO
+    * Use canonicals on ReadTheDocs (commit 87f639f)
+    * Pin versions for reproducable doc builds (commit 03fb990)
+    * Add missing :file:`.readthedocs.yaml` file (commit ec9348a)
+    * Correct some smaller issues when building (commit f65feab)
+  - :pr:`436`: Move search box more at the top. This makes it easier for
+    users as if the TOC is long, the search box isn't visible
+    anymore.
+ - Features:
+  - :pr:`439`: Improve type hints to fix TODOs
+ - Internal Changes:
+ - :pr:`447`: Modernize project configs with :file:`pyproject.toml` and
+   use Astral's uv command.
+   * In :file:`pyproject.toml`:
+     * Move all project related data from :file:`setup.cfg` to 
:file:`pyproject.toml`
+     * Use new dependency group from :pep:`735`
+     * Consolidate flake8, isort, pycodestyle with ruff
+     * Split towncrier config type "trivial" into "trivial" and "internal"
+   * Create config file for ruff (:file:`.ruff.toml`)
+   * Create config file for pytest (:file:`.pytest.ini`)
+   * Document installation with new :command:`uv` command
+ - Trivial Changes:
+  - :pr:`445`: Improve private :func:`_nat_cmp` method:
+    * Remove obsolete else.
+    * Find a better way to identify digits without the :mod:`re` module.
+    * Fix docstring in :meth:`Version.compare`
+
+-------------------------------------------------------------------

Old:
----
  python-semver-3.0.2.tar.gz

New:
----
  python-semver-3.0.4.tar.gz

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

Other differences:
------------------
++++++ python-semver.spec ++++++
--- /var/tmp/diff_new_pack.Kz6coI/_old  2025-02-03 21:43:43.907022478 +0100
+++ /var/tmp/diff_new_pack.Kz6coI/_new  2025-02-03 21:43:43.911022643 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-semver
 #
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2025 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
 %bcond_without test
 %{?sle15_python_module_pythons}
 Name:           python-semver
-Version:        3.0.2
+Version:        3.0.4
 Release:        0
 Summary:        Python helper for Semantic Versioning
 License:        BSD-3-Clause
@@ -28,13 +28,15 @@
 Source:         
https://github.com/python-semver/python-semver/archive/refs/tags/%{version}.tar.gz#/%{name}-%{version}.tar.gz
 BuildRequires:  %{python_module base >= 3.7}
 BuildRequires:  %{python_module pip}
-BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
+# SECTION tests
+BuildRequires:  %{python_module pytest}
+# /SECTIOn
 Requires(post): update-alternatives
-Requires(postun):update-alternatives
+Requires(postun): update-alternatives
 # See https://github.com/k-bx/python-semver/issues/67 for why conflicts is 
needed
 Conflicts:      python-node-semver
 BuildArch:      noarch
@@ -46,7 +48,7 @@
 
 %prep
 %setup -q -n python-semver-%{version}
-sed -i '/-cov/d' setup.cfg
+sed -i 's/--[^ ]*cov[^ ]*//g' .pytest.ini
 
 %build
 %pyproject_wheel

++++++ python-semver-3.0.2.tar.gz -> python-semver-3.0.4.tar.gz ++++++
++++ 3522 lines of diff (skipped)

Reply via email to