Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-pyjokes for openSUSE:Factory 
checked in at 2024-11-12 19:20:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pyjokes (Old)
 and      /work/SRC/openSUSE:Factory/.python-pyjokes.new.2017 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pyjokes"

Tue Nov 12 19:20:54 2024 rev:5 rq:1223379 version:0.8.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pyjokes/python-pyjokes.changes    
2020-05-26 17:18:27.419863442 +0200
+++ /work/SRC/openSUSE:Factory/.python-pyjokes.new.2017/python-pyjokes.changes  
2024-11-12 19:21:37.931999518 +0100
@@ -1,0 +2,8 @@
+Mon Nov 11 14:14:21 UTC 2024 - Dirk Müller <dmuel...@suse.com>
+
+- update to 0.8.3:
+  * update docs
+  * add unit tests
+  * correct license specification
+
+-------------------------------------------------------------------

Old:
----
  LICENCE.txt
  pyjokes-0.6.0.tar.gz

New:
----
  pyjokes-0.8.3.tar.gz

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

Other differences:
------------------
++++++ python-pyjokes.spec ++++++
--- /var/tmp/diff_new_pack.PWwSYB/_old  2024-11-12 19:21:39.640071135 +0100
+++ /var/tmp/diff_new_pack.PWwSYB/_new  2024-11-12 19:21:39.664072141 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-pyjokes
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,17 +16,17 @@
 #
 
 
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-pyjokes
-Version:        0.6.0
+Version:        0.8.3
 Release:        0
 Summary:        One line jokes for programmers (jokes as a service)
 License:        BSD-3-Clause
 Group:          Development/Languages/Python
 URL:            https://github.com/pyjokes/pyjokes
 Source:         
https://files.pythonhosted.org/packages/source/p/pyjokes/pyjokes-%{version}.tar.gz
-Source99:       
https://raw.githubusercontent.com/pyjokes/pyjokes/master/LICENCE.txt
-BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module pip}
+BuildRequires:  %{python_module poetry-core}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires(post): update-alternatives
@@ -41,13 +41,12 @@
 
 %prep
 %setup -q -n pyjokes-%{version}
-cp %{SOURCE99} .
 
 %build
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 %python_clone -a %{buildroot}%{_bindir}/pyjokes
 %python_clone -a %{buildroot}%{_bindir}/pyjoke
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
@@ -61,9 +60,10 @@
 %python_uninstall_alternative pyjoke
 
 %files %{python_files}
-%doc README.rst
+%doc README.md
 %license LICENCE.txt
 %python_alternative %{_bindir}/pyjoke
 %python_alternative %{_bindir}/pyjokes
-%{python_sitelib}/*
+%{python_sitelib}/pyjokes
+%{python_sitelib}/pyjokes-%{version}.dist-info
 

++++++ pyjokes-0.6.0.tar.gz -> pyjokes-0.8.3.tar.gz ++++++
++++ 2138 lines of diff (skipped)

Reply via email to