Compare commits
6 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| e61509f96b | |||
| a4465f4f2c | |||
| 2c48b6cded | |||
| 0fc466f77d | |||
| a0a7c8f4cf | |||
| 314814b760 |
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:dea49f664a9b9197f9af7404f105dea53f33ab8395d595e4c0a42de6fbcc076e
|
|
||||||
size 3888187
|
|
||||||
3
ogr-0.50.4.tar.gz
Normal file
3
ogr-0.50.4.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:8f6310d23ec3b39cd124e91c9352f28cd107f5993fe2d5fc83ee2f665d150606
|
||||||
|
size 4857967
|
||||||
@@ -1,3 +1,63 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Feb 12 07:34:11 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||||
|
|
||||||
|
- Update to 0.50.4
|
||||||
|
* Trigger a new release to confirm the correct SPDX licence.
|
||||||
|
- Use Python 3.11 on SLE-15 by default
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jan 22 14:21:25 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||||
|
|
||||||
|
- Update to 0.50.3
|
||||||
|
* We have improved wrapping of the forge-specific exceptions, string
|
||||||
|
representation of the original exception is now included. (#884)
|
||||||
|
* The test suite for parsing git URLs has been extended and also the
|
||||||
|
handling of GitHub repository with changed owner or name has been
|
||||||
|
improved. (#874)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Nov 8 14:23:32 UTC 2024 - Nico Krapp <nico.krapp@suse.com>
|
||||||
|
|
||||||
|
- 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)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jul 19 02:12:48 UTC 2023 - Steve Kowalik <steven.kowalik@suse.com>
|
Wed Jul 19 02:12:48 UTC 2023 - Steve Kowalik <steven.kowalik@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-ogr
|
# spec file for package python-ogr
|
||||||
#
|
#
|
||||||
# Copyright (c) 2023 SUSE LLC
|
# Copyright (c) 2025 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -16,18 +16,17 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-ogr
|
Name: python-ogr
|
||||||
Version: 0.45.0
|
Version: 0.50.4
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: One API for multiple git forges
|
Summary: One API for multiple git forges
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://github.com/packit-service/ogr
|
URL: https://github.com/packit-service/ogr
|
||||||
Source: https://files.pythonhosted.org/packages/source/o/ogr/ogr-%{version}.tar.gz
|
Source: https://files.pythonhosted.org/packages/source/o/ogr/ogr-%{version}.tar.gz
|
||||||
BuildRequires: %{python_module base >= 3.9}
|
BuildRequires: %{python_module base >= 3.9}
|
||||||
|
BuildRequires: %{python_module hatchling}
|
||||||
BuildRequires: %{python_module pip}
|
BuildRequires: %{python_module pip}
|
||||||
BuildRequires: %{python_module setuptools_scm}
|
|
||||||
BuildRequires: %{python_module setuptools}
|
|
||||||
BuildRequires: %{python_module wheel}
|
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
Requires: python-Deprecated
|
Requires: python-Deprecated
|
||||||
@@ -37,6 +36,7 @@ Requires: python-PyYAML
|
|||||||
Requires: python-cryptography
|
Requires: python-cryptography
|
||||||
Requires: python-python-gitlab
|
Requires: python-python-gitlab
|
||||||
Requires: python-requests
|
Requires: python-requests
|
||||||
|
Requires: python-urllib3
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
# SECTION test requirements
|
# SECTION test requirements
|
||||||
BuildRequires: %{python_module Deprecated}
|
BuildRequires: %{python_module Deprecated}
|
||||||
@@ -55,7 +55,7 @@ BuildRequires: %{python_module requre}
|
|||||||
One API for multiple git forges.
|
One API for multiple git forges.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n ogr-%{version}
|
%autosetup -p1 -n ogr-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%pyproject_wheel
|
%pyproject_wheel
|
||||||
|
|||||||
Reference in New Issue
Block a user