Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-uhashring for 
openSUSE:Factory checked in at 2023-05-03 12:57:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-uhashring (Old)
 and      /work/SRC/openSUSE:Factory/.python-uhashring.new.1533 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-uhashring"

Wed May  3 12:57:54 2023 rev:2 rq:1084228 version:2.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-uhashring/python-uhashring.changes        
2022-10-03 13:47:39.957732723 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-uhashring.new.1533/python-uhashring.changes  
    2023-05-03 12:57:58.648079338 +0200
@@ -1,0 +2,12 @@
+Wed May  3 09:14:04 UTC 2023 - Dirk Müller <dmuel...@suse.com>
+
+- update to 2.3:
+  * support for python 3.11
+  * support for python 3.10
+  * drop support of EOL python 3.6
+  * migrate to hatch
+  * fix test_distribution to be deterministic
+    (using randint causes a fai… (#17), by Ben Hockley
+  * ci: add github actions
+
+-------------------------------------------------------------------

Old:
----
  uhashring-2.1.tar.gz

New:
----
  uhashring-2.3-gh.tar.gz

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

Other differences:
------------------
++++++ python-uhashring.spec ++++++
--- /var/tmp/diff_new_pack.6smbeD/_old  2023-05-03 12:57:59.124082135 +0200
+++ /var/tmp/diff_new_pack.6smbeD/_new  2023-05-03 12:57:59.132082181 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-uhashring
 #
-# Copyright (c) 2022 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
@@ -18,15 +18,19 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-uhashring
-Version:        2.1
+Version:        2.3
 Release:        0
 Summary:        Full featured consistent hashing python library compatible 
with ketama
 License:        BSD-3-Clause
 Group:          Development/Languages/Python
 URL:            https://github.com/ultrabug/uhashring
-Source:         
https://files.pythonhosted.org/packages/source/u/uhashring/uhashring-%{version}.tar.gz
+Source:         
https://github.com/ultrabug/uhashring/archive/refs/tags/%{version}.tar.gz#/uhashring-%{version}-gh.tar.gz
 BuildRequires:  %{python_module devel >= 3.6}
-BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module hatchling}
+BuildRequires:  %{python_module pip}
+BuildRequires:  %{python_module pytest}
+BuildRequires:  %{python_module python-memcached}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 BuildArch:      noarch
@@ -39,14 +43,14 @@
 %setup -q -n uhashring-%{version}
 
 %build
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
-%python_exec setup.py test
+%pytest
 
 %files %{python_files}
 %doc README.rst

Reply via email to