Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-ogr for openSUSE:Factory checked in at 2023-07-19 19:10:36 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-ogr (Old) and /work/SRC/openSUSE:Factory/.python-ogr.new.5570 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-ogr" Wed Jul 19 19:10:36 2023 rev:6 rq:1099353 version:0.45.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-ogr/python-ogr.changes 2023-06-28 21:33:44.889997651 +0200 +++ /work/SRC/openSUSE:Factory/.python-ogr.new.5570/python-ogr.changes 2023-07-19 19:10:37.544563240 +0200 @@ -1,0 +2,26 @@ +Wed Jul 19 02:12:48 UTC 2023 - Steve Kowalik <steven.kowa...@suse.com> + +- Update to 0.45.0: + * OGR now supports PyGithub >= 1.58. + * OGR now understands a few community-hosted GitLab instances that could + not be determined automatically from the hostname. + * Fixes an issue with project->service mapping where the service with an + url not containing the service type wasn't matched. + * A bug in ogr resulting in returning only first page of pull requests + for Pagure has been fixed. + * ogr now raises `GitForgeInternalError` rather than `PagureAPIException` + when getting 50x response from the Pagure API. + * `CommitComment.comment` has been deprecated in favour of + `CommitComment.body` to make the naming consistent across objects. + * ogr now requires Python 3.9 or later. + * Using the method `users_with_write_access` you can generate the set of + users that have write access to the project and the method + `has_write_access(user)` you can find out if the user has write access + to the project. + * We have implemented the closed_by property for the Pagure pull request + for getting the login of the account that closed the pull request. +- Switch to pyproject macros. +- Stop using greedy globs in %files. +- Drop BuildRequires on setuptools_scm_git_archive. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-ogr.spec ++++++ --- /var/tmp/diff_new_pack.T4vSJW/_old 2023-07-19 19:10:38.316567755 +0200 +++ /var/tmp/diff_new_pack.T4vSJW/_new 2023-07-19 19:10:38.320567778 +0200 @@ -16,8 +16,6 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} -%define skip_python2 1 Name: python-ogr Version: 0.45.0 Release: 0 @@ -25,9 +23,11 @@ License: MIT URL: https://github.com/packit-service/ogr Source: https://files.pythonhosted.org/packages/source/o/ogr/ogr-%{version}.tar.gz -BuildRequires: %{python_module setuptools_scm_git_archive} +BuildRequires: %{python_module base >= 3.9} +BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools_scm} BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-Deprecated @@ -58,10 +58,10 @@ %setup -q -n ogr-%{version} %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitelib} %check @@ -70,6 +70,7 @@ %files %{python_files} %doc CHANGELOG.md README.md %license LICENSE -%{python_sitelib}/* +%{python_sitelib}/ogr +%{python_sitelib}/ogr-%{version}.dist-info %changelog