Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-parver for openSUSE:Factory 
checked in at 2023-03-21 17:41:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-parver (Old)
 and      /work/SRC/openSUSE:Factory/.python-parver.new.31432 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-parver"

Tue Mar 21 17:41:21 2023 rev:5 rq:1073084 version:0.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-parver/python-parver.changes      
2021-12-12 21:27:22.076332956 +0100
+++ /work/SRC/openSUSE:Factory/.python-parver.new.31432/python-parver.changes   
2023-03-21 17:41:25.585801104 +0100
@@ -1,0 +2,11 @@
+Mon Mar 20 09:30:41 UTC 2023 - pgaj...@suse.com
+
+- version update to 0.4
+   Added
+    Type hints.
+  Removed
+    Support for Python 2.7, 3.5, and 3.6.
+    __version__, __author__, and __email__ attributes from parver
+    module. Use :mod:`importlib.metadata` instead.
+
+-------------------------------------------------------------------

Old:
----
  parver-0.3.1.tar.gz

New:
----
  parver-0.4.tar.gz

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

Other differences:
------------------
++++++ python-parver.spec ++++++
--- /var/tmp/diff_new_pack.KnRu3W/_old  2023-03-21 17:41:26.149803801 +0100
+++ /var/tmp/diff_new_pack.KnRu3W/_new  2023-03-21 17:41:26.153803821 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-parver
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,23 +16,22 @@
 #
 
 
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
-# hypothesis, as a dependency of this, is not python2 compatible anymore
-%define skip_python2 1
 Name:           python-parver
-Version:        0.3.1
+Version:        0.4
 Release:        0
 Summary:        Module to parse and manipulate version numbers
 License:        MIT
 Group:          Development/Languages/Python
 URL:            https://github.com/RazerM/parver
 Source:         
https://files.pythonhosted.org/packages/source/p/parver/parver-%{version}.tar.gz
+BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires:       python-Arpeggio >= 1.7
 Requires:       python-attrs >= 19.2
-Requires:       python-six >= 1.13
+Requires:       python-typing_extensions
 BuildArch:      noarch
 # SECTION test requirements
 BuildRequires:  %{python_module Arpeggio >= 1.7}
@@ -40,7 +39,7 @@
 BuildRequires:  %{python_module hypothesis >= 3.56}
 BuildRequires:  %{python_module pretend >= 1.0}
 BuildRequires:  %{python_module pytest}
-BuildRequires:  %{python_module six >= 1.13}
+BuildRequires:  %{python_module typing_extensions}
 # /SECTION
 %python_subpackages
 
@@ -48,13 +47,13 @@
 parver allows parsing and manipulation of `PEP 440`_ version numbers.
 
 %prep
-%setup -q -n parver-%{version}
+%autosetup -p1 -n parver-%{version}
 
 %build
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
@@ -62,7 +61,7 @@
 
 %files %{python_files}
 %license LICENSE
-%doc CHANGELOG.md README.rst
-%{python_sitelib}/*
+%doc README*
+%{python_sitelib}/parver*
 
 %changelog

++++++ parver-0.3.1.tar.gz -> parver-0.4.tar.gz ++++++
++++ 4675 lines of diff (skipped)

Reply via email to