Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-click-aliases for 
openSUSE:Factory checked in at 2023-12-28 23:01:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-click-aliases (Old)
 and      /work/SRC/openSUSE:Factory/.python-click-aliases.new.28375 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-click-aliases"

Thu Dec 28 23:01:24 2023 rev:4 rq:1135261 version:1.0.4

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-click-aliases/python-click-aliases.changes    
    2020-04-27 23:37:05.575372722 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-click-aliases.new.28375/python-click-aliases.changes
     2023-12-28 23:03:02.097888659 +0100
@@ -1,0 +2,7 @@
+Wed Dec 27 10:09:10 UTC 2023 - Dirk Müller <dmuel...@suse.com>
+
+- update to 1.0.4:
+  * support new click versions
+  * convert to poetry
+
+-------------------------------------------------------------------

Old:
----
  click-aliases-1.0.1.tar.gz

New:
----
  click-aliases-1.0.4-gh.tar.gz

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

Other differences:
------------------
++++++ python-click-aliases.spec ++++++
--- /var/tmp/diff_new_pack.TmdH4E/_old  2023-12-28 23:03:02.737912051 +0100
+++ /var/tmp/diff_new_pack.TmdH4E/_new  2023-12-28 23:03:02.737912051 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-click-aliases
 #
-# Copyright (c) 2020 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,15 +16,17 @@
 #
 
 
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%{?sle15_python_module_pythons}
 Name:           python-click-aliases
-Version:        1.0.1
+Version:        1.0.4
 Release:        0
 Summary:        Command aliases for Click
 License:        MIT
 URL:            https://github.com/click-contrib/click-aliases
-Source:         
https://files.pythonhosted.org/packages/source/c/click-aliases/click-aliases-%{version}.tar.gz
-BuildRequires:  %{python_module setuptools}
+Source:         
https://github.com/click-contrib/click-aliases/archive/refs/tags/v%{version}.tar.gz#/click-aliases-%{version}-gh.tar.gz
+BuildRequires:  %{python_module pip}
+BuildRequires:  %{python_module poetry-core}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires:       python-click
@@ -44,10 +46,10 @@
 %setup -q -n click-aliases-%{version}
 
 %build
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
@@ -58,5 +60,6 @@
 %files %{python_files}
 %doc README.md
 %license LICENSE
-%{python_sitelib}/*
+%{python_sitelib}/click_aliases
+%{python_sitelib}/click_aliases-%{version}.dist-info
 

Reply via email to