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 2024-11-11 13:46:53 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-ogr (Old) and /work/SRC/openSUSE:Factory/.python-ogr.new.2017 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-ogr" Mon Nov 11 13:46:53 2024 rev:7 rq:1223309 version:0.50.2 Changes: -------- --- /work/SRC/openSUSE:Factory/python-ogr/python-ogr.changes 2023-07-19 19:10:37.544563240 +0200 +++ /work/SRC/openSUSE:Factory/.python-ogr.new.2017/python-ogr.changes 2024-11-11 13:47:29.045236583 +0100 @@ -1,0 +2,43 @@ +Fri Nov 8 14:23:32 UTC 2024 - Nico Krapp <[email protected]> + +- Update to 0.50.2: + * There is a new method for getting a single commit comment, + supporting also retrieval and adding reactions in GitHub. (#865) +- Update to 0.50.1: + * We have fixed an issue that caused inconsistencies with the expected + behavior stated by the documentation when adding duplicate reactions + to GitLab comments. (#861) +- Update to 0.50.0: + * A new get_commits method was implemented for GitHub and Gitlab projects. (#857) + * An issue with silently ignoring error (#760) was fixed. (#855) +- Update to 0.49.2: + * GitLabProject.get_file_content can now correctly handle file paths + starting with ./. (#844) +- Update to 0.49.1: + * Interface for labels was unified and labels property for PullRequest and + Issue now return list of PRLabel and IssueLabel respectively. (#839) +- Update to 0.49.0: + * For Pagure there are 2 new methods available: one for getting users with + specified access rights and one for getting members of a group. (#834) +- Update to 0.48.1: + * For Pagure there are 2 new methods available: one for getting users with + specified access rights and one for getting members of a group. (#834) +- Update to 0.48.0: + * There is a new get_pr_files_diff method supported for Pagure. (#826) + * We have fixed a bug that GithubRelease.url returned an API URL. (#824) +- Update to 0.47.1: + * Fixed an issue where getting a list of GitLab merge requests using .list() + would return only 20 items. (#819) +- Update to 0.47.0: + * Added support for removing users/groups from a project and possibility + to check for groups with permissions to modify a PR. (#815) +- Update to 0.46.2: + * Added missing README to package metadata. +- Update to 0.46.1: + * Migrated from setup.py + setup.cfg to pyproject.toml with hatchling + as a build backend and to pyproject macros in the spec file. (#808) +- Update to 0.46.0: + * We have fixed a bug in get_fork method for Pagure about checking the + usernames for a match when going through existing forks. (#800) + +------------------------------------------------------------------- Old: ---- ogr-0.45.0.tar.gz New: ---- ogr-0.50.2.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-ogr.spec ++++++ --- /var/tmp/diff_new_pack.FOSMiM/_old 2024-11-11 13:47:30.513298068 +0100 +++ /var/tmp/diff_new_pack.FOSMiM/_new 2024-11-11 13:47:30.529298738 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-ogr # -# Copyright (c) 2023 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 @@ -17,17 +17,15 @@ Name: python-ogr -Version: 0.45.0 +Version: 0.50.2 Release: 0 Summary: One API for multiple git forges 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 base >= 3.9} +BuildRequires: %{python_module hatchling} 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 @@ -37,6 +35,7 @@ Requires: python-cryptography Requires: python-python-gitlab Requires: python-requests +Requires: python-urllib3 BuildArch: noarch # SECTION test requirements BuildRequires: %{python_module Deprecated} @@ -55,7 +54,7 @@ One API for multiple git forges. %prep -%setup -q -n ogr-%{version} +%autosetup -p1 -n ogr-%{version} %build %pyproject_wheel ++++++ ogr-0.45.0.tar.gz -> ogr-0.50.2.tar.gz ++++++ ++++ 180521 lines of diff (skipped)
