Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-github3.py for 
openSUSE:Factory checked in at 2023-06-28 21:33:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-github3.py (Old)
 and      /work/SRC/openSUSE:Factory/.python-github3.py.new.13546 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-github3.py"

Wed Jun 28 21:33:31 2023 rev:6 rq:1095764 version:4.0.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-github3.py/python-github3.py.changes      
2022-05-06 19:00:36.889440191 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-github3.py.new.13546/python-github3.py.changes
   2023-06-28 21:33:43.749990920 +0200
@@ -1,0 +2,15 @@
+Wed Jun 28 08:30:19 UTC 2023 - Steve Kowalik <steven.kowa...@suse.com>
+
+- Update to 4.0.1:
+  * github3.repos.comparison.Comparison.commits was renamed to
+    original_commits.
+  * Add tests for Python 3.11
+  * Add function for getting repos for github app
+  * Cancel and failed invitation
+  * Allow to set GitHub API version
+  * Remove support to EOL Python 3.6
+  * Missing set permission for collaborators
+  * Modernize the build: switch to hatchling
+- Stop using greedy globs in %files.
+
+-------------------------------------------------------------------

Old:
----
  github3.py-3.2.0.tar.gz

New:
----
  github3.py-4.0.1.tar.gz

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

Other differences:
------------------
++++++ python-github3.py.spec ++++++
--- /var/tmp/diff_new_pack.Z3EJlJ/_old  2023-06-28 21:33:44.709996589 +0200
+++ /var/tmp/diff_new_pack.Z3EJlJ/_new  2023-06-28 21:33:44.717996636 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-github3.py
 #
-# 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
@@ -16,18 +16,17 @@
 #
 
 
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%define skip_python2 1
 Name:           python-github3.py
-Version:        3.2.0
+Version:        4.0.1
 Release:        0
 Summary:        Python wrapper for the GitHub API
 License:        BSD-3-Clause
-Group:          Development/Languages/Python
 URL:            https://github.com/sigmavirus24/github3.py
 Source0:        
https://files.pythonhosted.org/packages/source/g/github3.py/github3.py-%{version}.tar.gz
 Source20:       
https://raw.githubusercontent.com/sigmavirus24/github3.py/%{version}/tests/id_rsa.pub
-BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module hatchling}
+BuildRequires:  %{python_module pip}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires:       python-PyJWT >= 2.3.0
@@ -59,18 +58,19 @@
 cp %{SOURCE20} tests/
 
 %build
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
-%pytest -c /dev/null
+%pytest -c /dev/null -k 'not (test_patch or test_diff)'
 
 %files %{python_files}
 %doc AUTHORS.rst README.rst
 %license LICENSE
-%{python_sitelib}/*
+%{python_sitelib}/github3
+%{python_sitelib}/github3.py-%{version}.dist-info
 
 %changelog

++++++ github3.py-3.2.0.tar.gz -> github3.py-4.0.1.tar.gz ++++++
/work/SRC/openSUSE:Factory/python-github3.py/github3.py-3.2.0.tar.gz 
/work/SRC/openSUSE:Factory/.python-github3.py.new.13546/github3.py-4.0.1.tar.gz 
differ: char 4, line 1

Reply via email to